0xCAFEDECAF
0xCAFEDECAF
Please upgrade 'jmdns' library to 3.5.5 (or later). Arduino IDE versions 1.8.6 ... 1.8.12 and 1.9.0-beta (for Windows, maybe also for Linux) are having problems showing devices as network ports...
Thanks 😊 The screen layout was designed for aspect ratio 19:9 (e.g. resolution of 2280 x 1080 pixels). The only way to fit nicely into a 5:3 aspect ratio is...
Indeed, the screen layout is designed on aspect ratio 19:9, not 5:3. To scale without preserving the aspect ratio, you could use the[ CSS "transform" property](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale). For example like this...
Nice 😃 Thanks for the update!
Hi, What program are you using? My advice would be to start where I left off. I am using [Arduino IDE 1.8.19](https://downloads.arduino.cc/arduino-1.8.19-windows.exe), and [ESP32 library 1.0.6](https://github.com/espressif/arduino-esp32/releases/tag/1.0.6). Furthermore, board settings seem...
No problem @morcibacsi , I am also curious what is the underlying issue here. @unpapardo I'm afraid I cannot reproduce your problem with the hardware setups I have available. I...
`I dont have a logic analizer, sadly` What about [this one](https://www.tinytronics.nl/en/tools-and-mounting/measuring/oscilloscopes-and-logic-analyzers/logic-analyzer-8-channel-usb)? It seems to work with [Saleae software](https://www.saleae.com/pages/downloads), and in the reviews it is claimed to also work with [Pulseview/Sigrok](https://sigrok.org/doc/pulseview/0.4.1/manual.pdf)....
Thanks! Always nice to receive positive feedback 👍 Did you manage to solve the freeze? You don't need the sat nav system nor the stock radio for the setup to...
Head unit volume is coded in byte 5 of IDEN 4D4 packets; see [PacketParser.ino line 1814](https://github.com/0xCAFEDECAF/VanBus/blob/6ed8d36997b5f358759c6e640738f4fcc3d0d0bc/examples/PacketParser/PacketParser.ino#L1814) . Also, have a look at [this useful page](http://pinterpeti.hu/psavanbus/PSA-VAN.html#4D4) (scroll down to 4D4). "Seek"...