Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi Nordic,
I am working on code which utilizes the DM library on many devices in a room. Can you please help with a few questions?
Some devices are always initiators...
Hello,
Im currently Implementing Last will and Testament message on my device, Im not using the AWS Libraries here.
Any suggestions on how to Implement this feature...
Hi, from nRF52820 datasheet, some GPIOs pins are stated it use for low frequency I/O only with up to 10KHz.
May I know is that mean these Pins are not suitable for SPI?...
Hello, I am new to BLE and I need help with Battery Service notifications. I am using nrf52840dk, nrf sdk 17.1.0 and I am using ble_app_proximity example which already uses...
Hi all, I have used the nRF mesh app to provision three nodes into a mesh and verified the functionality using the mesh app. I used the export function to dump the mesh configuration...
Hi,
my project is based on the example 'ble_app_proximity' from SDK ver 17.0.2. When I set a longer DEVICE_NAME, for example
the string is cut up after the first 12...
Hello everyone,
I am developing a wearable device using the nrf52832 chip, sdk11.0.0 and s132_nrf52_2.0.0_softdevice.
Because of battery capacity limitation, I have to...
In UART async mode ( CONFIG_UART_ASYNC_API =y) the UART transmit data and receive callback works fine. I've been able to set up the callback and enable the rx.
After switching...
I'm currently setting up an environment in Visual Studio Code because the roadmap suggests going there.
I have experience with Segger and Nordic Segger and with Zephyr....
When I connected the usb and turn the DK switch on, the DK didn't turn on. After leaving for a few minutes, the DK started to turn on and off then eventually stables and fully...
Hi, I am coding an application on nrf connect sdk 1.9.1. which requires to send some data at 25packets per second. and each packet will be ~37 bytes. On the receiver side...
Summary: My custom board with an external crystal is consuming 208 µA when powered down under Zephyr, and I need to reduce it to less than 20 or so.
My board is based on...
Hi,
I'm working on a project trying to build a simple application on my own customize board with nrf52833 SoC.
After the configuration to my own board(Leds, button GPIO...
I'm attempting to store log data on my nRF52832 using the little file storage, and then allow a client to access this over BLE. From what I can tell, the data transfer can...