Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.39 KB

Ch2i_RAK3172_Phy_PingPong

Porting the “SubGHz_Phy_PingPong” project (STM32Cube, NUCLEO-WL55JC) for the RAK3172 module.

Software:

Project “SubGHz_Phy_PingPong” taken from STM32CubeWL Firmware Package v1.3.0.

Hardware:

This project was done using hallard's RAK3172 breakout board.

Description:

This project implements a Ping-Pong application between two Ping-Pong devices.

RAK3172 breakout boards were used as such devices.

The applications aims to show a simple RX/TX RF link between the two Ping-Pong devices,

one will be called Ping the other will be called Pong.

By default, each Ping-Pong Device starts as a master and will transmit a "Ping" message, and then wait for an answer.

At start-up, each Ping-Pong Device has its two LEDs blinking. When boards will synchronize (Tx window of one board aligned with Rx window of the other board) the Ping Device (board receiving "Ping" msg) will blink green LED and the Pong Device (board receiving "Pong" msg) will blink red LED. The first Ping-Pong Device receiving a "Ping" message will become a slave and answers the master with a "Pong" message.

Logs via hyper-terminal complement LEDs indicators.