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...
/**
* @brief Function for unconfiguring GPIOTE channel.
*
*
* Note that when unconfiguring the channel, the pin is configured as GPIO PIN_CNF configuration.
*
...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I have set up the UART example with PCA10000 and PCA10001. Everything works fine but one strange thing is the time to send 100kB of data. See my times below:
38...
Hi !
On this thread devzone.nordicsemi.com/.../nrf51922-1 i've found someone introducing the new S130 softdevice for the nRF51822 wich allows the IC to be on concurrent...
Hi to all,
Ihave a problem with erasing flash on nRF51422 Evaluation Kit. When i click on Erase all button in nRFGo Studio everything is looking normal ( segger led is blinking...
I cannot download S110 to try right now. I have some 51822 Dev kits, but somehow I didn't get the product keys entered into my page, and the boxes are all gone.:D
When my application is running on the nRF51822 (e.g. the hrs example from the sdk), I want to stop this application (e.g. at a breakpoint), investigate some memory and than...
Hi,
I've started developing some test applications for the nRF8001 to better understand all the ACI libraries and improve my knowledge of the chip.
I'm experiencing some...
Unless manually set the value of bond_init_data.bonds_delete to true in the function bond_manager_init to clear bonded masters, I end up in the HardFault_handler. The last...
I'm trying to just set up a Timer for 8 MHz frequency and have that output on a pin. It seems simple but I'm having some problems (the frequency is a lot lower). What am I...
Hi everyone,
I've just started to develop software for NRF51822 - Bluetooth Low Energy on the Evaluation Kit. I managed to connect the development dongle and evaluation...
Based s110_nrf51822_5.2.1_softdevice.hex and nRF51 SDK v. 4.4.1
When scanning iOS, why not click pair on the iOS side and NRF51822
connected on? whether the pair can be...
Hi,
I'm planning a hardware solution and I need a BLE IC capable of act as a master and a slave, not at the same time, but with the possibility to change it's role by software...
I used nrf8001 to implement ANCS.It working fine.But when it disconnect for a while and reconnect(reconnect successed).I found Iphone can't send any ANCS message to nrf8001...