Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hello,
I received a reminder to aswer to the Nordic Semiconductor Customer Satisfaction Survey. Unfortunatelly, I can not reply, because there are questions I simply can...
Hi All,
The timer count value reading is not working.
static void timer2_init(void)
{
/* Start 16 MHz crystal oscillator */
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;...
When ever I place my nRF ek dongle and try to run it it just crashes.
I'm using MCP 3.9.0 and windows 7.
This question has been asked before so I know that some people already...
Is there a more thorough documentation of the SWD interface as implemented on the nRF chips?
I'm seeing something I regard as strange when I look at things on a scope....
Hi all,
I'm new to RF coding, currently my developing product has encountered some critical problems, that it is heavily influenced by the household appliances, such as...
Hi, I wrote a custom service with a characteristics with notifications support. After a client connects I start the sensors and I start updating the values. On the service...
On top of almost all the BLE examples in the SDK, there is an APP_TIMER_OP_QUEUE_SIZE define. How can I know how big this should be for a specific application?
Hi,
My project need to transmit mass data(maybe over 64kB)to APP once.But the total transmiting time is better not over 30Min.i use your example nRF51_SDK_8.1.0_b6ed55f\examples...
With the nRF51, it was not possible to run a high frequency realtime task due to the SoftDevice running with the highest interrupt priority, is this different for the nRF52...
I'm using the Github project github.com/NordicSemiconducto.. . in order to SCAN in a specific channel rather than all 3 channels. I don't want to use the timeslot API continuously...
Dear support team,
I have some trouble with a custom board using the NRF51822.
Sometimes the MCU resets supuriously.
After reset I try to find out the reason by reading...
I am following the Makefile provided by Nordic, but using --reset with --program seems to fail:
>nrfjprog --reset --program _build/nrf51422_xxac_s110.hex
ERROR: Two arguments...
Hi,
i am using three s210 master devices to broadcast ANT messages to a s310 central device. The central connnects to a PC through USB dongle and BLE.
When broadcasting...