Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Excuse me:
As shown in the figure below, can this type of crystal oscillator be used on nrf52832? How to connect this crystal oscillator with XC1 and XC2 of nrf52832?
Hi,
we are preparing for certification and are about to test with the DTM v1.0. now in nAN43 it states following:
1.1.1 Hardware requirements • nRF8001 Development Kit...
I try to add pairing/bonding to the NCS hello world project. But I found the information is not easy to find. I'm playing with the bt_conn_auth_cb struct to understand how...
Hello,
I am trying to verify a signature with the `NIST p-256` curve. I had previously done this with the Nrf5 sdk and it is working:
I am now trying to migrate...
Hello Nordic Team,
as a newbie in the Nordic world, I have been reading the nRF Connect SDK and Zephyr documentation as well as testing some of the samples on my nRF5340DK...
Hi.
I have some trouble to use a sensor based on JDY-23 module with nrf52832 dk
(JDY-23 datasheet : ://fcc.report/FCC-ID/2AXM8-JDY-23/4936741.pdf )
We tried to connect...
Hi,
Is LLPM over the air compatible between nRF52840 and nRF5340 devices?
I am aware that LLPM is not fully supported yet on nRF5340. Also, any update on the LLPM support...
We are hearing solder bridge issues on the NRF52832-QFAA:
"Due to the high thickness of the copper layer and small lead spacing on the component, the boardshops are not...
I am working on customizing the DFU bootloader (to add encryption). When attempting to use the instruction trace in Ozone to debug, I see a lot of nonsense. One example is...
I've been analyzing various nRF52 devices and noticed that there is an inconsistency with vendors using Legacy DFU and Secure DFU. Or in other words, there doesn't seem to...
Hi everyone,
I am experimenting with the QSPI example provided with SDK 16. I am facing issues when I try to erase memory blocks or the entire chip.
1. First of all I...
Hi, what I want to achieve is to do a list of devices that I may want to connect to, choose one and pair/bond it (at this point, the central is paired with only one peripheral...
Hello DevZone,
I have recently received the nRF52840 Dongle and I'm able to program it properly with the nRFConnect App. However, when I try to program it with the nRF52832...
Hello
I am using SDK v17.0.2 and nrf52DK. I am trying to encrypt and output the saadc value of the sensor.
I used the AES CTR example almost exactly the same.
And I...