
Be sure to bookmark mbox.fyi for quick access to Maker Box reveal posts.





SWAG & CODES
- Welch's Fruit Snacks
- RMRRF Sticker
- Trading Cards
Please login to view codes if you received this months UFO.

Explorer

California Filament
Blue Glow - PETG

Matter3D
Performance Amide 66 - Low Warp Unfilled - Grey
Accessory
Vision Miner Nano Polymer

Project
+Nano version of the Maker Box received an ESP32-WROOM
Automatic Tea Steeper
I thought this was a cute project, recommended by https://twitter.com/Gear3D_
Thank you to @mrdanielklein for doing the coding and remixing the models. You can find the instructions and files below.
UFO Kit Contains:
- 2 x SG90 Motors
- 1 x Power Block
- 1 x USB-C Power Cable
- 1 x Toggle Switch
Programming the ESP32-WROOM Board
There are 2 ways you can program the board.
Arduino Web Editor:
One way is to use the Arduino web editor. You can create a project in the online editor and copy the code into it. Just follow the websites directions on getting the needed plug in installed. The board you would select is the esp32 dev module
Locally on PC:
First you will need the Arduino IDE installed on your computer. Which you can install from
https://www.arduino.cc/en/software . If you are using windows 11 I would suggest to download and install the legacy IDE version as new one gets some access denied errors.
Once the IDE is up and running you will need to install the esp32 board.
First thing you will need is to install the Espressif esp32 board library. You can do so by following the tutorial on the website below: [Note for our board select the esp32 dev board]
https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/
After the board is installed you can open up the .ino file for the project.
You can the select the board Esp32 Dev Module and the correct port and click upload.
This should compile the code and send it to the board for you!
Comments 1
Maker Box is a great way to get kids interested in coding and engineering.