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...
Hi dear, I'm make the tests with send and receive informations using the code base mesh. I need help to better understand the transport of this data
Initially I set my...
I am currently working on LE Audio broadcasting. The system operates successfully on 1M PHY, but I would like to use it to function on CODED PHY as well.
Both the receiver...
We use the https://api.nrfcloud.com/v1#tag/IP-Devices/operation/OnboardDevices endpoint to create and onboard new devices.
Recently, with no changes to code or certificates...
Some questions during the development of a DF project using the nRF52833DK:
Will excessive serial output affect the performance of the microcontroller? For example,...
Hello,
On my custom board, after upgrading from NCS version 2.5.1 to 2.6.1, BLE stopped working.
I get immediately the following trace after calling bt_enable(NULL)
...
I'm migrating from ncs v2.3.0 to ncs 2.6.1 in order to have the ram retetion working with the mcu boot.
But after some modification on my board file using a nrf5340 I get...
I have a custom board file which is based on nrf9160, I want to use it using the west build command and later flash it. I tried the steps under this tutorial: Nordic academy...
Just upgraded to NRF v 2.6.0 (Mac OS; VS Code). Our code previous built and ran successfully on our custom board with v 2.5.0 of the SDK.
Now we get the following error...
Hi all,
I'm developing a project on top of nRF5340. Thus I created a custom board definition in my project area:
That is a direct copy of ncs/zephyr/boards/arm/nrf5340dk_nrf5340...
Hello,
we are trying to use the nRF9160 as a serial modem for a Raspberry Pi running on Debian.
The application is basically the nRF sample "nrf\samples\cellular\modem_shell...
Hi,
I'm trying to build the Serial LTE Modem in my nrf9160 SIP custom board to communicate the STM32 MCU with the nrf9160 using AT Commands via uart.
My physical connections...
Hi,
I created a custom service in accordance with NUS service. I am able to assign all handles, subscribe to notifications. But I am not able to read any data from the device...
Based on my understanding on SPI signal, CS/SS pin need to pull down to low when read/write and pull up high when the action is finished.
May I know if this feature has...
I'm currently working on a project that uses the MLX90640 IR sensor. By default, this device has an I2C address of 0x33, but it can be set up with one of 127 different I2C...
Sifting through previous posts about redirecting printf to uart by using retarget.c, I have found this will work on previous versions of segger (5.42). Has anyone gotten it...