This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible multi-bytes sending/receiving in one-packet with RF radio?

Your served radio transmitter/receiver example using PCA 10000 USB dongle with PCA 10001 evaluation kit. There is only one-byte send/receiving example. So, I was to send(receive) ten-bytes in one-packet, I changed source code "main.c","radio_config.c" in "led_radio_example"

In "main.c" I want to send ten-bytes, so I make ten array -> static uinit8_t volatile packet[10]; In "radio_config.c" PACKET1_PAYLOAD_SIZE was changed 1UL to 10UL

I also changed PCA 10001 evaluation kit.

In test, I send ten bytes payload "ABCDEFGHIJ" to PCA10001 evaluation kit. The result was only one bytes 'A' received.

Related