.vscode | ||
lib | ||
.micropico | ||
LT_remote_control_box.md | ||
main.py | ||
README.md |
lasertag_device_micropython
OpenLaserTag device, MicroPython
Raspberry Pi Pico W
MicroPython FW: https://micropython.org/download/RPI_PICO_W/
Pi Pico W datasheet https://datasheets.raspberrypi.com/picow/pico-w-datasheet.pdf
PCB 51x21mm, 1mm hole 20x8(10) 2.54 pitch grid
Pi Pico BLE: https://electrocredible.com/raspberry-pi-pico-w-bluetooth-ble-micropython/
Micropython IR: https://github.com/peterhinch/micropython_ir/blob/master/RECEIVER.md
Pi Pico VSCode: https://randomnerdtutorials.com/raspberry-pi-pico-vs-code-micropython/
STM32WB
MicroPython FW: https://micropython.org/download/?mcu=stm32wb
BLE Bluetooth UART - terminal
https://play.google.com/store/apps/details?id=de.kai_morich.serial_bluetooth_terminal
install OpenLaserTag on Pi Pico W
install primitives lib
$ mpremote mip install "github:peterhinch/micropython-async/v3/primitives"
install lib folder on device
$ mpremote connect /dev/ttyACM0 cp -r ./lib :
install main.py
$ mpremote connect /dev/ttyACM0 cp ./main.py :