Arduino_SensorKit icon indicating copy to clipboard operation
Arduino_SensorKit copied to clipboard

Oled display stay black if Acceleration or Pressure module is added

Open ArduiDid opened this issue 4 years ago • 2 comments

Hello guys,

I recently bought a Sensor Kit then added an Arduino Uno Rev 3 on it. I use IDE 1.8.3 or 1.8.16 on W10 PC. I try "Combined_Demo.ino" which sounds very promising to me because I was looking for a tool to check all sensors.

All sensors are running well when I tested them individually. Also all other sensors are working well with the Oled display but not Acceleration or Pressure sensors. The issue append even with no command related to these sensors but just Accelerometer.begin(); or Pressure.begin(); function mentioned in the setup() function. The display stay black if I uncomment any of these two functions.

I try Oled.setBusClock(100000); before Oled.begin(); to change bus speed with no success. Let me know if I can try something else.

Thank in advance for your help Didier Note : This is my first post in GitHub, please excuse me if it was not the right place to write this. Nobody else can help neither the vendor nor Arduino forum.

ArduiDid avatar Oct 14 '21 19:10 ArduiDid

Hey! @ArduiDid This is the right place! Thanks for your feedback, we are aware about the issues and we are investigating them.

For some users switching back to version 1.0.8 works.

Please switch to that version, and it would be nice if you can include in this post the board you are using. Thank you so much, have a nice one!

marqdevx avatar Oct 18 '21 15:10 marqdevx

Great it works with version 1.0.8 Thank you! I used Arduino Uno Rev 3 as I said in my post. I added here more details if it could help. Let me know if you need more details for debugging. I will be happy to help.

image

ArduiDid avatar Oct 20 '21 11:10 ArduiDid

This is fixed as of 1.4.0.

alranel avatar Dec 15 '23 18:12 alranel