Internet of things stoplight

Here is a video about how I made an internet of things stoplight using a very basic Anvil app, a Raspberry pi, Microbits, and a solid state relay.

https://youtu.be/r0pmSAqyXqM

Kind regards,

Bill

5 Likes

Thanks for sharing Bill. I’d love to hear how the virtual robotics event goes!

Thanks Ryan,

If I get it working, I will post about it. I’m sure I will have questions for the forum along the way.

Bill

1 Like

I am sorry to report that may video needs a couple fixes.

On the Anvil Side, add line 3 to the code:

import anvil.server

On the Raspberry pi side, from the terminal I think I should have included also this additional installation in my directions:

$ Sudo pip3 install anvil-app-server

I will update the video when I get a chance.

Kind regards,

Bill