0xCAFEDECAF / VanLiveConnect

Live data from your PSA vehicle (Peugeot, Citroën) on your smartphone or tablet, directly from the VAN bus
MIT License
38 stars 3 forks source link

IR receiver - I don't see any signals #9

Closed maltsevvv closed 6 months ago

maltsevvv commented 6 months ago

Hello. I use NodeMCU v3. Arduino IDE 2.3.2 I don’t see the port in the monitor, IR signals from the remote control (Samsung, LG) TSOP 4838 Not connected to the machine (if this is important) On the NodeMCU they are connected as in the diagrams (D5,D6,D7) In Config.h I uncommented the line #define DEBUG_IR_RECV uploaded a sketch

VanBus version 0.4.0 initialized; VanBusRx queue of size 30 is set up Setting up IR receiver ESP will enter light sleep mode after 5:00 minutes of inactivity; listening on pin D1 (GPIO5) for VAN bus activity to wake up from sleep. Connected to Wi-Fi SSID '***' Wi-Fi signal strength (RSSI): -52 dB Please surf to: http://192.168.1.122/MFD.html

Maybe there is still something that needs to be done?

0xCAFEDECAF commented 6 months ago

Hi, the IR functions only work with the original remote control (that comes with the vehicle), and the MFD type C. The VAN bus pins must be connected to the vehicle's VAN bus.

maltsevvv commented 6 months ago

Thank you. Now I understand. I just have a 5" display on my Peugeot 607. Sorry for the stupid question