Robotics StackExchange | Archived questions

How to connect stm32 to Jetson Nano using rosserial_stm32

Hi, I'm trying to connect STM32F103RCT6 to Jetson Nano, but i don't know how to make it. I've already tried to use IDE Arduino, but the stm32 boards don't work in IDE Arduino on the ARM64 systems.

Can someone help me?

Asked by TorLee on 2021-11-13 23:32:22 UTC

Comments

Not sure if you have tried stm32duino:

https://github.com/stm32duino/Arduino_Core_STM32#generic-stm32f1-boards

This will allow you to use the Arduino IDE and use rosserial

Asked by osilva on 2021-11-14 17:40:11 UTC

https://stm32-base.org/boards/STM32F103RET6-Generic-Board

Check F103Rx blue button it shows a link to your board

There is a discussion on Jetson Nano https://github.com/stm32duino/Arduino_Core_STM32/issues/1436#issuecomment-913470918

However you need to consider I2C communication. Here an example: http://wiki.ros.org/rosserial_arduino/Tutorials/Measuring%20Temperature

Asked by osilva on 2021-11-14 17:43:35 UTC

I've already tried to use the stm32 with Arduino Platform, but it did not work

Asked by TorLee on 2021-11-15 23:06:44 UTC

i was thinking in use ROS for to control serial communication with STM32, but the STM32 would already have a program inside it. In this case, I need to know how make a code for this two things (ROS control serial communication and STM32 with code inside it for to allow be controlled for ROS). Do you have any idea how to do it?

Asked by TorLee on 2021-11-15 23:14:41 UTC

Answers

I got it with this tutorial: https://blog.csdn.net/qq_37416258/article/details/84844051

Asked by TorLee on 2021-11-19 14:12:12 UTC

Comments