here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
I recently tired the Onomondo static and external softSim demo on the nRF9151 DK. For both of the demos they take around 4 minutes until the DK gets a cellular connection...
What is the connector cable that fits with nRF5340 DK J1, I am using the other end to connect to the ANT-B10 J2 (antenna board). I will like to know which connector cable...
I am currently trying to add MCU boot to my application using sysbuild. I have done the following :
Created sysbuild.conf in application root
Created sysbuild folder...
I cannot get the nrf5340 audio dk kit to work from USB input properly. After a reset, it only works for a fraction of a second and audio stops. Has anyone run into a similar...
hi,
i am trying to connect peripherials ( blood pressure, pulseox meter) with nrf5340 dk ( development kit from nordic PCA10095) using uuid and mac, initially using uuid...
I am working on a custom board featuring a nrf9160, when i run the zephyr hello_world application with:
Everything works and i can see the output in JLinkRTTViewer. But...
Hi,
1. Using VS Code plugin remote ssh to access the nRF Connect SDK environment on ubuntu server on windows, the board cannot be found. 2. Please help me troubleshoot the...
Good day,
I want to use the Bluetooth Low Energy App of the nRF Connect for Desktop with my nRF52840DK as a local device.
After I have connected my device (nRF52840DK...
Hi, we have recently started developing with the nRF5340DK. We encountered several issues while configuring a FATFS on the external flash (mx25r64).
1. The sample code...
Hello,
I am using the NRF52840 with the flash chip W25Q32. I tried using the sample program "Flash Sample" with my device set in qspi. I can get the flash device reading...
Hello and thank you for reading. We are using SDK 2.5.0 and the nrf5340, and would appreciate some help with the HID over Gatt functionality.
Our device implements multiple...
I have an application for a mouse with nRF52833, s140 and SDK17.1. The BLE advertising works in fast and slow advertising, and I'm following the indications by Microsoft on...
I'm trying to port a PPI application to an nrf5340. I'm quite puzzled, as it would appear there is no obvious way to achieve what I'm trying to do.
In short, I have a setup...
Hi,
I notice that every time I can only send 244 bytes per time in nus service, if I set higher I will not receive the data in RX.
But I also see that the thoughput...
Hello,
We're using version 7.0.1 of the S140 soft device. We are making a bluetooth application where the device behaves both as a central and peripheral. In peripheral...