You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want the ESP32 demo at firmware-esp32/ to be capable of reading data from an accel-mma84 module over I2C. The MVP would be reading acceleration data and turning on lights when e.g. the board is flipped over. We will later abstract this working accelerometer demo to build our firmware support for I2C.
If I can find the time this weekend I can take a stab at this - just found an old accelerometer module.
As an aside I also just put up some code I'm working on which has an esp32 successfully talking to the Tessel IR module over SPI -> here. My next steps for that one are getting a basic GATT server set up and sending IR commands through lightBlue on my laptop.
We want the ESP32 demo at
firmware-esp32/
to be capable of reading data from an accel-mma84 module over I2C. The MVP would be reading acceleration data and turning on lights when e.g. the board is flipped over. We will later abstract this working accelerometer demo to build our firmware support for I2C.The text was updated successfully, but these errors were encountered: