Select Page
Tech Log #008: Fixing comms bug

Tech Log #008: Fixing comms bug

There was a bit of a problem being encountered after the Bowie rebuild. The XBees couldn’t communicate together. At first we were concerned this was going to be a hardware issue … that would be expensive parts. Alright, time to dive in to figuring out the bug.

First step was to see if any of the Xbees were receiving any data. Oh yeah, remember one of the previous issues with FTDI? This answer helped to fix the problem (from what we’ve seen, so far, until perhaps it will break again..).

Phew! What a relief! They were receiving data! Must be a code issue then. And wow, was it a code issue indeed. Meaning, there were sections of the code completely missing. The communications on that serial port were just vanished. What on earth! Well, anyway, we re-added it, and it was a huge relief to see the RSSI led from the XBee light up and to see Bowie move again, controlled by the Operator Interface.

 

Collab Log #009: IR camera images

Collab Log #009: IR camera images

Tonight the uOttawa group tested the IR camera. They connected it to the Raspberry Pi, and took pictures with it using raspistill. The test images were showing some objects with the overhead lights on and off. The IR leds that are beside the camera do a good job at illuminating the objects when the overhead lights are off. This progress showed that the IR images can be captured, and the next step is to pass them to Tensorflow for object detection. Beck added the headers to the Teensy 3.6 and inserted it in to the Bowie Brain.