-
This has been requested a few times, and I've myself missed having this functionality during a workshop.
Essentially CODAL currently contains pre-calibrated values for the touch pins and touch logo…
-
经过我反复测试,网页端离线编程无法使用, 想问下这个功能是测试过可用的功能,还是未完成的功能?
日志如下:
I (1193808) programmer: prog_offline--> prog_idle
I (1197816) programmer: prog_idle--> prog_offline
I (1197819) prog_offline: file: /data/…
-
I tried to upload the [mic_serial_plotter.ino](https://github.com/Seeed-Studio/Seeed_Arduino_Mic/blob/master/examples/mic_serial_plotter/mic_serial_plotter.ino) to nRF52840 BLE Sense without Seeeduino…
-
I would like to use an nRF52840 chip as a NimBLEDevice with a TX power of +8 dBm. The problem is that when I call NimBLEDevice::setPower(8);, it automatically caps at 4 (due to the function below).
…
-
### Platform
NRF52, ESP32, RP2040, Linux Native, other
### Description
My proposal for fixing public mqtt location sharing:
Split out the MQTT config to have a specific section to report to the …
-
## Expected Behavior
run the program with OpenOCD
## Actual Behavior
run `./deploy.py --board=nrf52840_dongle --programmer=openocd --opensk` (--programmer=openocd must ad, otherwise will try to run…
-
Hi,
In the startup page of my GDB hardware debug configuration, I didn't click "resume". Instead I put "-exec-run" in the text area. ("continue" skip the softdevice initialization of my nrf52833, so …
-
Hello Ricardo, It would be nice to nrf52840 support to greatly increased the battery life for a tracker, like the meshtastic people have done. How hard would it be to add support for it?
Thanks,
K…
-
### Requirements
- [X] I've looked at the README 'Common Problems' section
### Have you checked this problem on the example app?
No
### FlutterBluePlus Version
5.3.1
### Flutter Version
3.22.1
…
-
デバッガでロードするためにplatform.txtで最適化オプションを変更すると、
**変更前:**
```
compiler.optimization_flag=-Ofast
```
**変更後:**
```
compiler.optimization_flag=-O0
```
コンパイル、書き込みは正常だが、USB-CDCが見えなくなる。
アプリケーションが全く…