pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
196 stars 167 forks source link

New W01 OEM module not reading the CAN line #604

Open mjmillere80 opened 1 year ago

mjmillere80 commented 1 year ago

(sysname='WiPy', nodename='WiPy', release='1.20.2.r6', version='v1.11-c5a0a97 on 2021-10-28', machine='WiPy with ESP32', pybytes='1.7.1')

Steps to cause this issue:

  1. We built another run of our product with your W01 OEM modules
  2. We programmed the W01 modules with the same program as our previous run
  3. Tested the units What we expected: We expected the new units to read the CAN line of a small engine and perform just as the previous run of units. What happened instead: The units will not read (receive) the CAN line

We found that any unit with a MAC address starting with 240ac4 will work just fine. Units that start with c8c9a3 will not work. Even when using the current examples in the documentation.