I’m not sure if I’m posting in the right forum, but since the EVK-ANNA-B402 uses the nRF52833, I thought this might be the place for questions related to it.
Steps followed...
If I am to do a custom SPI Slave driver to achieve ultra low latency handling and would like it to coexist with NCS / Zephyr, is there a document describing this ?
E.g....
Hello Nordic,
Currently, we are looking the stack architecture of the BLE provided in the attached link https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/connectivity...
Hello
I'm working with the nRF21540 and the nRF Connect SDK 2.6.2.
I would like to set my TX Power to 20 dBm and also check this value. Currently my configuration looks...
Hello,
I'm working on a project using the MT29F4G01ABAFDWB NAND flash, and I've developed drivers for this NAND flash on Zephyr. I’ve also successfully implemented FATFS...
Is there any analog to digital input on the nRF9061 SiP / DK? I essentially need to plug in a microphone to this, so I looked at a couple of options -- ADC, the DMIC interface...
Sorry for long sentence. The nRF5340 document describes about the Reset. This chip set have the POR. so, if POR function work, I don't need to use the PIN reset. because POR...
I am working on NVMC. I was going through the product specifications for the NVMC. In that, it's given that the number of write operation limit is 181 for a block in nvm....
I'm trying to get the PPK working when connected to aNRF52840-DK, but getting the error - Error while setting up device [REDACTED_SERIAL]: Error occured when close opened...
Hello Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0 in my customboard.
As peripheral, device communicate Ios phone by using ble.
However, my device sometimes...
Hello. my name is Alan. I'm a newbie about BLE bonding.
because our new project needs a bonding feature, I referred to the Heartrate example(ble_app_hrs) to apply bonding...
I am working on ble_app_blinky trying to add the capability to transmit data to another device(e.g Arduino).I have already enabled APP_FIFO_ENABLED ,APP_UART_ENABLED and UART0_ENABLED...
How to add uart peripherals to mesh. Thank you very much
How to add uart peripherals to mesh.Thank you very much
How to add uart peripherals to mesh.Thank you very much...
hi
In mesh 3.0 sdk, why does the lpn example only enable PB-GATT.
Only PB-GATT is turned on, is the device only sending GATT broadcast packets.
However, I now need to...
hi
In mesh 3.0 sdk, why does the lpn example only enable PB-GATT. Now,
I need to make a product. Support PB-ADV. And it is an LPN device. What should I do?
I am using...
Hello,
We are currently evaluating the Bluetooth Mesh solution for our product-line that consists of a Bluetooth Gateway that can communicate with battery-powered devices...
Hi All,
I am using light_control example from Mesh SDK and I need to get something that identify my device in mesh e.g id, address. I would like to send some message to the...
Hi,
This is somewhat tricky question.
In my custom board application program using nRF52832 chip,
I used uart initialization function (e.g. uart_init()) and printf...
Is it possible to use a Nordic nRF52840 DK and a personal BLE board to run the throughput example? What types of modifications would have to be made to both boards?
Hi,
after setting up the LPN-example like described here I can establish a frindship relation.
When I measure the current I can not get lower than 40uA.
I use a Multimeter...
Hallo
I am developing on a NRF51822, sdk12, s130,
I have encountered a repeated unexpected reset to my device (the reset reason vector register is all 0)
which seems...
Hi
I have been developing ok with Segger Tools and nRF52DK. My application works as expected. However now I need to send hex files to a customer who also has the nRF52 DK...