From 1e176322620467c047beb92eee53778c491de093 Mon Sep 17 00:00:00 2001 From: njord Date: Tue, 18 Jun 2024 14:47:08 +0100 Subject: [PATCH] up remote info --- README.md | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd40292..6c560fc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,44 @@ https://play.google.com/store/apps/details?id=de.kai_morich.serial_bluetooth_ter `$ mpremote connect /dev/ttyACM0 cp ./main.py :` -## [OpenLaserTag remote control box info](https://gitea.tomaskrejci.com/njord/lasertag_device_micropython/src/branch/master/LT_remote_control_box.md) +# OpenLaserTag remote box + +Box Z62, 2xAA: + +https://www.kradex.com.pl/product/enclosures_with_battery_basket/z62 + +https://www.krabicky-pro-elektroniku.cz/plastova-krabicka-z62--cerna/ + + +### BLE Bluetooth UART - terminal +https://play.google.com/store/apps/details?id=de.kai_morich.serial_bluetooth_terminal + + +## Pi Pico + +### IR RX +IR RX TSOP4856 +datasheet: https://www.vishay.com/docs/82459/tsop48.pdf + +- pin1 OUT - Pi Pico pin 16 (pull up) +- pin2 VCC +- pin3 GND + +### IR TX +- IR TX TSAL6200 / TSAL6100 +- PN2222A NPN transistor +- resistor 47R + +### Pi Pico pin: + +- pin 16 - IR RX +- pin 17 - IR TX + +- pin 18 - button +- pin 19 - button +- pin 20 - button + +- pin 22 - Red LED, resistor + +- pin - 2x 1,5V BAT - Schottky diode - V -## Audio test -https://learn.adafruit.com/mp3-playback-rp2040/pico-i2s-mp3 \ No newline at end of file