Skip to content

MateoSegura/ESP32-SoM-Firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-SoM-Firmware

This project is a template for developing with the ESP32 IoT System on Module

alt text

The class SystemOnModule allows you to initalize all the hardware on the module with a single function call. After calling the begin method of this class, you are free to use any of the following objects in your application

Terminal terminal;
SystemOnChip esp;
BluetoothLowEnergyServer bleServer;

AD7689 adc;
MCP2518FD can;
MPU9250 imu;
EMMC_Memory emmc;
SPIFFS_Memory spiffs;
RV3027 rtc;
SX1509 ioExpansion;

Refer to the ESP32 Utilites repo for more information and examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published