Hello,
I'm trying to use this code https://github.com/kimyd/SHT1X_on_nrf51822 to communicate with an SHT11 sensor via GPIO pins. I have a Saleae hooked up an can see the pulses and everything looks okay until the command ACK stage. The data pin is never pulled low indicating the sensor did not receive the command. I know the sensor is good as it works find with a RPi using python.
Is there something I need to configure on the GPIO data pin to allow it to be both input and output (I'm just going with S0S1 for the drive).
Any tips/pointers would be greatly appreciated.
Thanks.


