TroubleshootingArduino

Problem with Gesture sensor SEN0543 example code

userHead TonyEllis 2023-09-08 22:25:45 613 Views2 Replies

I am trying to get the Gesture Sensor SEN0543 running on a UNO - I tried both examples (pooling and Interrupt) from the products library (with it connected to the UNO) and upon compiling I get this:-

 

"Error compiling for the Arduino Uno

 

exit 1

 

Error compiling for board Arduino Uno."

 

Can anyone help please?

 

Thanks

2023-09-15 00:02:58

Also make sure that you have selected the right board.

userHeadPic lia.ifat
2023-09-11 18:51:26

The GR10-30 library also include the RTU library.

 

https://github.com/DFRobot/DFRobot_RTU

 

Make sure you also install this library.

userHeadPic Yeez_B