but im stuck with the firmware im not able to find the binary for the modules in order to upload it on them am i missing something ? or i am that blind

It used to be checked in to the repo, but then we removed it and I forgot to upload a release instead. Here you go:
I am looking at https://github.com/mck1117/wideband/tree/master/hardware/board_carrier/mx120.pretty and thinking 367831201 MX120G
What standalone is that? I believe that the board here would only work if you control it via CAN?bitshifted-MX5 wrote: ↑Thu Nov 02, 2023 3:32 pmI am working on implementing this WBO2 in a standalone for my car.
go have a look at the schematic pdf, it explains what they dobitshifted-MX5 wrote: ↑Thu Nov 02, 2023 8:14 pmThanks, that design is already more complete for my project. But I am still looking for an answer on how to compile the code and what SEL_1 and SEL_2 are used for?
Thanks for the excellent work! I am now getting expected behaviour and good results on the latest commit.crunchie wrote: ↑Wed Nov 15, 2023 8:08 amFirst and foremost, thank you for your work and development on this project!
I have been following this thread for a little while now & have recently successfully built & programmed 2 boards running at 500kbps & 1Mbps.
Both units behave as suspected on the bench:
- CAN messages confirmed working and correct using my analyzer
- Blue LED flashes briefly upon start up & goes out. Green LED begins flashing fast to indicate heating sensor (never changes or times out from this state)
- With 2 different known good LSU 4.9 sensors connected, sensor does not heat & no current is drawn from the power supply to indicate that it is heating
- Wiring has been checked
Is there anything I may be missing? I am assuming that on the bench the controller will begin to heat eventually after detecting no CAN messages on the bus to allow the heater. Any help would be appreciated! Keen to get these going
BTW, there are tested working prebuilt bins available at https://github.com/mck1117/wideband/releasescrunchie wrote: ↑Fri Nov 24, 2023 9:41 amThanks for the excellent work! I am now getting expected behaviour and good results on the latest commit.crunchie wrote: ↑Wed Nov 15, 2023 8:08 amFirst and foremost, thank you for your work and development on this project!
I have been following this thread for a little while now & have recently successfully built & programmed 2 boards running at 500kbps & 1Mbps.
Both units behave as suspected on the bench:
- CAN messages confirmed working and correct using my analyzer
- Blue LED flashes briefly upon start up & goes out. Green LED begins flashing fast to indicate heating sensor (never changes or times out from this state)
- With 2 different known good LSU 4.9 sensors connected, sensor does not heat & no current is drawn from the power supply to indicate that it is heating
- Wiring has been checked
Is there anything I may be missing? I am assuming that on the bench the controller will begin to heat eventually after detecting no CAN messages on the bus to allow the heater. Any help would be appreciated! Keen to get these going
*Note* I am using a standalone unit
- Sensor ramps and heats as expected on power up
- CAN decoding confirms valid message when sensor reaches approx 780 degC on bench
- green light changes from fast flashing to slow flashing
- lambda reading at max 2.0 on bench & responds to torch flame
Will do some more testing before I install on vehicle and report back. Thank you!
Thanks for that, I am aware of the prebuilt binaries however I will be using this for 2 standalone applications on 2 separate vehicles:mck1117 wrote: ↑Fri Nov 24, 2023 9:57 pmBTW, there are tested working prebuilt bins available at https://github.com/mck1117/wideband/releases