Control Anything With A Chat Bot

In the world of Internet of Things, it’s easy enough to get something connected to the Internet. But what should you use to communicate with and control it? There are many standards and tools available, but the best choice is always to use the tools you have on hand. [Victor] found himself in this situation, and found that the best way to control an Internet-connected car was to use the Flask server he already had.

The remote controlled car was originally supposed to come with an Arduino, but the microcontroller was missing upon arrival. He had a Raspberry Pi around, and was able to set that up to replace the Arduino. He also took the opportunity to use the expanded functionality of the Pi compared to the Arduino and wrote a Flask server to control it, which is accessed as if you are communicating with a chat bot. Sending the words “go left/forward” to the Flask server will control the car accordingly, for example.

The chat bot itself contains some gems as well, and would be useful for any project that makes use of regular expressions. It also seems to be easily expandable. The project also uses voice commands, and does so by making extensive use of Mozilla’s voice recognition suite. If you want to get deep in the weeds of voice recognition on your own though, you can also explore TensorFlow at your leisure.

Google Assistant, Now Available On Ham Radio

Depending on who you talk to, Google Assistant is either a tool capable of quickly and clearly answering audio queries in natural langauge, or a noisier and less useful version of Wolfram Alpha. [William Franzin] decided it would be particularly cool to make the service available over ham radio – and that’s exactly what he did.

[William] got the idea for this project after first playing with the Internet Radio Linking Project, a system which uses VoIP technologies to link radio networks over the internet. Already having an IRLP node, it seemed only natural to make it into a gateway to the wider internet through integration with Google Assistant. Early work involved activating the assistant via DTMF tones, but [William] didn’t stop there – through the use of Picovoice, it became possible to use the system with the custom wakeword “Bumblebee”.

[William]’s project could prove particularly useful for when he’s out of cell coverage, but needs a little information like a weather report or a piece of trivia to settle an argument round the campfire. Additionally, it’s even possible to control the IRLP node through voice commands, too.

If you’re just getting started with ham radio, check out this build to get you started for under $100. Video after the break.

Continue reading “Google Assistant, Now Available On Ham Radio”