Andreas

Results 92 comments of Andreas

Well, this stuff is really not well documented... PlatformIO and Arduino IDE share kind of the same board definition schemes, but I didn't know that when I started yesterday ;)...

Oh btw., just in case you'll try it out, the HID example doesn't work for me (in my platformio example). I do get a HID Keyboard in the device manager...

> Hum, it might be because the HID library I use is not the standard one. I choose the one from NicoHood because it has MediaKeys implemented and the standard...

Hey, I kinda have the same issue. I have Gosund EP2 Smart Sockets which came with firmware 1.0.4. tuya-convert was able to connect these to the vtrust-flash network with the...

I'm not sure. The extension doesn't really read or understand different units or scaling factors. It just reads the raw coordinates from the SVG file. Can you make a 10x10mm...

Yeah, the raw value in the file is 28.3 for 10mm. so... 28.3 dots / 72 dots/inch * 25.4 inch/mm = 9,98 mm. Kinda close, I guess? And because EasyEDA...

> Hello, thanks a lot for the extension ! It saves my life :) I have a same size problem using also Inkscape but the 1.3888888888 ratio works fine. On...

You said you tried `STRAIGHT` but the code uses `BINARY`. Whatever was used in the Video is correct. If it was `STRAIGHT` you need to connect and define Pins A-D....

Have you tried running a local http server and requesting data from it so you can actually monitor what the http request looks like e.g. using Wireshark? I guess there...

First of all: Wow, great you went through all this and learned something new. I didn't expect that from someone who never used Wireshark or something familiar. All packets shown...