Hello!
I can use the offloaded sockets driver with these configuration options on the native_sim target:
CONFIG_NET_DRIVERS=y CONFIG_NET_NATIVE_OFFLOADED_SOCKETS=y
However...
Hi,
I am trying to modify ACK handling in ESB(nrf_esb.c, inside on_radio_disabled_rx()) but confused about accessing real payload data (PRX example, SDK17)
is used for...
The partition table for the nRF9151-DK is different than the partition table generated when the Create a new board option is used in the nRF Connect SDK and the nRF9151-LACA...
The Errata 155 workaround seems to work for the nRF52840, but only when events are configured before tasks. If I configure a task for an unused output pin *before* configuring...
Hello!
In the NCS SDK for the nRF54L15 chip, the DTS is configured in a way that part of Flash and RAM is reserved for the FLPR core (RISC-V core).
I'm wondering if we...
Hello,
I am trying to optimize performance of a series of SPIM transactions using the 5340. Each transaction is 3 bytes long: CSN goes low, clock out 3 bytes, CSN goes high...
I'm using the code below to trigger a callback on pin rising edge.
Unfortunately, the counter is not being increased at all. Any reason why? I used multiple sources already...
Currently, I am trying to run the semtech lorawan code on nrf51822 with sx1276. I have successfully porting the ping pong code to nrf board and also able to send packets from...
I can no longer use the BLESniffer software with nRF51 dongle because it won't reprogram with Ctrl-R getting an error suggesting using nRFgo Studio to reprogram it. Which...
Hi,
Apple has released the specifications of HomeKit for hobbyists and non commercial use ( developer.apple.com/.../).
Do you (Nordic) follow Apple by releasing a hobbyists...
Hello i am new to nordic BLE chip. I want to put security feature. i.e. when i press push button by this GPIO library. BLE should be visible only for that time frame, can...
Hi,
I am trying to flash program an nRF51822 module to operate as both central/peripheral role.
So I'm looking for some advice on how this could be done?
Programming...
The old MyPages had a useful feature that allowed one person to ask a question and share it and the answer with the other members of the dev team. Now that the new DevZone...
I have been trying to use app_uart_fifo in an application that also uses the scheduler. Based off my understanding of the tutorial it seems that anywhere where I would want...
Hi,
I use FDS library of SDK13.0.0.
As wrote in the title, pages_init() returns NO_SWAP. Of course, fds_init() returned FDS_SUCCESS initially, so this problem has happened...
Hi,
i wrote a lot of firmwares for nRF51x22 using C language and they works fine.
Now we passed to nRF52 series and we want to use C++ (preferibly C++11) that is more readable...
Hello,
I implemented overall flow related with FDS function including garbage collection,
when I check garbage collection, it is ok, it confirm that the data will be saved...
I have a problem initializing the ble stack when I'm starting my application via a custom bootloader. I'm using the nrf52832 device on a custom board.
My application has...
Hi!
I have interface external piezo element with my ARM controller to get the piezo data. But after sometime my controller is off. I didn't getting why this problem happens...
For ble central devices on nrf52, there are problems with the internal rc slow clock. When I load the project ble_app_uart_c onto the PCA10040, everything works as expected...
Hi, I have a problem with advertising on nrf52840q1aabb chip. I used example code ble_app_template on nrf52840q1aaaa revision and everything works fine but after changing...