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...
We have 1 central device and 4 peripheral devices in which one of the peripheral is mobile device if we connect both mobile and other peripheral devices(nrf52840) the central...
I am testing an nRF9160 devkit with a TMP117 I2C sensor. My current goal is to read values from its registers.
My current code uses the function i2c_reg_read_byte to read...
Hi,
I've just received a nRF52840 DK and I'm trying to build and flash the blinky sample on it but the build failed continuously.
I also tried with other sample like the...
I want to convert raw hex bytes to utf8 format. The nRF5 SDK supported this with help of ble_srv_ascii_to_utf8() api. Is there something similar api available with nRF Connect...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0 ]
I am planning to set up the system as...
Good night,
I am doing the course "nRF Connect SDK Fundamentals" to learn about Zephir integration with nRF52840.
I am developing a RTOS solution based on the RAKWireless...
Hi,
I have an application that each 30 minutes connects to AWS, sends some data and then disconnects and goes to sleep. I have based my aplication on the asset_tracker...
I am trying to use the nrf5340 audio DK for the first time using one of the sample blink codes. I keep getting an error when first creating an application by copying the sample...
Hi everyone,
I'm a bit lost with the nordic documentation. Here : https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/serial_lte_modem/doc/MQTT_AT_commands...
we have two questions about dfu recover operation on coex_ble&wifi example. because its flash size is so big that it could not be reduced under 500kB. so, we thought that...
Hi team, We are working on integrating TFT LCD touch display with Nordic SoC. We have existing driver support for ILI9341. A display that we checked had ILI9341v LCD driver...
Hi,
I have a question regarding the DFU example
Board used: nRF7002dk Toolchain used: v2.6.1 SDK used: v2.6.99-cs2 OS used: Windows 10
I was following the process...
Hi,
I am trying to run the mass sample of NCS V2.6.0 (zephyr\samples\subsys\usb\mass).
I followed the README.rst,
- build the sample with -DCONFIG_APP_MSC_STORAGE_FLASH_LITTLEFS...
I want to edit the sample source (nRF5340 Audio) and program it on my own board.
I'm using CIS.
I'm using NCS version 2.5.0.
The nRF5340 Audio DK board is exactly the...