To get the most out of the Warpnet Make Event, you'll need to make sure your Warpnet Make Event kit is complete and the NodeMCU (WiFi-enabled Arduino ESP8266) is working. Please make sure to complete the steps below. It should only take about 30 minutes!
Check the components of the Warpnet Make Event kit you received, this should at least include:
- 1x DC Jack Female
- 10+ Dupont Cables
- 1x L7805CV 5V Voltage Regulator
- 5x 2N2222A NPN Transistor
- 5x 1KΩ Resistor
- 2x 0.47µF Capacitor
- 1x Breadboard
- 1x Micro USB Cable
- 1x ESP8266 NodeMCU V2
- 1x Heat Shrinking Tubing
- 1x RGBWY LED Strip (not in the picture below)
- 1x 12V Adapter (not in the picture below)
Please contact the hosts of event (you received the contact details in the invite email) if you're missing any of the components.
Download and install the Arduino IDE.
By default the Arduino IDE doesn't recognize the ESP8266 NodeMCU V2
- Open the Arduino IDE
- Go to Files (Linux/Windows) or Arduino (macOS) and click on Preferences.
- Add the following URL to the Additional Board Manager URLs field:
https://arduino.esp8266.com/stable/package_esp8266com_index.json
.
- Click OK and close the preference window.
- Go to Tools, Board and open the Board Manager.
- Scroll down to esp8266 by ESP8266 Community and install the missing boards.
Make sure everything is working by uploading your first sketch to the ESP8266 NodeMCU V2 board.
- Remove the ESP8266 NodeMCU V2 from the styrofoam, because the styrofoam is mildly conductive and may therefore short the board.
- In the Tools menus, click the ESP8266 Boards (2.7.4) option and select NodeMCU 1.0 (ESP-12E Module).
- Plug the ESP8266 NodeMCU V2 board into your computer.
- Select the right USB port from the Tools menu in the Port section. Check Troubleshooting if the port is missing.
- Copy and past the blink.ino code into your Arduino IDE and upload the sketch by clicking Upload.
- After compiling the code, it should automatically start uploading. Check Troubleshooting if you run into issues with uploading the code to your ESP8266 NodeMCU V2.
- Check the LED light on the NodeMCU board for a blinking light. If it blinks according to the specified timing of one second, you're all set!
Please help us spread the word about the Warpnet Make Event on LinkedIn so that we grow the community for future events.
Here's an example from Roald:
Read through the README including At the Make Event, Project Extensions and Useful Resources to get an idea where your want to take your smart LED light strip project during the Make Event.
Please edit or add to the documentation as you go, by following the Contribution Guidelines.