Difference between revisions of "UBISS2024-Links"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
Force the board in bootloader mode by connecting GND and REC pin with a wire:
 
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/
 
https://docs.arduino.cc/tutorials/nano-rp2040-connect/rp2040-openmv-setup/
 +
[[File:Arduino01a.jpg|200px]]
  
 
Plug the board into the USB port on your computer, it appears as a drive in your filesystem  
 
Plug the board into the USB port on your computer, it appears as a drive in your filesystem  
Line 13: Line 14:
  
 
Remove the wire between the GND and REC pin (before you copy the file onto the device)  
 
Remove the wire between the GND and REC pin (before you copy the file onto the device)  
[[File:Arduino01a.jpg|200px]]
+
 
  
 
Copy the firmware you downloaded on the drive that showed up in your file system  
 
Copy the firmware you downloaded on the drive that showed up in your file system  

Revision as of 23:40, 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/ Arduino01a.jpg

Plug the board into the USB port on your computer, it appears as a drive in your filesystem Drive01.png

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 File-copy.PNG

Once it is completely copied to the device, unplug the board and plug in again Arduino02a.PNG

Now you should be able to use Arduino Lab for Micropython development environment, https://labs.arduino.cc/en/labs/micropython

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