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...
Hello,
I know I have seen the topic on the forum, but can not find it. What changes need to be done to a example project designed for a softdevice 110 to convert it to...
The s310_nrf51422 migration document states:
Due to an issue present in this release, the application is required to set the device address to the factory default right...
Hi,
I was just wondering what the sequence of events would be in the following scenario:
A S110 peripheral device (GATT server) has a characteristic with write access...
Hi all,
I've spent 4 days now (!!) on getting a "Hello World" project to work in eclipse with GCC. I guess something around the startup-code is setup wrong in my very simple...
Hello, I'm using nRF51822-mKIT for a research.
To verify ADC readings from analog input, I've connected P0_5 to GND and ran the following code:
uint16_t adc_result;...
For my project I would like to use this bluetooth module: freqchina.en.alibaba.com/.../Fingertip_size_nRF51822_Module_Ultra_Low_Power_Bluetooth_4_0_Low_Energy_RF_Module.html...
I am trying to connect to a peripheral through s120 central and vendor has a 128 bit fixed UUID
I am trying to add it on central using sd_ble_uuid_vs_add(...,...) but it...
I am trying to develop an application for the Android that will communicate via BLE to a Nordic device. I'm able to read the characteristic's value by
BluetoothGattCharacteristic...
I'm using nRF51822 SoC and I have a LIS3DSH accelerometer connected to the ship via SPI bus . I used the SPI master example . So i used the switch_state() function then took...
Hi, I would like to know how I can immediately detect when a connection link is loss either from the central or peripheral. I need to know which error or notification to look...
Hello.
Here was the question about S120+DFU and Petter Myhre said that Nordic ready to release the new S120 version with the peripheral mode support, so making DFU OTA will...
Today I tried to update the SoftDevice of my project. I was working with the experimental NUS example with the old S310 SD (1.0.0). Because I want to communicate thru ANT...
Hello everyone,
I'm developing a security scheme in which the firmware verifies that the nRF51822 is the same as the one in the factory to which the firmware was installed...