ESP32-P4 OBC Firmware
ESP-IDF firmware for Plant-B CubeSat OBC
 
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  components
  bme280_sensor
  include
 bme280_sensor.hInterface for BME280 environmental sensor over I²C
 bme280_sensor.cInterface for BME280 environmental sensor over I²C
  fs_utils
  include
 fs_utils.hA collection of useful POSIX wrappers for file / directory handling
 fs_utils.cA collection of useful POSIX wrappers for file / directory handling
  i2c_master
  include
 i2c_master.hESP-IDF wrapper for default I²C master bus management
 i2c_master.cESP-IDF wrapper for default I²C master bus management
  packet_utils
  include
 packet_utils.hPlant-B application layer protocol - packet encoding and decoding
 packet_utils.cPlant-B application layer protocol - packet encoding and decoding
  pal
  include
 pal.hPlatform Abstraction Layer (PAL) top-level header
 pal_err.hPlatform-agnostic error codes and checking macros
 pal_err_esp.hESP32 platform aliases for PAL error codes
 pal_log.hPlatform-agnostic logging macros
 pal_log_esp.hESP32 platform aliases for PAL logging macros
  payload_utils
  include
 payload_utils.hSensor payload assembly utilities
 payload_utils.cSensor payload assembly utilities
  rtos_utils
  include
 rtos_utils.hA collection of useful ESP-IDF FreeRTOS wrappers
 rtos_utils.cA collection of useful ESP-IDF FreeRTOS wrappers
  scd30_sensor
  include
 scd30_sensor.hI²C driver for the SCD30 environmental sensor
 scd30_sensor.cI²C driver for the SCD30 environmental sensor
  sd_card_utils
  include
 sd_card_utils.hUseful ESP-IDF wrappers to initialize/deinitialize the file system on the SD card
 sd_card_utils.cUseful ESP-IDF wrappers to initialize/deinitialize the file system on the SD card
  uart_device
  include
 uart_device.hHigh-level UART controller driver for ESP-IDF
 uart_device.cHigh-level UART controller driver for ESP-IDF
  veml7700_sensor
  include
 veml7700_sensor.hI²C driver for the VEML7700 ambiant light sensor
 veml7700_sensor.cI²C driver for the VEML7700 ambiant light sensor
  main
 main.cMain POC application for the OBC