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
@@ -268,11 +268,23 @@ Flashing will normally reset the board.
268
268
269
269
Go Bluetooth has bare metal support for boards that include a separate ESP32 Bluetooth Low Energy radio co-processor. The ESP32 must be running the Arduino or Adafruit `nina_fw` firmware.
270
270
271
-
See https://github.com/arduino/nina-fw for more information.
271
+
Several boards created by Adafruit and Arduino already have the `nina-fw` firmware pre-loaded. This means you can use TinyGo and the Go Bluetooth package without any additional steps required.
272
272
273
-
The only currently supported board is the Arduino Nano RP2040 Connect.
273
+
Currently supported boards include:
274
274
275
-
More info soon...
275
+
*[Adafruit Metro M4 AirLift](https://www.adafruit.com/product/4000)
276
+
*[Adafruit PyBadge](https://www.adafruit.com/product/4200) with [AirLift WiFi FeatherWing](https://www.adafruit.com/product/4264)
After you have installed TinyGo and the Go Bluetooth package, you should be able to compile/run code for your device.
282
+
283
+
For example, this command can be used to compile and flash an Arduino Nano RP2040 Connect board with the example we provide that turns it into a BLE peripheral to act like a heart rate monitor:
If you want more information about the `nina-fw` firmware, or want to add support for other ESP32-equipped boards, please see https://github.com/arduino/nina-fw
0 commit comments