The UNO has SCL/SDA spots to connect a baro sensor, whereas a USBdroid lacks these, and having a look at the SimpleBaro code, it doesn't specify how it uses these SCL/SDA spots. I don't know a whole lot about serial communications, but is there a way I can get a baro readout using the digital pins somehow? If so, how do I specify which pins it ought to use?
I've not had a lot of experience with these up to this point, and I haven't been able to find any useful tutorials regarding baro/USBdroid integration.
Using Baro sensor with USBDroid - SCL/SDA spots
Re: Using Baro sensor with USBDroid - SCL/SDA spots
With the USBdroid use A4 for SDA and A5 for SCL.
Re: Using Baro sensor with USBDroid - SCL/SDA spots
Thanks John, I was able to make it work using A4 and A5.
Can they be mapped to other output pins to free up A4 and A5 for another sensor, or are they fixed?
Can they be mapped to other output pins to free up A4 and A5 for another sensor, or are they fixed?
Re: Using Baro sensor with USBDroid - SCL/SDA spots
Afraid they're fixed.Agent wrote:Thanks John, I was able to make it work using A4 and A5.
Can they be mapped to other output pins to free up A4 and A5 for another sensor, or are they fixed?
cheers
john