I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hi:
I am running the example program ble_app_att_mtu_throughput on the SDK52 for the NRF58232 and the NRF58340 next.
My question has to do with how to modify the example...
I'm trying to simplify the open_bootloader example from SDK 15.3. I'm getting rid of version, signature and keep only the CRC validation. I'm actually trying to understand...
Device: NRF52832_xxAA Softdevice: S113 v7.0.0
Hello.
Sometimes, during firmware running, I get a fault from Softdevice with pc: 0x0001A990. Could you inform me what causes...
When I send 90 KB data via BLE. Sometime I am getting NRF_ERROR_RESOURCES error. I have tried all the things that are available in support site. I am reading data from SPI...
Hello Forum,
I got a Thingy:91 today and of course I wanted to test it immediatelly), but I wonder:
Is the nrfcloud.message simply because of no LTE-NB1 network / roaming...
We are migrating BLE application code from SDK-12.3 to SDK-15.3.
Our firmware uses SPIS module. Now in the example code I could see
NRF_POWER->TASKS_CONSTLAT = 1;
What...
setup:
segger V4.20a
windows 10 pro
SDK: nRF5 SDK for MESH 3.2.0
hardware;
NRF52840
I am trying to implement the simple_on_off model instead of the regulat...
Hello! Just started looking in to using whitelists and looking for information in the infocenter but the "advertisement module" is inaccessible on NRF SDK v15.0.0/libraries...
I'm working on a solution that will need to acquire GPS location and backhaul that to the cloud over LTE. I'm trying to figure out whether it makes more sense to go into PSM...
Hello All,
I am measuring the nRF9160 current in the sleep mode(program with just k_cpu_idle(); command) but still I am getting 530uA current. I have also tried to change...
Hi,
We are using ncs 1.0.0 and modem fw version 1.0.1.
We are currently using 2 UART, 1 SPI and 1 I2C peripheral in our application.
We want to use one more UART in...
I merge all hex file of Bootloader, Bootloader Settings, SoftDevice and Application with Buttonless DFU code included into one hex file. After that, i recover the device....
Hello Nordic team,
I am trying to get my product read for FCC/CE compliance testing. I came across the radio_test example and other examples posted on DevZone. I have the...
Hi,
I have just recently started to develop an NRF52832 chip with Keil uVision 5.
My setup is the following:
PCA10028 Development kit connected to Feather NRF52832 bluefruit...