Replies: 1 comment 10 replies
-
Hello, Other than that you should be perfectly able to communicate with the BM2 module but be aware that in some cases the heating will ignore settings and this may be due a faulty mainboard. Many of the errors related to values not being sent or received properly or the heating itself is steering the temperatures completely wrong are related to failures of the mainboard. Keep that in mind when testing ;) |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm having the hardest time sending data to my ZWR 18-5 via a BM2. If I connect the outside temp sensor to A/F I get error CC during startup. If I hook up the BM 2/2 code resistor it starts up and sends CAN messages which I can receive. But after some time I then get A8.
Send levels look ok. The ZWR does acknowledge the packets I send. But it seems to discard them.
Maybe the BM2 has trouble working without a BM1 in a cascaded unit?
I should say that I used a esp32 with a SN65HVD230 module. I had to reduce clock frequency to 26 MHz to be able to run the internal CAN support at 10 kbit/s - which meant commenting out anything wifi related since that would hang at lower CPU speeds.
Anyway I read in the mikrocontroller thread that you'd had issues sending data as well - so wanted to see if you could summarize your latest findings. I know you've been skeptical rg the SN65HVD230 - but it works fine for rx at least.
Beta Was this translation helpful? Give feedback.
All reactions