Hello,
How can I put the nRF54L15 into continuous wave mode? And I assume after entering CW that I can freely change channels using the FREQUENCY register (0x708). Is that...
Hi, I'm currently trying to add an Actinius Icarus IoT board as LTE device at nRF cloud.
I already know my board IMEI (I got it by flashing the AT client sample and then...
Connecting nrf21540 to a nrf52840. 840 GPIO default state is input, input buffer connected. One of the 840 GPIO pins is connected to the 540 PDN pin.
1) If the 840 gets...
I am currently developing a firmware application on the nRF5340 where I need the device to function in dual role :
As a Bluetooth Mesh Node , communicating with other...
Hi, we are planning to use npm1300 for charging a battery, but we will have a limitation on the power supply (VBUS in npm1300 naming convention): the capability of making...
Hi,
I am Currently running BLE Mesh with nrF5340DKs, I refer all nodes as Cores but 1 as Master, Master receives and Stores data as well send data to PC Serially for further...
Hi, I have issues configuring PSM together with RAI on my nRF9151-DK. I am trying to send UDP packet, wait for response and go to sleep for several minutes trying to consume...
I have had a look at you experimental implementation of DFU signing.
I'm very concerned about the code size. The old Bootloader used about 13KB and the new one with signing...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
I've got 4 services with 15 characteristics between them. Trying to add any more than that results in sd_ble_gatts_characteristic_add() returning NRF_ERROR_NO_MEM .
All...
Hi Expert,
I found a weird case that at my 51822 plaform with s110 enabled, if I define a global buffer like:
static uint8_t system_buffer[1024];
it obviously will...
Hi
The nRF24Le1 has 256 bytes in the infoPage for user data, starting 0x0100.
My question is how to write to that area?
Is it accessible from nRFgo Studio?
Is it accessible...
Hi every body,
Is there any way to increase the support packet per connection to more than 1 packet for S120 softdevice if i have just single slave and single master? ...
HI,
I have followed all the steps from devzone.nordicsemi.com/.../ and I can relay text between Termite & my iphone.
Can someone share a function / method which I can...
Hi,
I used the ancs demo of nRF51_SDK_7.2.0_cf547b5 to modify our application. It still work well, but sometime when I left the device and went out with my Iphone about several...
Hi,
I have two customs boards and on the one with the QFABA0 I can go to system off and see 0.6uA of consunption but on another board with the QFABB0 I go into system off...
Hello,The user manual describe that the NRF51822 can commuiate with NRF24L01.but,when I debug this system,There is something wrong with Address and data.I try to translate...
Hi BLE fellows,
Following the steps explained here , I have tried to integrate the OTA DFU feature & bootloader from the latest SDK to my application and tested it on my...
I use sdk_9.0.0 and I have realized that there are only:
#define BLE_GAP_ROLE_INVALID 0x0 /**< Invalid Role. */
#define BLE_GAP_ROLE_PERIPH 0x1 /**< Peripheral Role....
Hello,
There's lots of questions and back and forth talking the nrf51 SDK both on here and on other sites, about the requirement for a product key to access and download...
Hi,
Using nRF51DK with softdevice 8.0 and sdk8.
I found the max number of whitelist in "ble_gap.h"...
/**@brief Maximum amount of addresses in a whitelist. */
#define...