I have a Sparkfun ZX Gesture Sensor which I’m trying to connect to Arduino Nano BLE but it doesn’t work. I’ve hooked it up as described in the guide but I couldn’t get it to work. (see attachmnet)
I wonder if it is only compatible with RedBoard or if it should go with any arduino board.
Note that Arduino Nano that I’m using provides only 3.6V
It will work with that board; it looks like the INT/DR pin might be one-off, try moving that down one pin from the 7th hole/pin (INT1) to the 6th hole/pin (INT0) https://i2.wp.com/www.teachmemicro.com/ … 1500&ssl=1 (same pinout as nano BLE)
If that doesn’t work, try the example that does not use the interrupt (ZX Example, instead of Gesture Example) in the guide to verify the sensor is working https://learn.sparkfun.com/tutorials/zx … zx-example (which does not use the DR signal)
TS-Russell:
It will work with that board; it looks like the INT/DR pin might be one-off, try moving that down one pin from the 7th hole/pin (INT1) to the 6th hole/pin (INT0) https://i2.wp.com/www.teachmemicro.com/ … 1500&ssl=1 (same pinout as nano BLE)
I tried both INT0 and INT1 but it didn't work (please check images). I mean I don't any serial output when trying gesture examples.
TS-Russell:
If that doesn’t work, try the example that does not use the interrupt (ZX Example, instead of Gesture Example) in the guide to verify the sensor is working https://learn.sparkfun.com/tutorials/zx … zx-example (which does not use the DR signal)
I tried the example "I2C_ZX_Demo.ino" and I got number but they do not change when I move my hand in front of the sensor.
Do you happen to have an Uno? I’d test it there first just to make sure the board is working. If it works on an Uno, there might me some code incompatibility you will need to resolve to get it working on the nano ble.