rena2019
rena2019
Hi, I tried your package with the following code: const uic = require('uic-918-3'); // https://braweria.de/wp-content/uploads/2020/10/HVV-Card-Detail-und-Hinzufuegen.png const image = "HVV-Card-Detail-und-Hinzufuegen.png"; uic.readBarcode(image).then((ticket)=>{ console.log(JSON.stringify(ticket, null, 4)); }); but it fails with (node:3051) UnhandledPromiseRejectionWarning:...
Seems that the DAPLink interface is not stable on my Muselab NanoESP32 S2 evalboard even if I set the adapter speed down to 1kHz, openocd log: ``` Info : Listening...
I bought the following board https://github.com/WeActStudio/WeActStudio.STM32WB55CoreBoard Is it possible to add it to this lib?
### Category Other ### Hardware Heltec Wireless Paper ### Firmware Version 2.5.15.79da236 ### Description I'm trying to configure my meshtastic device via Python CLI only (without Android device). But after...