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...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hello, I want to change mode from radio test example from button input.
How can I use the gpiote for mode change from button input.
I only want to use modulated and unmodulated...
hello,
I had written a custom application based on ble_app_uart for nrf51, which works fine. But now I have to port it for nrf52. So I followed these steps:
Changed...
Hello,
I am facing the below issue that no source is available for "0xfffffffe" when i try to debug the program using eclipse
I am using softdevice s130 and have...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
Hi, I found the example of Eddystone beacon in SDK 12, but couldn't find Eddystone Configuration Service demostrated or implemented. In the legacy nrf5-sdk-for-eddystone repository...
the mcu is nrf51822,I use sdk9.0,
sdk9.0\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs
In this project, I delete led,button,
change “dfu_start...
I use it. nRF52832 PCA10040 Vesion12.2.0
I am working on the ble_app_uart example as a base.
I used the sd_ble_gap_addr_set command to change the BLE address but it...
Since Google released Android Marshmallow 6.0 we are experiencing problems when connecting our nRF51822 based peripherals to a Nexus 6 phone.
The Nexus 6 is able to see our...
I use it. nRF52832 PCA10040
I have coded based on NUS.
However, I failed to pair with my Android device.
Even with ble_app_uart, the result is the same.
Hi. I'm using SDK12.2.0, S130 ver2.0.1, nRF51822AC as central.
After connection, if i use "ble_conn_state_n_centrals" function, i can get the number of connected peripherals...
my ble can send data when the data send function called inside main.c ,
But it is not sending data other than in main.c like other source files.. and getting error invalid...