Skip to main content
DIBRA
Associate II
April 25, 2019
Question

Hi there, i would like to know Which stm32 bus CAN component is compatible with stm32f familly and is able to transform 12v to 5/3.3 volts and also have GPS module ??

  • April 25, 2019
  • 3 replies
  • 1919 views

..

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
April 25, 2019

It works with most commonly available CAN transceivers (Microchip, Bosch, NXP, etc). Look at one of the EVAL board schematics if you want a specific example.

Most any GPS/GNSS receiver module available today are available with 3V CMOS interfacing suitable for direct connection to an STM32.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
DIBRA
DIBRAAuthor
Associate II
April 26, 2019

Okay thanks a lot, but still can't find the one which can transform 12volts to 5volts.

In fact, we have a bus CAN from a scooter and we wan't to acquire the information from the scooter via a bus can that we connect to the stm32 -BL475 so that to send after information with Lora protocol. The only probleme we have is that the bus can of the scooter output voltage is 12v and we can't connect that to the Microchip bus can because it doesn't support its voltage.

Ozone
Principal
April 26, 2019

> The only probleme we have is that the bus can of the scooter output voltage is 12v ...

That cannot be true.

The physical characteristics/levels of CAN are standardized, and don't allow a 12V signal level on the CANH/CANL lines.

> And the eval board price is very high for a scolar project !

The Nucleo/Discovery boards are very affordable, sold at about the original costs.

DIBRA
DIBRAAuthor
Associate II
April 26, 2019

euhh, thanks okay i am going to double check that !

DIBRA
DIBRAAuthor
Associate II
April 26, 2019

And the eval board price is very high for a scolar project !

Tesla DeLorean
Guru
April 26, 2019

I'm suggesting that you STUDY the schematic and software as examples of CAN implementations that work. Should only cost your time.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..