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

Radio Low power

Hello  Im new here.

Im test Radio : Low power

When i push button --> wake up and send packet, after send packet, it sleep.

can you help me? thank you.

have a good day .

Parents
  • Hi

    First of all, the nRF51 series are not recommended for new BLE products if that's what you had in mind, as their SoftDevices and SDKs are not being updated anymore. Please consider checking out the nRF52810/nRF52832 instead, as we update the firmware for these devices regularly.

    Depending on how much data you want to send, the ble_app_beacon example could be used to send up to 30 bytes. You'd have to configure the chip to wake up upon button press, and immediately go into deep sleep mode when the advertising is done, but it would be a good starting point.

    As for the central, most of our BLE central examples would do what you describe. You'll have to set them to scan constantly to catch any advertisements made by the peripheral device.

    Due to the summer holidays in Norway, our support team is understaffed this week, and delayed replies must be expected. Sorry for the inconvenience!

    Best regards,

    Simon

Reply
  • Hi

    First of all, the nRF51 series are not recommended for new BLE products if that's what you had in mind, as their SoftDevices and SDKs are not being updated anymore. Please consider checking out the nRF52810/nRF52832 instead, as we update the firmware for these devices regularly.

    Depending on how much data you want to send, the ble_app_beacon example could be used to send up to 30 bytes. You'd have to configure the chip to wake up upon button press, and immediately go into deep sleep mode when the advertising is done, but it would be a good starting point.

    As for the central, most of our BLE central examples would do what you describe. You'll have to set them to scan constantly to catch any advertisements made by the peripheral device.

    Due to the summer holidays in Norway, our support team is understaffed this week, and delayed replies must be expected. Sorry for the inconvenience!

    Best regards,

    Simon

Children
Related