Salvo Musumeci

Results 12 comments of Salvo Musumeci

Hello, I'm interested on CAN communication as well. I know that Pumbaa (a fork of Micropython) exists, but its creator said me it is no longer mantained.

Hello, I just give an update to everyone is interested. Since I was not able to find nothing on the web, I've decided to write the module by myself. A...

I have updated the Quick Ref file. Here the link to CAN Bus section: https://github.com/nos86/micropython/blob/esp32-can-driver-v1/docs/esp32/quickref.rst#can-bus

Actually not, my goal was to develop the driver for CAN hardware for my project. Regarding the merge in master, I'd like to add some additional basic function before request...

Hello @neographikal, for the first release, I'm not sure I'm able to include the configuration of the filter. If so, the software filtering at uPython level is not suitable for...

Driver is designed for internal controller with external transceiver (likes mcp2551). Please find the example inside my repo (example/esp32_can.py) https://github.com/nos86/micropython/blob/esp32-can-driver/examples/esp32_can.py There you can find how to initialize the driver. More...

According to my knowledge, esp32 has only one can driver. Currently I don't have a build available on GitHub, but you can build it from source. I didn't try to...

I'm on vacation without internet. I'll be able to upload a build by end of next week.

Hi @jbakuwel, you can download my last nightly build at https://github.com/nos86/micropython/releases/download/esp32-can-driver-v2/firmware.bin

@mlokhandwala, firmware.bin is the hex file to be loaded in ESP32. It is a Mycropython installation that includes the CAN driver. Please refer to https://docs.micropython.org/en/latest/esp32/tutorial/intro.html#deploying-the-firmware for the installation. Clearly, you...