tudstudent
tudstudent
No its not, that one is concerning the hardware buttons on an Apple device for chaning volume. This is chaning the volume up and down from internl XBMC to an...
@joethefox can this be implemented?
This is the request for change done in: https://github.com/joethefox/Unofficial-Official-XBMC-Remote/issues/40 Btw this is supported in: Android -> Yatse IOS -> Constellation
On the HP, we have 4 terminals (GND, 12V and A&B). When I use the 12V with the GND to power the ESP and the RS485 I see that the...
Currenlty I sue a seperate 5V PSU. However I want to use the 12V from the HP. This can be done by using a LM2596 (for example) which adjust the...
This is the board used: https://protosupplies.com/product/max485-ttl-to-rs-485-interface-module/ (Bought on ali, but same product) ESP= ESP32 => ETH01-EVO Power converter => LM2596 Cable between HP and MAX485 = unshielded CAT5 In breadboard,...
@elupus I got some time yesterday and investigated the Lillygo design: https://github.com/Xinyuan-LilyGO/T-CAN485/blob/main/doc/schematic.pdf It seems the LillyGo uses an 13487E: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX13487E-MAX13488E.pdf Compared to the MAX485 which most use: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX1487-MAX491.pdf Another difference...
Just ordered a 13487 breakout board. Will take some time till it is here, but quite curious.
Update: Yesterday I received the 13487 breakout. Today installed it in place and connected it to the power of the HP. Worked directly without any problems. Might be worth mentioning...
Additionally: [Driver source code](https://github.com/espressif/esp-idf/blob/master/components/esp_eth/src/esp_eth_mac_dm9051.c)