UBISS2024-Links: Difference between revisions

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Getting Started =
= Getting Started =


== Micropython Installer ==
== Install the Arduino Nano RP2040 Connect Firmware ==
* download from https://micropython.org/download/ARDUINO_NANO_RP2040_CONNECT/
* download the firmware for the Arduino Nano RP2040 Connect from https://micropython.org/download/ARDUINO_NANO_RP2040_CONNECT/
* put on in bootloader mode: https://docs.arduino.cc/tutorials/nano-rp2040-connect/rp2040-openmv-setup/
* unplug the board from the computer
* copy on the drive that shows up in your file system
* force the board in bootloader mode by connecting GND and REC pin with a wire: https://docs.arduino.cc/tutorials/nano-rp2040-connect/rp2040-openmv-setup/
* once copied unplug and plug in again
* plug the board into the USB port on your computer, it appears as a drive in your filesystem
 
* remove the wire between the GND and REC pin (before you copy the file onto the device)
* copy the firmware you downloaded on the drive that showed up in your file system
* once it is completely copied to the device, unplug the board and plug in again
* now you should be able to use Arduino Lab development environment


== alternative ==
== alternative ==

Revision as of 22:08, 10 June 2024

Getting Started

Install the Arduino Nano RP2040 Connect Firmware

  • download the firmware for the Arduino Nano RP2040 Connect from https://micropython.org/download/ARDUINO_NANO_RP2040_CONNECT/
  • unplug the board from the computer
  • force the board in bootloader mode by connecting GND and REC pin with a wire: https://docs.arduino.cc/tutorials/nano-rp2040-connect/rp2040-openmv-setup/
  • plug the board into the USB port on your computer, it appears as a drive in your filesystem
  • remove the wire between the GND and REC pin (before you copy the file onto the device)
  • copy the firmware you downloaded on the drive that showed up in your file system
  • once it is completely copied to the device, unplug the board and plug in again
  • now you should be able to use Arduino Lab development environment

alternative

Programming Environment for MiroPython

Testing your Environment: Get a LED to blink

Nano RP2040 Connect board details

MicroPython basics - Tutorial

List of Links

Micropython Basics

Python / Jupyter Notebooks for Hardware

Development environments

Libraries

Data sheets and resources


Tutorials

Machine Learning Basics


everywhereml

TinyML

Networking Basics