I have a bot board with an atom pro 28. it’s the pink atom pro. well i was wondering what sensors would work with the bot board. a few i have in mind are
Yes, you should be able to connect this sensor to the Atom Pro. It uses the I2C interface. On my Brat with the Atom Pro I have a SRF08 sensor that also uses I2C. You need to add pull-up resistors on the I2C lines (SCL and SDA), which on my board I used IO pins 4 and 5.
On the Atom Pro you can use the I2CIN and the I2COUT commands to talk to the device. I am using version 8000 of the Pro IDE.