Manage cookies

We use cookies to improve our services. Read more about how we use cookies and how you can refuse them.

The necessary cookies help to make the website work properly.

Anonymous statistical cookies help to understand how visitors use the website.

  • Tag: iot


    • MicroPython
      3 min | 4676

      #MicroPython: an IoT BRIO Locomotive

      MicroPython | 3 min | 4676


      This tutorial helps you update a BRIO locomotive using an ESP32 that runs MicroPython. As a result, you can control the speed of the BRIO using a cell phone or a laptop (basically, everything that has a browser).

      If you don't know what a BRIO locomotive is, check out the following picture:

      BRIO World 33594
      Fig. 1: BRIO World 33594

      In this tutorial, I will try to accomplish the following points:

      1. Hardware modifications on a ESP32 board;
      2. MicroPython installation;
      3. Controlling the locomot...