Skip to content

Arduino code communication to HM-TRP RF Module By ESP32

Notifications You must be signed in to change notification settings

Ramin-nataj/HM_TRP_ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

HM_TRP_ESP32

Arduino code communication to HM-TRP RF Module By ESP32

There are three hardware supported serial interfaces on the ESP32 known as UART0, UART1 and UART2. Like all peripherals, the pins for the UARTs can be logically mapped to any of the available pins on the ESP32. However, the UARTs can also have direct access which marginally improves performance. The pin mapping table for this hardware assistance is as follows.

UART RX IO TX IO CTS RTS UART0 GPIO3 GPIO1 N/A N/A UART1 GPIO9 GPIO10 GPIO6 GPIO11 UART2 GPIO16 GPIO17 GPIO8 GPIO7

SS_1-13-2024 25512 PM

images

https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.tme.eu%2FDocument%2F8e429fc6ed10cdcaa8ae22bf1d573055%2FHM-TRP.pdf&psig=AOvVaw37hieohnx_yj5c8E1BdOeI&ust=1705231482952000&source=images&cd=vfe&ved=0CBUQjhxqFwoTCIiloaWg2oMDFQAAAAAdAAAAABAE

About

Arduino code communication to HM-TRP RF Module By ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages