Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
The jump from application to DFU is not working during buttonless DFU. NRFToolbox displays GATT ERROR. I use SDK 7.1.0 with SD V7.1.0.
In dfu_app_handler.c, I made the...
I want to flash a firmware on my nrf51822 module I was trying an example from Nordic, I concatenated the bin file with the s110 file and it worked fine. Now, when I went ahead...
In the nRF8001 Product Specification, section 7.1.5 it states:
"The maximum length of an event packet
is 31 bytes, including the length
byte."
In the headers...
Has anyone seen more than 3 notify packets per 7.5ms connection interval?
I am seeing 3 and am wondering if this is a fault of the way my app is working.
My Setup:
Nordic is the Server, Android is the client.
I have read many, many forum posts about doing long reads/writes. Virtually everyone says you cannot do long writes...
I am trying to connect more then one device to nrf51822 HID.
How can i pair more then one device ?
How can i delete paired device from nrf51822?
Thanks
Recently ran nRF Master Control panel on android and found "Read remote RSSI" button. Is data got from device in some way or simply measured by androd phone ble radio module...
I would like to write to multiple characteristics in a loop but the second call to sd_ble_gattc_write() causes a NRF_ERROR_BUSY error. From reading the documentation, I should...
Hi all,
I am working with PCA10028. I have a peripheral and central both are devices with no display and no keyboard. both peripheral and central device are under our control...
Hi,
I am using nrf51822 with s110 softdevice version 8.0.
Is there any way i can know the state of my radio at some point in the code execution?
In short I want to access...
As explained by electronut in his Blog and Lijun here , it is possible to program an External nRF51822 board using the SWD interface of the nRF51-DK.
But what about a custom...
I have a project, and nRF52832 it 's good chip for me, because it has NFC/ bluetooth communication.
I would like to know if nRF52832 can pilot epaper display. nRF52832 does...
Hi,all. i face a problem. the office DFU flowchart is device reset--->bootloader --->upload firmware to device ---->device reset.i want to implement as follow: upload firmware...
Dear all
We did nordic beacon board in that we not able to flash the device
We are checked core voltage 1.2V and 1.7V are coming .But i want to confirm external CLOCK will...
Hi,
I want to change the interval time of 51822 dongle with the instruction here devzone.nordicsemi.com/.../
The default value is 100ms as following
#define NON_CONNECTABLE_ADV_INTERVAL...