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...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
I use s130 based device as central to connect to my ios device, when connected, the central will issue a bond request, if user accept this request on ios device, the bond...
While using PPI and trying to use the first channel as a clock based PWM running on timer1 I noticed that whenever I use more than 2 PPI channels, the pin that is toggeling...
Hello!
I have multiple peripherals and multiple centrals. I'm trying to make one peripheral to connect only to one central.
I read a way to do this is by using whitelisting...
I’m attempting to use an nRF51 dongle with connectivity_115k2_with_s130_1.0.0.hex burned on to it. I’m using the dongle as a central, attempting to connect to a peripheral...
Hi, i try to add a passkey with "ble_app_uart".
I want to this thing.
If i try to use the master_pannel app to connect, peripheral require passkey.
no bonding.
...
Hi all;
I have a hardware question . How much is the discharge time of 10uF capacitor which put in the VDD pin of 51822 ?
When i use the formula of capacitor discharge...
I need to do this, A product ble and Gazell should be used. Switch bluetooth or Gazell mode by pressing the button, but ble and Gazell not used the same time.
When I switch...
condition:i am using the nrf51_adk10.0.0,and i want to enable the NRF51422 as a central role.,so a program the sd130,and i download the application into the board(ble_app_uart_c_s130_pca10028...
Hello,
I am using nRF51822 to build a product and employ 3.0V battery as power supply and system works on DCDC mode. I need RTC counter to do real time tracking. My question...
Hi,
I am developing a glucose application using nrf51822 chip.
Now i want to go for mass manufacturing.
All my devices are advertising the same name.
I want to identify...
Hi all,
I was testing with a new nRF51 Dongle recently and am finding that it disconnected from any peripheral after 15-18 seconds. Generally a little while after a Connection...
I had a PWM question ( here ). It was recommended that I install SDK 10 and use the PWM files from SDK 10. I installed and copied the PWM files from 10 to 9 and opened my...
Hi, I've compiled program from this link:
developer.mbed.org/.../
The problem is that I can't connect to my DK by nRF UART 2.0 app, probably because not every UUID is...
I am working on adding a timer in the ble_app_uart sample, aiming on disconnect with device which doesn't send any data in specific time, such as 5 seconds.
Now I have...