Skip to content

Commit 2d1c903

Browse files
committed
add Picoware tutorials doc
and add `OTA Updates` to readme
1 parent 42457fd commit 2d1c903

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Open-source custom firmware for the PicoCalc, Video Game Module, and other Raspb
88
- On-Device Code Editor
99
- File Manager
1010
- On-Device App Store
11+
- OTA Updates
1112
- WiFi (scanning, captive portal, and more)
1213
- Bluetooth (scanning, BLE operations, and more)
1314
- Games (Doom, Tetris, and more)
@@ -24,5 +25,5 @@ Follow the instructions in the [Installation Guide](./guides/Installation.md) to
2425
- [Waveshare RP2350 1.43inch AMOLED Display Development Board](https://www.waveshare.com/rp2350-touch-amoled-1.43.htm?sku=30737)
2526
- [Waveshare RP2350 3.49inch Touch LCD](https://www.waveshare.com/rp2350-touch-lcd-3.49.htm?sku=32775)
2627
### Related Videos
27-
- JBlanked (Quick Overview): [https://www.youtube.com/watch?v=85W4pillyjQ](https://www.youtube.com/watch?v=85W4pillyjQ)
28-
- JBlanked (PicoCalc Playlist): [https://www.youtube.com/playlist?list=PLSRet1BCVgXhDNONa1T-1OIDoSibsF_ey](https://www.youtube.com/playlist?list=PLSRet1BCVgXhDNONa1T-1OIDoSibsF_ey)
28+
- JBlanked (PicoCalc Playlist): [https://www.youtube.com/playlist?list=PLSRet1BCVgXhDNONa1T-1OIDoSibsF_ey](https://www.youtube.com/playlist?list=PLSRet1BCVgXhDNONa1T-1OIDoSibsF_ey)
29+
- A collection of video tutorials for Picoware: https://github.com/jblanked/Picoware/tree/main/guides/Tutorials.md

guides/Tutorials.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Tutorials and Reviews
2+
3+
Here are some tutorials and reviews to help you get started with Picoware:
4+
5+
## Reviews/Application Walkthroughs
6+
- PicoCalc's 2026 Firmware Update is Here and It's HUGE!: https://youtu.be/L_rmjF6NUDo
7+
- Get Started With PicoCalc CircuitPython TODAY!: https://www.youtube.com/watch?v=fkOSQjKK7zk
8+
- PicoCalc Custom Firmware Update 2026: Graphing Equations, Retro Games, and more!!: https://youtu.be/2naZiLK0AJs
9+
- PicoCalc Custom Firmware Update: Send Emails, WebSocket, and More!: https://youtu.be/nf9nDC8PFU0
10+
- NEW PicoCalc Custom Firmware Update: Picoware v1.5.6: https://youtu.be/NtHQ8kETkOk
11+
- PicoCalc Gets Epic Firmware Update with Serial Terminal & Web Server!: https://youtu.be/j-FRSwC9_h4
12+
- Get Ready! PicoCalc Custom Firmware Will Blow Your Mind!: https://youtu.be/85W4pillyjQ
13+
- I Created An On-Device App Store For My Custom PicoCalc Firmware!: https://youtu.be/Fdp3jlRBWeA
14+
- 5 PicoCalc MicroPython Tricks!: https://youtu.be/zseu8dWTrys
15+
- PicoCalc Makes Downloading Github Repositories a Breeze!: https://youtu.be/K29s_RvESGs
16+
- Behind the Scenes of My Amazing PicoCalc Project!: https://youtu.be/6ZDyrXn1TaQ
17+
- Unlock Social Media on PicoCalc: Essential Micropython App!: https://youtu.be/tWgv0gDMhnU
18+
- Unlock PicoCalc's NEW Custom Firmware!: https://youtu.be/twqOm150fFI
19+
- Unlocking CUSTOM PicoCalc Firmware with Python Magic!: https://youtu.be/R46XKhYWJlY
20+
- Get Started with PicoCalc MicroPython TODAY!: https://youtu.be/H11tj2Xi5ow
21+
22+
## Developer Tutorials
23+
- Mastering PicoCalc's PSRAM with MicroPython!: https://youtu.be/fxoTzHKgG4g
24+
- PicoCalc Picoware App: Master HTTP Requests with Ease!: https://youtu.be/BZAHwCVBdcw
25+
- PicoCalc Development with Thonny IDE and MicroPython: Your Ideal Duo: https://youtu.be/I8E6u60ePL0
26+
- Creating Custom PicoCalc Apps: Read and Write to SD Card with Ease: https://youtu.be/0_i__R5oX24
27+
- Mastering Custom PicoCalc Apps: Ultimate Loading Animation Tutorial: https://youtu.be/kDJhD1YUGkY
28+
- Mastering Custom PicoCalc Apps: Epic On-Screen Keyboard Widget!: https://youtu.be/0pkoXWVfSqU
29+
- Creating Custom PicoCalc Apps: Quick Menu GUI Tutorial: https://youtu.be/PMI6KT67ik0
30+
- PicoCalc Custom Firmware Magic: Create Your Own Textbox GUI App!: https://youtu.be/abxZGV3jYQo
31+
- Ready to Code? Write PYTHON Directly on Your PicoCalc!: https://youtu.be/gYO7nG5uR_k
32+
- Create Your Own PicoCalc Apps with Python!: https://youtu.be/6YmvYat-_xc

0 commit comments

Comments
 (0)