S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
We run SR3 on android system which is working , need change system to embeded linux .
we run SR3 on embeded linux , i can't use voice function .
we get son info: https...
I wanted to use the sdk board support file with coustom board having 13 buttons. I have modified the bsp.c and configer number of low power events and added a coustom header...
Hi,
i have interfaced a ADC device in the nrf2 development kit,i am getting the values from the adc after using the SAADC example,
i want to implement the same with the...
Hi softdevice uses s130 The board is using nrf51 dk. The example uses the ble_app_beacon example from sdk12.3. if (switch_hit ()) { // NRF_POWER-> SYSTEMOFF = 1; // sd_power_system_off...
Hi Team,
Being trying to run the Thingy 52 mesh demo following : https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
I am using pre-built .hex file Thingy_node_s132...
Hi there,
Recently I bought an LTE module which uses a nRF52840 as the main processor to control the modem, I want to erase the flash for that module and flash the project...
Hello,
Recently I added TWI to my project it keeps a low consumption before call TWI functions to read or write after this my current consumption increases and keeps above...
I'm using the nRF BLE Mesh SDK 2.2.0 with SES v3.5 (64bit for Windows)
Our hardware with nRF52832 using internal RC
I'm running the light_switch_proxy_server but with...
Hello,
I'm just starting to use the nRF Smart Beacon kit.
Is it possible to have the beacon toggle a GPIO on-board when the beacon is out of range of the phone/app?
...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I want to ask how to use app timer with scheduler.
Here is my implementation. I just use APP_TIMER_APPSH_INIT...
Hi All, I have tried to follow DFU documentation as well as many other things but nothing really worked well, I have some results but still cannot make my own code to be updatable...
Hi,
I am using nrf52 DK with BLE mesh Light-Switch Example. I was looking for changing behavior of the client/server. Is it possible to have both Client and server functionality...
I have a dev question about using the nRF Blinky app as an example for listing and showing services for multiple BLE devices without having to individually select each one...
Hello,
I want to use Radio Notification before connection event (ACTIVE signal). My routine takes 4 ms but Tprep time have huge range - from 167 us up to 1550 us, so even...