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 guys,
i am new in nrf micro-controller. I want to get data from my smartphone and want to write in memory of nrf51822 through BLE. when written process in memory is...
I'm a newby. I'm troubles understanding how to send command to ble. my band have own protocol like this :
if you send 'AB02FF7180' to ble means your band will shock 5 times...
We have a application that use the ADC of nRF51822 to detect a variable resistance (schematic is attached). The current passing through the variable resistor should be around...
Greetings
I am working on an application that logs data to SPI flash device. I am having an issue where it appears that the pin configured as a MISO for SPIM is garbling...
Hi,
I have a running board with NUS service (serial profile). This boards starts advertising until a remote device (android nrf UART app) connects to it. then it starts...
Hi, Nordic
I check this: devzone.nordicsemi.com/.../ , first, it will work when I follow this article. Then I have 2 questions:
it said "If the bootloader LED...
I am working on a project using a BLE Nano and Nordic sdk 8.1. I included the ble_flash.c, ble_error_log.c, and ble_debug_assert_handler.c files in my include path and c source...
I am running the Buttonless DFU example in SDK 12.2.0 on a nRF52832. When I connect with NRF Connect, I can see the DFU control point but I can only enable notifications and...
I learned that paring is consist of 3 phase (Exchange of Pairing Information, Authentication, Key distrbution) and TK, STK are generated at the phase of Authentication and...
I have a central application that I need to add a peripheral role to. I don't need to pair or bond in any of my connections, so I based my app on the ble_app_uart_c example...
Hi,
I'm currently running two separate TWI-instances on my nRF52 DK with SDK 11.
Each instance runs quite well with no issue, except for when instance 1 becomes active...
Hi,
When nrf51822 is connected via bluetooth LE to an iPhone application, is it possible to check the actual connection interval (between MIN_CONN_INTERVAL = 20ms and MAX_CONN_INTERVAL...
I have a project on a Ble Nano using Nordic SDK 8.1 that I currently compile entirely from terminal using a Makefile. I want to convert this project over to use Keil so I...
Dear sir,
I want to use NRF24LE1-F16Q48-R7 as a standalone controller in one of my application but it is not available with any vendor .
We want to use this For Low...
i want to know why there are 2 pages reserved although i mentioned i configured the number of pages to 1. It is used for what ? In fact, I need only one page for my data,...