NefMoto

Noob Zone => Noob Questions => Topic started by: grifrowl on May 29, 2015, 03:34:41 PM



Title: ME7.5 CAN output capabilities.
Post by: grifrowl on May 29, 2015, 03:34:41 PM
To what degree is the CAN output of the ME7.5 programmable? Could I create a function to output new CAN messages, or am I stuck with a separate microcontroller to do something like this?


Title: Re: ME7.5 CAN output capabilities.
Post by: sonique on May 30, 2015, 08:05:58 AM
i think ..no


Title: Re: ME7.5 CAN output capabilities.
Post by: nyet on May 30, 2015, 11:30:22 AM
In theory, anything is possible if you have the code and RAM space for it (and obviously the ability to write arbitrary code for the ECU)


Title: Re: ME7.5 CAN output capabilities.
Post by: grifrowl on June 01, 2015, 07:56:12 AM
anything is possible

I guess I'll dive in then. Would you say the Anti-lag/No-lift shift thread would be a good start to acquiring these skills?


Title: Re: ME7.5 CAN output capabilities.
Post by: nyet on June 01, 2015, 10:32:11 AM
I'd start with learning assembler (if you don't already know it).


Title: Re: ME7.5 CAN output capabilities.
Post by: grifrowl on June 01, 2015, 10:52:21 AM
That's kinda what I meant. Thanks man!


Title: Re: ME7.5 CAN output capabilities.
Post by: flaattire on June 01, 2015, 09:27:12 PM
Try a can-bus shield + arduino in the meantime. Much easier.


Title: Re: ME7.5 CAN output capabilities.
Post by: grifrowl on June 02, 2015, 04:28:08 PM
Try a can-bus shield + arduino in the meantime. Much easier.

That's the setup I'm currently using. The only issue is that arduino is kinda slow when I am attempting to read and write CAN commands at the same time.


Title: Re: ME7.5 CAN output capabilities.
Post by: musicleecher on February 12, 2023, 08:41:44 PM
That's the setup I'm currently using. The only issue is that arduino is kinda slow when I am attempting to read and write CAN commands at the same time.

I'm using an ESP32, more than fast enough ;)


Title: Re: ME7.5 CAN output capabilities.
Post by: prj on February 13, 2023, 03:30:58 AM
Do you realize you replied to something that was posted 8 years ago?