Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I have used nrf24l01+(production year=2015) in my project and my board and my program are working well......but when I change nrf24l01+(production year=2016) my board doesn...
I have an application where knowledge of the current date/time is important. This is implemented by the central passing the time to the peripheral when it initially connects...
I am able to flash/program nrf51822 with openOCD on Raspberry-pi and STLink-v2
but when I invoke Open On-Chip Debugger on telnet to write on UICR register, it don't give...
Hi everyone,
I am currently working on a project that leads me to save a respectful amount of data.
Some of the objects that I save size a few KB actually.
I would...
Estimate battery life for FOB CR 2032 -240 mAh
We are developing remote with CR2032 battery and using Nordic nrf51-1822 BLE, 960 m sec connection interval, RX 1 packet...
I want to use nRF52840 Device to implement non-connectable advertisement and scan on one board.
To be more specific, I want to advertise information for some time period...
I am using NRF52 SDK14.0 and SoftDevice S132 v5.0.0. Application freezes somewhere in SoftDevice if sd_softdevice_enable() is called after nrf_drv_clock_lfclk_request() was...
Hello All,
Where would I find a library file for a PID controller? Forgive me if there is an obvious answer. I'm new to working with Keil.
Thanks for taking the time...
We need to put the processor in sleep mode (to conserve battery power) and wake-up the processor when the user touches the Cap Sensor pad.
Can you Cap Sensor in nrf52 be...
I'm using "nrf5_SDK_for_Mesh_v0.9.2-Alpha". And, I build examples using "SEGGER Embedded Studio 3.26a".
Now I want to modify examples for my custom board.
In CMake, "...
Hi, a little background information first, when debugging ble mesh example 0.9.x:
devzone.nordicsemi.com/.../
I'm now kinda having a massive problem with this function...
Hi,all.
I am using nRF52832.
Does the nRF52832 support dual mode that allows simultaneous advertising and scanning?
Are there any examples you can refer to if you...
Hi I use SDK 12.3 and sdk 2.0.1 , and set a device name length is 21 like "1234567890ABCDEFGHIJK" by sd_ble_gap_device_name_set;
but in the advertise data the name length...
Hi,
we are developing and application on iOS which can among others, update our hardware over the air, and we found out that e.g. after bootloader update is done, then...