STM low cost CAN

Hardware inside and outside of the ECU
Post Reply
User avatar
kb1gtt
contributor
contributor
Posts: 3763
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

STM low cost CAN

Post by kb1gtt »

I found this STM reasonably low cost device with CAN capability. It still needs the CAN physical interface

https://www.bananarobotics.com/shop/Robotis-OpenCM-9.04-A-Microcontroller-(Bare-Bones)

Physical CAN interface found below for under $8. That's the same chip used on Frankenso.

http://www.ebay.com/itm/SN65HVD230-CAN-Network-Transceiver-Evaluation-Development-Module-Kit-TJA1050-/171538514567

Between both of these that's STM to CAN for under $20, and basically no soldering. Hmmm from the manual posted here http://www.robotis.com/download/doc/controller/OpenCM9.04_en/OpenCM9.04_manual_en.zip it appears the CAN board doesn't have a matching pin out, so it would need some little jumpers to change the pin out.

Are there any other low cost STM CAN capable boards out there?
Welcome to the friendlier side of internet crazy :)
User avatar
AndreyB
Site Admin
Posts: 14381
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: STM low cost CAN

Post by AndreyB »

STM32F103C8T6 - Mainstream Performance line, ARM Cortex-M3 MCU with 64 Kbytes Flash, 72 MHz CPU, motor control, USB and CAN

STM32F103C8T6 ARM STM32 Minimum System Development Board Module $4.74
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
kb1gtt
contributor
contributor
Posts: 3763
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: STM low cost CAN

Post by kb1gtt »

No soldering and includes CAN with Automotive friendly power supply https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/open-source-hardware No need for programmer, just a USB cable if you need to update the firmware. Costs about $25usd.
Welcome to the friendlier side of internet crazy :)
plazomat
Posts: 1
Joined: Sun Aug 17, 2014 1:20 pm

Re: STM low cost CAN

Post by plazomat »

russian wrote:STM32F103C8T6 - Mainstream Performance line, ARM Cortex-M3 MCU with 64 Kbytes Flash, 72 MHz CPU, motor control, USB and CAN

STM32F103C8T6 ARM STM32 Minimum System Development Board Module $4.74
So...a total noob here can we use this $5 board to run rusefi ?

Thanks
Plaz
User avatar
AndreyB
Site Admin
Posts: 14381
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: STM low cost CAN

Post by AndreyB »

plazomat wrote:So...a total noob here can we use this $5 board to run rusefi ?
Nope, for rusefi ems u need a $15 atm32f4discovery

See shopping list post somewhere close
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
AndreyB
Site Admin
Posts: 14381
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: STM low cost CAN

Post by AndreyB »

The board has arrived. The bare bones ChibiOS F1 project is https://svn.code.sf.net/p/rusefi/code/branches/rusefi_f1/ and got it flashed into the board using SWD from stm32f4discovery

Image
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
puff
contributor
contributor
Posts: 2962
Joined: Mon Nov 11, 2013 11:28 am
Location: Moskau

Re: STM low cost CAN

Post by puff »

this chip could be used for a thermocouple project, i guess.
User avatar
AndreyB
Site Admin
Posts: 14381
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: STM low cost CAN

Post by AndreyB »

puff wrote:this chip could be used for a thermocouple project, i guess.
this is exactly the plan exactly
https://svn.code.sf.net/p/rusefi/code/trunk/firmware/config/stm32f1egt/
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
puff
contributor
contributor
Posts: 2962
Joined: Mon Nov 11, 2013 11:28 am
Location: Moskau

Re: STM low cost CAN

Post by puff »

i'd prefer ads1118 rather than max chips. probably the board will require power supply ic as well (lm7805 should be enough)
Post Reply