User Tools

Site Tools


raspberry-pi-pico-bluetooth-led

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
raspberry-pi-pico-bluetooth-led [2022/02/10 21:43] – created adminraspberry-pi-pico-bluetooth-led [2022/02/10 22:06] admin
Line 1: Line 1:
 ====== Raspbery Pi Pico Bluetooth LED ====== ====== Raspbery Pi Pico Bluetooth LED ======
  
 +Control LEDs over Bluetooth.
  
 +===== Wiring =====
 +
 +{{:radiopico-bluetooth-led.png?400|}}
 +
 +{{ ::radiopico-bluetooth-led.fzz |}}
  
 ===== The Code ===== ===== The Code =====
Line 82: Line 88:
  
 Download the [[https://github.com/micropython/micropython/blob/master/drivers/neopixel/neopixel.py|neopixel.py]] module. Download the [[https://github.com/micropython/micropython/blob/master/drivers/neopixel/neopixel.py|neopixel.py]] module.
 +
 +===== Send commands =====
 +
 +https://play.google.com/store/apps/details?id=de.kai_morich.serial_usb_terminal&hl=de&gl=US
 +
 +Turn in LEDs
 +
 +  {"command": "state", "state": 0, "r": 0, "g": 0, "b": 0, "brightness": 0}
  
  
raspberry-pi-pico-bluetooth-led.txt · Last modified: 2022/02/10 23:42 by admin