Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jjarrard authored Jan 14, 2024
1 parent 54ca560 commit 015b440
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# pico-duinonano-i-sobot
Control your Tomy i-Sobot over wifi using a pico and a 16MHz arduino nano

Only rudimentary currently, manually typing in the command number and pressing the button.

Library files borrowed from Miles Moody, thanks for doing the hard work!

**Getting started**

1. Load MicroPython onto your Pico W.

2. Change the wifi settings in main.py (main.py should run on boot, google if not).

3. Upload main.py

4. Add Isobot library to arduino editor.

5. send the ino file to the arduino using the settings below (remember it needs to be a 16MHz Arduino).

![image](https://github.com/Jjarrard/pico-duinonano-i-sobot/assets/15104602/ebbdba67-ace4-4200-8cd8-49e09bdc92f9)

6. Plug in an IR LED into D5 and GND (For testing I even used a normal clear red one).

7. Plug a jumper between the Pico W TX pin and the Arduino RX pin.

8. Watch the Thonny (Pico) shell for the IP you'll need to visit to send the commands.

0 comments on commit 015b440

Please sign in to comment.