Public projects 1
Arduino I2C communication with Raspi 2 WIOT
Project tutorial by Christiano Faig
- 40,253 views
- 25 comments
- 121 respects
Toolbox 1
Respected projects 2
16x2 LCD Backpack with Enclosure for the Onion Omega
Project in progress by Carlos Silva
- 7,247 views
- 5 comments
- 20 respects
Comments 9
Arduino I2C communication with Raspi 2 WIOT over 5 years ago
Arduino I2C communication with Raspi 2 WIOT over 5 years ago
Really sorry for the delay here. Did you make work? If not let me know i will write some code to test and get back to you. (Faster this time, i promess :) )
Arduino I2C communication with Raspi 2 WIOT over 5 years ago
Got the same issue using last version pf arduino. Try update the firmware using Arduino 1.06. And yes no levelshifter needed for i2c, if you want to use a level shifter you can communicate using serial. Didnt try that on windows iot, will try and let you know if works :)
I2C will work great for that. What may impact if you lose or not any data is the time between the reads.... we will have a delay.
What I'm using now, is to add a BLE on Arduino, NODEMCU, or any other device and than connect to RPI.
Don't know if you are thinkin about have this sent to the cloud. If you do, try to send the data to Azure Service Bus and have the Data Stream to analyses and add on table or at SQL.
You can use as well to have a live dashboard using power BI.
Regards
Chris