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...
Dear,
I'm now face problem on button interrupt.
I use 3 buttons for my system.
button 2, 3 is used for boot diagnostics. assigned as below.
bsp_event_to_button_action_assign...
I'm trying to lighten the leds using ble, my problem is that when I measure the current consumption when the leds command sent, it reaches to 5mA which is not suitable for...
Hi
I've playing around with the new peer manager a while. I used the example "ble_app_hrs_rscs_relay_pca10028.uvprojx" from the SDK10. After a first fix (see Link ) in...
Hi,
I want to use timer1 or 2 interrupt ISR to generate complicated PWM signal.
but the timer->intenset setting cause ble connection drop problem.
Please refer to my...
Hello. I'm having the following connection module with nRF51822 chip.
It was purchased here .
I've found example sketch for Arduino but i can't understand how to wire...
Hi,
I have been developing using some development modules from WaveShare (based on the nRF51822 QFAC) and they work fine.
However, I'm now trying to use a module better...
Hi Nordic Expert,
I am Alex and have been developing with NRF51822 for a long time. Thanks for your quick help before. Now our product bases on S110-7.1.0 and SDK-6.1.0...
Hi
i wrote the program which is making pulse one time on channel 0 and then followed by channel 1 and then again channel 0 and then 1 going on , my aim is to create pulses...
Hi all,
I am tring to connect more than two peripherals to contral device.
I am using sdk10 and three evaluation bords nrf51822.In on device i debbuged the code of uart...
My problems with Eclipse Luna continue. Going on holiday for a week I assumed the good fairies would sort it out, but no,,,
Anyhow, I'm sure it's some path error somewhere...
I'm trying to figure out something I'm seeing. I've modified the relay demo in the nRF52 SDK so that when I press button 2 on the board, it destroys any connections, erases...
Hello Everyone,
I have configured gpio pins for buzzer pin6 and pin 7 and am trying to clear those pins after buzzer making the beep sound but it is not getting cleared...
hello there i downloaded nRF51_SDK_10.0.0_dc26b5e.and run this example experimental_ble_app_blinky_s110_pca10028. here when i write 1 from master control panel LED turn on...