I want to connect an external sensor to the ekh05 for that i have to use the stm32 IDE can anyone tell me how to use the stm32 ide . And also is there any tutorial available on this ? I need for my research work
Hi @Anindita
For general use of the STM32 development environment it would be best to consult the STM32 documentation. See https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/STM32CubeIDE_basics_MOOC.html for an introduction to the basics.
For HaLow specific development, please take a look at the EKH05 user guide available here. Section 5 describes how to use the cmsis pack with the STM32 IDE.
Connecting and communicating with an external sensor will require configuring the appropriate pins in STM32CubeMX. See the design package for the schematics and adjust the pin configuration as required.
hey @ajudge we have gone through the stm32 basics and the ekh05 user guide .till this things are good but we are not able to understand the design semantics. like for starters we are using a 3 pin analog temperature sensor and we are connecting it to AN pin in the MIKROBUS .we also set the pc0 as ADC1_IN1 input and USART3 pins PA5 as RX and PC10 as TX. and tried to use a virtual com port in the terminal for the readings .but it is not working . can you suggest the settings for the sensor pins .or anywhere that i might be wrong.