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...
This question is similar to this thread:
devzone.nordicsemi.com/.../
However it was framed differently and didn't really clear anything up for me.
Say my application...
Hello,
I have an application that has to be ported to the newer Softdevice version. I've already ported my application to the SDK 13 and tested it with the new Softdevice...
The NVMC documentation states the CPU is halted while the NVMC is writing or erasing flash. If the CPU is halted, then interrupts shouldn't need to be disabled during flash...
blog.bluetooth.com/management-of-devices-bluetooth-mesh-network
The Provisioning Protocol
During provisioning, the Provisioner and the Device to be provisioned communicate...
as this screenshots show, i add some headers to nRF_Libraries, and add the directory of the folder nRF_Libraries to Options for targets /c++/include paths,but after building...
Hi,
I am trying to use the SAADC via ble when noridc is connecting with other device and adding value to advartasing. This is my code but i've got some problems.
1)...
I am modifying the bootloader_secure_ble code to receive a serial number via BLE and store it in flash. However, whenever I call nrf_dfu_flash_store or nrf_dfu_flash_erase...
Hi,
We are currently working on one project.
Initially, the nRF52840 & S140 (v5.0.0-2) & SDK14.0
examples \ ble_central \ ble_app_multilink_central Based on the example...
Hi Team,
I am using sdk12.2.2 and nrf52. I want to use one gpio to detect button state & have to operation on that event.
I used one method to configure(code snippet...
Following the guide found at : file:///C:/Github/STIWHN/SDK_thingy52/thingy_sdk_v2.1.0/documentation/firmware_compile.html#compile_gcc
I still getting errors trying to...
Hello,
For the softdevice update, is it the responsibility of the bootloader to make sure, that the softdevice was copied correctly?
If for example the bootloader calls...
Hi,
When i use FreeRTOS tasks with priorities 2,3,4,5 what i need to #define for XXX_CONFIG_IRQ_PRIORITY of SPI,SAADC and GPIOTE at the file sdk_config.h
Thanks
Hello, I use nrf51822 , sdk 8.0.0, s110
I defined advertise interval and timeout
#define APP_ADV_INTERVAL 320
#define APP_ADV_TIMEOUT_IN_SECONDS 3
Also, I write...
Hey Nordic Devzone,
I am really new to Nordic and am still a student in embedded software engineering. So first some background information.
I have 6x nRF52840 and 5x...
Hello,
I am designing a custom 2layered PCB board with NRF52832 IC. I have followed the reference design given in IC's datasheet as shown in the figure. Please provide the...