StefanL38

Results 28 issues of StefanL38

Hi @T-vK, the example-code that you included https://github.com/T-vK/ESP32-BLE-Keyboard/blob/master/examples/SendKeyStrokes/SendKeyStrokes.ino sends keystrokes **un**conditionally. I suggest that you modify this example that either sending a keystroke is done only after a waittime of...

The examples that are provided inside the https://github.com/teemuatlut/TMCStepper Repo have only a few examples showing the must rudimentary use of the library. After googling I found this library https://github.com/teemuatlut/TMC2208Stepper which...

Hi Naguissa, recently I posted an example-code on the Arduino-Forum which goes a little bit beyond the most basic example with direct function-calls and direct number use. My intention is...

I encountered a very strange problem when using your demo-code the compilation was only successful with having the ITEADLIB_Arduino_Nextion-master-libary **AND** the https://github.com/bborncr/nextion/tree/master beeing installed. Only in case the https://github.com/bborncr/nextion/tree/master is...

Hi Adam, I have looked for but did not find any information about which IO-pins are used for the SPI-interface. I am even more confused as the Pin-outs that can...

Hello, I tried to compile this demo-code onto a ESP32-nodeMCU but the display did not show the text [code] #include #include // This sketch draw marquee text on your LED...

enhancement
help wanted
wip

Hi everybody, the example https://github.com/br3ttb/Arduino-PID-Library/blob/master/examples/PID_Basic/PID_Basic.ino defines output as double (=double-precision **floating**-point) ``` //Define Variables we'll be connecting to double Setpoint, Input, Output; ``` and then uses this floating-point-variable in analogwrite...

Please use this form only to report code defects or bugs. **## NO!** As long as GitHub is unable to provide - an easy to find and - step by...

I tested this library with the example "basic" with a KY040 rotary-encoder. This type of encoder has mechanical switches. This is the result that I get when I turn the...

loaded the complete example demo-code C:\Arduino-Pure-Portable\arduino-1.8.19\portable\sketchbook\libraries\ESPUI\examples\completeExample\completeExample.ino and get these compiler-errors completeExample.cpp:40:2: error: #error on ESP8266 and ESPUI, you must define OOM debug option when developping 40 | #error on ESP8266...

wontfix