Hey, first time experience with oak/arduino, but not first time programming. I'm working on a project to monitor temperature/humidity and chart that data over time.
Ultimately, my flow looks something like this...
Sensor -> Oak -> Parse Server -> iOS app
Anyways, I need a way to test and make sure I'm getting the correct output from a DHT11 sensor I have ready to go. I've noticed in a lot of example sketches, there's a ton of "Serial.println()". After compiling a project though, I can't seem to find where that console output actually happens.
It seems like this should be viewable from a serial port with a regular arduino, but since the oak is wireless, where can I see this?