Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
Hi Team!
Currently I an working on disabling JTAG/Debug and SWD lines to protect code from read/write through any JTAG debugger.
For this, I have used nrfjprog utility...
Hi Support team,
I am testing nRF5340+nRF21540 with MT8852B now. I come across two issues in running the DTM FW from nRF Connect SDK v1.8.0:
1. nRF21540 TX gain value...
hi, I'm working on passthrough firmware(nRF5_SDK_17.1.0_ddde560),I need to increase the priority of the serial port,see following code,When APP_UART_FIFO_INIT priority set...
Hello, in my zephyr application, I have uart1 configured as receive only using uarte at 921600 baud rate. Below is the description node:
I have a device sending a uart...
Hi,
We are using nRF52810 on a custom board, and when creating that board in NCS (in VScode), the Kconfig options are limited. We are not able to enable/disable the DCDC...
I have a project using NCS v1.8.0 where I enabled openthread.
For some reason, when trying to build `mbedtls/library/ecjpake.c`, the make command uses `-DMBEDTLS_CONFIG_FILE...
Hi! Im doing a SPI transaction using EGU and PPI. Software triggers the EGU, and PPI_CHANNEL_1 uses this event to start the SPIM transaction and set the CS pin low. PPI_CHANNEL_2...
I have followed the procedures to create a DFU package
- Using existing sample hex file "hrs_application_s132.hex"
1. nrfutil keys generate private.pem
2. nrfutil pkg...
I am using SDK V1.8 and have noticed that RTT output will run for a short time then stop.
Debug is still running because breakpoints can be set, just no printk output or...
Hi, guys.
I have been using NRF Connect SDK 1.8.0 , I want to use this
"v1.8.0\zephyr\samples\application_development\out_of_tree_driver"
to develop my custom driver...
Hi,
I'm developing a miniature application on nrf52805. I got an nrf52-dk and I am trying to understand which SDK i should use.
So far my problem is that on one hand ...
I'm trying to transition from Embedded Studio to VS Code. I have a sample application that I created in VS Code that builds without error, but when I start the debugger I...
Hi,
I am trying to setup a TWI interface between the nRF52 DK and the 16-bit ADC ADS1115 from TI. I am using the breakout board from Adafruit ( https://www.adafruit.com...
Hi,
I use nrf52832, SDK 16 and SD s132. I use FDS to store application data (fixed size), and I use bonding too. So the peer manager also store the peer related data in...
Hello,
I'm trying to implement a sleep mode for my application. Currently it has around 8 tasks.
I need to disable them all + disable some HW, such as GPS module. And...