#Python pyfirmata examples
Included:
- Use digital I/O pins for onboard LEDs (in inverse logic)
- Use digital I/O pins for onboard buttons (in inverse logic)
Source code: start.py
Included:
- Use digital I/O pins for LEDs
- Use digital I/O pins in PWM mode for RGB led
- Use analog input for potentiometer
Source code: semafor.py
Schema:
Included:
- I2C communication
Onboard temperature and humidity sensor is connected to the I2C address 0x40. After command to measure some value there must be some wait before reading out output value.
Source code: i2c_onboard_temperature.py
Included:
- I2C communication
- Filtering values from sensors
- 3D OpenGL demo
Source code: i2c_onboard_accelerometer.py
Included:
- Own sysexes to communicate with the onboard radio chip
- Library RFM69 and YiPlayFirmataPlus needed
- Configuring radio
- Sending and receiving messages
Source code: radio_test.py