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...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Dear Nordic devzone community,
I have designed a custom board using nRF9160 and I am able to send and read out certain AT commands which confirms to me that most of the...
I'm transitioning from SES to Visual Studio Code.
In SES, I can define multiple builds and then define preprocessor options (eg. -DOPTION1) for each build definition
I...
Hi there,
We are quite new to Zephyr. We are currently porting our existing app onto Zephyr as a test. We are currently using NCS 2.5.1
So for our existing application...
I needed to add my own partition to the primary flash, and was able to do so successfully by adding a section to the device tree partitions.
However, when adding MCUBoot...
Hi,
I'm trying to setup my NFR52840 DK to act as a NFC tag so that I can read some simple data on my phone via NFC transfer.
I have tried a few NFC sample applications...
Hi,
I am using a modified HTTPS Client demo code [Let's say Version A] and sometimes when trying to debug with Segger Embedded Studio for ARM (Nordic Edition v 5.34a/Jlink...
Hello,
From time to time I am getting the error " Unable to find bootable image" when I start a debug session in SES-NE v5.60.
FIH_CALL(boot_go, fih_rc, &rsp); if (fih_not_eq...
I am trying to read the GPIO state on an nRF52840 right after it wakes up from deep sleep (System OFF mode). I have configured 4 pins as wake-up sources from deep sleep System...
I have been working on finding the cause to an unexpectedly high power power consumption in several newly produced units of our product based on nRF5340. I believe I have...
I'm trying to build a custom secure partition, but get the following error when building:
However when navigating in files to the directory the file "tfm_custompartitiontest...
Hi All,
My team recently reserved a custom service UUID with the Bluetooth SIG, and we'd like to replace the custom 128-bit UUID we had been using in our products. Can I...
HI
We are mass producing NUS-based products.
During mass production testing, pairing is performed and functionality is tested by pressing buttons, etc.
However, pairing...
I'm using
AT_MONITOR ( catch_all , ANY , on_modem_at_notification );
and I'm just printing the notification on reception:
static void on_modem_at_notification...
Hello,
I would like to add to my project new i2c slave (for example - dac5571 from TI). In the DTS overlay - under the i2c0 node I need to specify compatible , and I don...
I have configured the nrf52840 DK one board as Peripheral and other as central.
Added multiple services and characteristics. I am sending some data at every 20ms using notify...