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...
When calling access_model_application_bind() , NRF_ERROR_NOT_FOUND is returned?
I have had this working before, but after adding another server model I am getting the error...
Hi,
I am implementing modified DFU for nRF52832 which uses external flash memory. If power loss occures during update process, device then start update process from the...
Hello sir,
I am working on my final PCB design using nRF52832 chip. As per your reference Bill of material i use same part number for all components recommended by you. But...
I have a custom board with the nRF51822 QFAA . Schematic:
In order to compile the firmware, I'm using MinGW . As you can see, I'm also using the SDK 12.3.0 .
Finally...
Hi,
I am using nRF52832 and softdevice is S132 adk13.1. My application is read 3 ADC channel one by one and send this value to android app using NUS. For this i have use...
Hi,
We are performing data transfer using NUS service (BLE-UART).
Data passed is a 11-character string.
READ and NOTIFY permissions are provided for Tx characteristic...
Hello,
I am designing NRF52832 based board. I followed the exact reference layout suggested by Nordic except via position. I moved few vias during routing. Is it necessary...
I am using segger studio and jlink to program my nordic thingy 52. I followed the documentation and
Build the program
Connect to Jlink
Erase All
Debug->Go ...
Hi!
nRF52. S132, SDK13.
I try to use ble_dfu_send_hex example.
what shoul I do first?
via nrf gostudio load SD. correct?
Which SD? from this folder (dfu_test_softdevice_s132...
I get the mesh SDK here: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
But I don't know how to add pwm to the light_switch...
Hi all,
I use the nrfjprog 9.7.1 and unfortunately I was used the --rbp command on my nRF52832 and now it's impossible to execute --recover command.
The nrfjprog log shows...
Hi,i have some problems when develop with experimental_ble_app_buttonless_dfu project in sdk12.3 on IDE embedded studio (MAC OS).
I follow this link text to develop.when...
Hello,
Some problems I meet when I try to use spi manager in ble_template example to read "who_am_i" register of LIS2DH12. The environment is set as below:
nRF52832...
Hi,
I'm using SDK13.0.0 and softdevice S132 v.4.0.2.
I sometimes get NRF_ERROR_INVALID_STATE from sd_xxx() in the function registered to ble_evt_dispatch() when connection...
Hello,
I would like to establish communication between my pca10040 and my cellular modem.
Currently I am using ble_app_uart on the peripheral example and I can put messages...