-
@override
void initState() {
super.initState();
_spTestSmq
.getSerialMessageListener()
.receiveBroadcastStream()
.listen((eventSmq) {
String tmpStrin…
-
In an modified earlier release of esp8266_deauther I played with phonegap/cordova/cordovaduino to forward every HTTP message through the serial connection (deauther plugged to the android OTG) and als…
-
Hello. I have the problem to probably connect to the uart of the TMC 2209. I have some experiences with Arduino and stepper drivers, but not that much to be able to figure out what my issue is. I used…
-
While undergoing some keyboard definition cleanup for a PR on main QMK repo, I have noticed one annoying issue while testing in parallel against vial-qmk codebase.
Using KLOR keyboard on RP2040 ARM…
-
Hello, thank you very much for your work.
I have successfully uploaded the code to a CYD (Cheap Yellow Display ESP32-2432SO28)
I am currently using VESC version 6.05 on my controller. Unfortunat…
-
NmeaDevice class should provide auto-recovery on device's temporary disability. If possible it should provide repeated auto-discovery when device disappears and re-appears in the OS.
-
### Expected Behavior
BMW I3 battery display soc show 100, soc on battery is on 51%. Cant get inverter to charge battery full.
Switch back to old soc solution HWbatt_soc
### Actual Behavior
…
-
I cannot seem UDP plotting to work on teleplot, even running the basic python example.
![image](https://github.com/user-attachments/assets/13277964-dd7f-4b95-a87e-8051dab4c691)
- I'm using the d…
-
During a long print (more than an hour), klipper loses communication with Eddy (Klipper reports shutdown lost communication with MCU Eddy).
I'm using Eddy on the Hurakan.
After the error, it is poss…
-
```
#define AUDIO_FILENAME "/44100_u16le.pcm"
#define FPS 15
#define MJPEG_FILENAME "/240_24fps.mjpeg" // "/220_30fps.mjpeg"
#define MJPEG_BUFFER_SIZE (220 * 176 * 2 / 4)
// #define FPS 15
// #d…