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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
hi
im using sdk v6 and when i turn my board on it goes to bootloader and i can upload my program into it .
the problem is that i want it to run to my main program after...
Hello,
I would like to use a custom flash memory layout for the flash memory of nrf52:
I thought that I should be able to use the UICR.NRFFW[0] - if I set to the start...
Hi, I use PCA10040 v1.1 with SDK12.1 via S132 v3.
I use Keil 5.21.
After testing the LBS example, I was merging the NUS (NORDIC UART Service) to the standalone LBS example...
I am working with nrf51822 board softdevice of s130,sdk11.0 version.I want to create 4 KB of Flash through PStorage.I am able to create 1 kb(maximum block size ) of flash...
Hello everyone,
I'm doing some work in SDK 12.1 and noticed that even the example peripheral project "ble_app_template" compiles to 26K under Keil. Given there is a 32K...
Iam using SDK10.0 and Softdevice version S110, i use device manager to monitor connections, i have implemented passkey pairing. nRF board is peripheral and iam connecting...
I have a project using printf to send AT commands to a cellular modem. It works well.
Yesterday I added Segger_RTT into the project.
With NRF_LOG_USES_RTT=0 defined.
...
I'm trying to get an a recognized ble pulse without using a softdevice. I started with the basic transmitter application and am trying to decipher the order for the data I...
Hello,
I am trying to get my device (nrf52832) to do DFU OTA, and to do so I am programming the bootloader before programming the s132 softdevice and the application. However...
Dear Colleagues,
I am much obliged for your kind assistance to me.
My Question:
I have setup my NRF8001 successfully (please find the setup file generate by the nrfgo...
Hi,
I use SPI Master driver to communicate with a flash memory.
I use SDK 12 and i use nrf_drv_spi_transfer(...); to write and read over SPI.
My problem is the following...
We are using SDK 11 and SD v2. I did a search for an answer to this question, but couldn't find one that addressed it fully but what I gleaned is that this may not be possible...
I'm trying to use nRF52 twi with the MPU 9250, I consistently get NACK responses from the 9250. I have the 9250 working with an Arduino.
The function I'm trying to use...
Hello,
If we use keys with DFU nrfutil.exe, is the new firmware in the DFU package only signed or also ciphered ?
The real question is:
do we prevent unwanted...