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'm reading and trying to understand the pstorage API. And I found a code snippet in pstorage_register (SDK 6.0.0).
do
{
page_count++;
if (total_size > PSTORAGE_FLASH_PAGE_SIZE...
Hi,
I am trying to test an external nor flash(as SPI slave) with the mKit dev board (as SPI master).
I was looking at the SPI examples and a bit confused about them...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
Dear all,
we're at the pre-production stage, I would like to ask here in the forum the suggestion and/or your experience with fabs in Europe.
What we are looking for...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi all
I’m trying to use the OTA DFU with nrf51422 SDK 6.0 and softdevice s310 V1.0.0. I were supposed to use the nrf tool application for android, but I can’t make it...
Hi
I added some random data under scanned Response as manufacture specific data .Iam using NRF_sniffer & wire shark to view the advertising packets.But in wireshark i couldnt...
Hi All,
We am trying to check and interface Nordic's EMK with custom board running android kitkat.
Problem is we cannot access internet/play store from custom board...
Hi,
I'm using nRF51 BLE driver on PC to simulate BLE peripheral using PCA10000 v2.2 dongle.
I need to add some functionality to the default connectivity app. So I compiled...
Hi, and thanks for reading this.
I attached additional LED to nRF51822 p0.24
however I can not find how to handle it .
if I want to use this function
nrf_gpio_pin_set...
Hey.
Hope this was not asked before. At least I did not find it.
I'm trying the ble_app_hrs_c on s120. Got it to build with gcc (d'oh) and got the serial logging to...
I want to make a robot that can track the direction of the transmitter that is controlling it, for example to aim a camera at the transmitter. The robot vehicle will be controlled...
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
Hi!
Maybe I'm doing something wrong (very possible), but for example, when I want to store array of 3 uint8_t values I use:
uint8_t dataToStore[3];
dataToStore[0] ...
Device: nRF51822 Rev G0
SDK: v5.2.0
Code: raw.githubusercontent.com/.../twi_hw_master.c
Basically, the TWI driver which uses PPI channels (sd_ppi_*) works perfectly...