-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons have no action (HW1.4 board) #1
Comments
Try uncommenting the lines from 98-100 in the main cpp. That way you can see on the serial monitor if the sent CAN messages are changing or not. https://github.com/morcibacsi/PSAWifiDisplayControl/blob/master/PSAWifiDisplayControlMain.cpp#L98 |
Thanks for your reply. I'm quite new to this, but i'm trying to understand. Here is what i see with the "debug" on. A lot of messages from the display. With the help of those 2 sites i can understand some messages: But when i press a button on the phone, i can't see any CAN message. So i think my HW is faulty but... the screen wakes up, so it means the "ignition on" message is send on the BUS. Sending "ignition off" when button is pressed makes screen blink, so data is send on CAN BUS.
I try to send "menu" : 0x3E5 40 00 00 00 00 00 directly without success.
|
I tested the version again, and it works on my side, so I am not sure what could be the problem :( But anyways I pushed a new version which replaced the CAN driver with the official one from ESP-IDF which is much more reliable than the previous one. Please try the new version, and see if it helps. |
Interesting... I have 2 Chinese type C displays and a Johnson Controls type A and all are working fine. Do you have another board to test (with this code, or for reading the sent messages with a CAN monitor sketch to check if the 0x3E5 CAN frame gets actually sent) |
@Marc-- I am experiencing the same issue. Were you able to solve it? |
Hello there,
I'm having some troubles using the WifiDisplay Control with HW 1.4 board. The screen wakes up, and blink on 0:00. I can connect to the Access Point with my phone, but buttons have no action.
On the serial monitor, i can see the codes when buttons are pressed.
TEST_MODE is enabled, as i don't have a PSA head unit (and with TEST_MODE disabled, the screen doesn't wake up).
Is there a way to diagnose it ? Maybe a verbose serial log ? I don't have a scope, only a multimeter.
Regards,
Marc
The text was updated successfully, but these errors were encountered: