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...
I programmed nRF51822 with S120 softdevice and ble_app_hrs_c application to scan beacons.
It works fine but have one problem.
It scans beacons for about 10 seconds...
hi,
i am working on ble_app_uart_simple_adc example which is referred from the link github.com/.../nrf51-ADC-examples
i flashed the code successfully. and detecting the...
Running the SDK11 example \examples\peripheral\twi_sensor on a NRF52 PCA10040 version dev board and can't get any output from TWI pins. Leaving pins unconnected and using...
Hi,
I am trying to set up the development tools for the NRF52 on my Mac by following this tutorial aaroneiche.com/.../
I am getting the following error when i try to...
Hi
I want to get external acceleration sensor values with SPIM using easyDMA on the sensor interruption (using GPIOTE). then after getting all data, I want to calculate...
Hello,
I have question, I'm actually developing an Android application and try to update the firmware on a device with a DFU process. It work on every mobile device except...
I am using the nrf51422 with softdevice 5144_2.0.1 ,
I set two network number using the "sd_ant_network_address_set" api , network number 0 for ANT+ cadence/heardrate.. network...
Hello,
I was just checking for differences between SDK v11 and v12, more specifically, the differences in the SPI HAL and driver code.
In hal\nrf_spim.h of the v12 SDK...
Hello, I am trying to write some data to the Nrf52, but all I get is a read only response on my phone. Is there any example how to write to the nrf52 tag?
I'm working on a custom bootloader; below is the step taken but it doesn't workout:
By using a working UART example, change the linker script:
MEMORY
{
FLASH...
Hi guys,
I am trying to use pstorage to store a temperature data inside the ROM. I have to use it as efficiently as possible so that 20.000 erase cycles should be enough...
If I want to set transmit power to -4dB, these are the settings:
command=LE_TRANSMITTER_TEST (this wouldn't be used anyway)
freq=0x3C (meaning: -4dB)
length=2 (meaning...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
Are there plans to release the files for download instead of online-only access through the Infocenter? It was always so nice to have them on-hand to grep in the previous...