akielaries / sysd

System Daemon for real-time monitoring in my home lab
GNU General Public License v3.0
0 stars 0 forks source link

stm32 UART + I2C comms #11

Open akielaries opened 3 weeks ago

akielaries commented 3 weeks ago

Get communication from stm32->RPi using UART to start. I eventually want to burn one of the small stm32s on the fan control circuit as the main controller. Next digging into I2C communication with the BME280 to collect the climate data from this sensor to eventually send off. Next dig into how the ESP8266 can work with the stm32 and send the BME data that way. To start, sending over UART to the RPi or even a beaglebone to publish to the DB would be nice

UART Focus

akielaries commented 3 weeks ago

With baremetal transmission working, cleanup implementation and either add onto stm.h "HAL" or create one specifically for UART