Search found 3 matches

by Jim_Merkle
Sun Jun 06, 2021 4:04 pm
Forum: Drivers for External Components
Topic: MCP2515-Library MicroPython
Replies: 2
Views: 6147

Re: MCP2515-Library MicroPython

Timi257,
I too am looking for a working MCP2515 library. Anyone create or find one yet?

Thanks
by Jim_Merkle
Mon May 03, 2021 3:33 pm
Forum: MicroPython pyboard
Topic: CAN support for NUCLEO-F446RE board
Replies: 1
Views: 3280

Re: CAN support for NUCLEO-F446RE board

After modifying micropython/ports/stm32/boards/NUCLEO_F446RE/mpconfigboard.h I wanted both CAN bus interfaces available, so I commented out the SPI2 pins... +//#define MICROPY_HW_SPI2_NSS (pin_B12) // pin 16 on CN10 +//#define MICROPY_HW_SPI2_SCK (pin_B13) // pin 30 on CN10 +//#define MICROPY_HW_SPI...
by Jim_Merkle
Sun May 02, 2021 7:05 pm
Forum: MicroPython pyboard
Topic: CAN support for NUCLEO-F446RE board
Replies: 1
Views: 3280

CAN support for NUCLEO-F446RE board

I just received a batch of CAN bus transceivers this weekend, and was going to test CAN between a STM32F407G-DISC1 and a NUCLEO-F446RE board. I seems the image: "NUCLEO_F446RE-20210418-v1.15.dfu" doesn't support CAN. Using the "Getting Started" guild (nice work), I was able to build my own MicroPyth...