Hello everyone!
Looking for any guidance and/or advice on where to get started with this aspect of my build. I am wanting to take me teensy build and connect an XBee to it and have another XBee on the ground with a Yagi. Any known libraries or...
I double checked and I do have version 1.59 installed. Before when I tried 3.3V, I didn't have anything connected it to the pin and it read ~7.8V and I thought it didn't work. Tried it now with the 3.3/1023 and got dead on readings with something...
Hello!
I created a voltage divider (schematic below) and tied it with an Arduino first, and I was able to get an accurate reading. The code was as follows:
float batteryVoltage;
void setup() {
Serial.begin(9600);
}
void loop() {
int...