You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Tiny FX W](https://shop.pimoroni.com/products/tiny-fx-w) (with wireless connectivity)
31
35
32
-
## Programming TinyFX
36
+
## Programming Mighty and Tiny FX
33
37
34
-
All Tiny FX boards come pre-flashed with MicroPython and the libraries and examples needed to get you started.
38
+
All Mighty and Tiny FX boards come pre-flashed with MicroPython and the libraries and examples needed to get you started.
35
39
36
-
To program Tiny FX you'll need to use an interpreter such as [Thonny](https://thonny.org/), which is available for Windows, Mac and Linux.
40
+
To program Mighty and Tiny FX you'll need to use an interpreter such as [Thonny](https://thonny.org/), which is available for Windows, Mac and Linux.
37
41
38
-
* Connect Tiny FX to your computer with a USB-C cable.
42
+
* Connect Mighty or Tiny FX to your computer with a USB-C cable.
39
43
* Make sure you have 'MicroPython (Raspberry Pi Pico)' or 'MicroPython (RP2040)' selected as your interpreter in the bottom right of Thonny.
40
44
* You'll probably also want the 'Files' window open (View > Files), so you can browse the files on the device.
41
-
* Tiny FX runs a example by default so you'll need to press the stop button in Thonny to interrupt it before you can browse files or run code on the board.
45
+
*Mighty and Tiny FX run an example by default so you'll need to press the stop button in Thonny to interrupt it before you can browse files or run code on the board.
42
46
43
47
If you're new to working with RP2040 boards, this Learn Guide goes into more detail about how to install and use Thonny.
44
48
45
49
*[Getting Started with Pico](https://learn.pimoroni.com/article/getting-started-with-pico)
46
50
47
-
## Download MicroPython for Tiny FX
51
+
## Download MicroPython for Mighty and Tiny FX
48
52
49
53
If you wish to update your board to the latest firmware or restore it back to a factory state, you can grab the latest release from [https://github.com/pimoroni/picofx/releases/latest](https://github.com/pimoroni/picofx/releases/latest)
50
54
51
-
There are two .uf2 files to pick from:
55
+
There are two types of .uf2 file to pick from:
52
56
53
57
### Firmware Only
54
58
55
-
*`tiny_fx-vX.X.X-pimoroni-micropython.uf2`
56
-
*`tiny_fx_w-vX.X.X-pimoroni-micropython.uf2`
59
+
*`mighty_fx-vX.X.X-micropython.uf2`
60
+
*`tiny_fx-vX.X.X-micropython.uf2`
61
+
*`tiny_fx_w-vX.X.X-micropython.uf2`
57
62
58
-
This build includes only the firmware needed for Tiny FX to function. You will need to manually update the `lib/picofx` library afterwards to get the latest features and bug fixes.
63
+
This build type includes only the firmware needed for Mighty and Tiny FX to function. You will need to manually update the `lib/picofx` library afterwards to get the latest features and bug fixes.
59
64
60
65
### With Libraries and Examples
61
66
62
-
:warning:**This option will overwrite the entire contents of your Tiny FX! Be sure to back up files to your PC before installing!**
67
+
:warning:**This option will overwrite the entire contents of your Mighty and Tiny FX! Be sure to back up files to your PC before installing!**
This build contains both the firmware for Tiny FX, library files to easily create effects, and examples to get you going.
73
+
This build type contains both the firmware for Mighty and Tiny FX, library files to easily create effects, and examples to get you going.
68
74
69
75
## Flashing the Firmware
70
76
71
-
1. Connect Tiny FX to your computer using a USB C cable.
77
+
1. Connect Mighty or Tiny FX to your computer using a USB C cable.
72
78
73
79
2. Put your board into bootloader mode by holding the BOOT button whilst tapping the RST button.
74
80
75
-
3. Drag and drop one of the .uf2 files to the "RPI-RP2" drive that appears.
81
+
3. Drag and drop one of the .uf2 files to the "RP2350" or "RPI-RP2" drive that appears.
76
82
77
-
4. After the copy completes your board should reset and, if you used the `with-libs-and-examples` variant, should start playing a wave sequence on the mono outputs, and a rainbow on the RGB output.
83
+
4. After the copy completes your board should reset and, if you used the `with-libs-and-examples` variant, should start playing a light sequence on the board's RGB and mono outputs.
78
84
79
85
## Examples
80
86
81
-
There are many examples to get you started with TinyFX (and other boards), located in the examples folder of this repository:
87
+
There are many examples to get you started with Mighty and Tiny FX (and other boards), located in the examples folder of this repository:
0 commit comments