Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
What's the easiest way to view all logs and error messages using USB serial connection app like putty, on the nRF52840 dongle?
What drivers and functions do I need to enable...
What level of risk is involved with brownouts for the modem? We have seen some modems in the past which have bricked themselves when a brownout has occurred when performing...
Hello, I want to inquire about the functionality of nRF52833-DK if I want to communicate between transmitter and receiver for locating position of receiver using BLE (Bluetooth...
Hello ,
I am interfacing the nRF52832 with winband spi flash . I can able to read the device manufacture id but i couldn't able to read the data from the device . I am getting...
Hi,
I am using the nRF52840 to sample some channel.
I am using the nRF5SDK160098a08e2 for that and based on the saadc example.
These are the results for my tests....
Hi there,
I've been unable to find a good example of what settings are required specifically to ensure that a characteristic's value can only be read and notified in an...
I have a question regarding the nRF Toolbox App v5.0.2 on iOS 14.1 and the Cycling Speed and Cadence demo app. It appears to be that the km/h calculation based on the CSCS...
Hi
I have created 4 threads in nRF9160 application, I have to go to sleep if none of the thread is running.
For this how do I check whether the created threads are running...
Hi, We are working on nrf5340 with the nrfx I2S implementation. We have configured the I2S IRQ for every 5 miliseconds. However, we have observed that successive IRQ introduce...
We are testing the combination of hrs example and the code in the butonless example. When I tried dfu after putting the code together, this error occurred. What does this...
I am trying to interface the microphone with nrf52840 and using the PDM interface. After initializing the module (nrfx_pdm_init) and then set the buffer , I do see clock and...
Dear Sir.
I have some boards that work with nRF9160 and Chipsim.
Some work fine.
Using MQTT application
With two boards I get the errors.
ERROR: getaddrinfo failed...
I am new to the nRF5 SDK. This is my first time using nRFX SPIM so this may well be a beginner error.
I'm using SDK version 17.02 and I am using a nRF52840 module.
I...
Board: nRF52840DK
SDK: 15.3.0
Softdevice: 6.11
I am trying to increase the MTU size in order to read more data on the peripheral. I have tried to increase the NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
The SDK version I use is 15.3. And I tried to add the following code to the ble_nus.c
But it didn't work.There is no characteristic 0x2901. I don't know what's wrong....