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
This project uses a couple of Arduino UNO boards with a Nordic nrf24l01+ transceiver each to send each other a radio message, the C++ code is managed by platformIO (a tool chain for Arduino boards)
This projects shows information about the sensors in the GY-85, a 9DOF IMU (9 degrees of freedom inertial measurement unit) providing an accelerometer, a gyroscope, a magnetic sensor and a temperature sensor. The library to manage the GY-85 has been written by me, using I2C communications. There's also a dashboard (written in Processing) to visualise the sensor measurements (e.g. a compass). To run the dashboard a board simulator has also been provided. The simulator is written in python 2.7 and spits data on a virtual serial port in the same way a real board would do.
This is a list of examples showing the integration between Arduino UNO boards and different technologies like Node.js / Johnny-Five, C++ code and platformIO.