Having learned the lessons in this chapter, try answering the following questions on your own:
- True/False. MicroPython started as a Kickstarter campaign.
- True/False. CircuitPython is a version of MicroPython developed by Adafruit Industries.
- True/False. Uno, Mega, and Nano are Arduino models.
- What are the differences between developing with MicroPython as opposed to Arduino?
- List three programs that may be used to flash MicroPython onto a microcontroller.
- True/False. The REPL allows a developer to quickly test code by providing a command-line interface.
- True/False. The first microcontroller to support MicroPython was called Pyboard.
- Describe how you would hook up a WiPy and LoPy to your computer without the use of a Pycom expansion board.
- True/False. LoRa works in different frequency bands depending on where you are in the world.
- True/False. Node-RED is a visual programming...