Arduino-STM32-CAN icon indicating copy to clipboard operation
Arduino-STM32-CAN copied to clipboard

Can Example for Arduino Core STM32

Results 12 Arduino-STM32-CAN issues
Sort by recently updated
recently updated
newest added

I tested on version 2.2 of Arduino,but it didn't work well.I used stm32f103vet6

Hi, Firstly - thank you for the project, very nicely documented. Just wondering if you have some examples for CANSetFilter ? I'm trying to filter messages from ID 0x681 AND...

hello, first thanks for your work! Maybe for usability and to simplify the code for the enduser, convert to a library? So that the main code dont get overload with...

Hello nopnop2002, Thanks for your create work. I want do adapt your code to a board using the stm32f767 but I don't know how to get this done. Could you...

![IMG_20210203_220308](https://user-images.githubusercontent.com/28352260/106828886-07bcf280-66b1-11eb-9c34-7e1ebb062fc6.jpg) getting this issue with stm32f103

Hi, currently using STM32F103R8T6. CAN interface is connect like: PB8 -> CAN_RX -> TJA1050 PB9 -> CAN_TX -> TJA1050 in void Setup I'm using: bool ret = CANInit(CAN_500KBPS, 2); //...

Hi sir i wanted to ask you someting I want to use UAVCAN to connect my stm32f4 to autopilot. I was trying to use your codes in canard example but...

I have 1 circuit STM32F103 Blue Pill and ESP32, 2 SN65HVD23x CAN Transceiver, I changed the resistor to 120 ohm -> 150 ohm but still cannot communicate via CAN bus....

Currently sTxMailBox array appears to be hard coded to use box 0, tho (on the STM32F405) there are at least 3. I'd love to see some code that identifies an...

I appreciate all the help this library has done for CAN interface. I'm hoping to use this on a STM32G4 series microcontroller to run CAN through the Arduino IDE. If...