I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hi,
I am trying to use PStorage to save simply 40 bytes of data onto a flash drive but for some reason the PStorage handler never gets called when I try to store and clear...
Dear all,
I need to measure a pulse width on a GPIO pin which is in between 100mseconds and 7.2 seconds long without the use of "regular" timers due to low power requirements...
I have migrated a new project from SDK 9 to 10, and now I seem to be having issues.
I'm using the uart_fifo to read data from a GPS, so the data shows up every 1 Second...
I would like to use pstorage to store some data.
From the developer zone I know, that the softdevice has to be used for pstorage.
I'm asking me, what will happen with...
i downloaded source code from github.com/.../nrf51-ble-app-lbs . and i am getting error like C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.2.0\Device\Include...
my issue is that when I use the bootloader to get DFU working it advertise DfuTarg and doenst show my services. I searched for hours, I found many answers and none worked...
Hi,
I am developing an application on nrf51822 chip. I have set
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE
Also i am developing...
Hi Nordic support,
I want to use the OOB key pairing and I found the below discussion:
Set OOB key on Master Control Panel?
This means I need to implement the application...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
I am trying develop a project in which when we request a characteristic from phone( read request), we will read data from other module through UART and give reply back. I...
Hi,
I designed before my board for 2 layer PCB and i used the coplanar waveguide with ground-plane in the bottom. now i want to move to the 4 PCB layer and i choose the...
Hi, I'm porting my project from SDK8.1 to SDK10.
I replace static app_timer_id_t m_beacon_timer_id; to APP_TIMER_DEF(m_beacon_timer_id);
to avoid hardfault when creat...