We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hi
I am using ncs v2.3.0, mesh chat example
I have used CONFIG_BT_CTLR_TX_PWR_PLUS_8 =y , and it works quiet well, now how can i implement CODED_PHY (long range) in this...
Hello,
I came across a Nordic Q&A discussing a sample called hci_uart_with_usb_uart_bridge in this post . I have searched in the v1.0.1 tag but couldn't find the mentioned...
Hello,
I'm attempting to establish communication between an nRF52840 and an nRF9160 on the nRF9160DK using LPUART. Initially, I tried using the interrupt-driven mode, but...
I get the registration "parse_cereg: LTE mode not found, error code: -22" error,when try to connect to LTE network in china shenzhen.the hardware is custom use nrf9160 chip...
sdk 2.1.0
nRF9160
Hi, I need to parse a JSON file and for that I'm trying to use zephyr's json.h library. Based on the automatic test file I built a piece of code for...
Hi,
I am trying to use an ST7789 display with the NRF9161DK, I was following this guide but got no luck:
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b...
Hello,
I am trying to use a membrane keypad that has 5 buttons. It's not a matrix keyboard so I was just going to add 5 buttons into whatever gpio pins I can spare, but...
Hi,
I'm trying to use the samples/subsys/modbus/rtu_server/ sample. We use the st3485eb as rs485 driver. The problem is that I don't receive any data.
I'm converting our...
Hello DevZone,
I'm testing the nPM1300 with the battery inside the Thingy:52, which has rated capacity 1440mAh and rated voltage 3.7V.
The charge current is 800mA.
I...
Code that compiles just fine under V2.5.3 fails when using V2.6.1. It appears we have all the conditions met, not sure what we are missing.
warning: LOG_PRINTK (defined...
Dear all,
I am using nrf5340 audio dk to test the LE audio. I have already built and flashed the nrf5340_audio application to the device. But I cannot find the nrf5340 in...
I would like to create a project that my custom board of nRF52832 will communicate with Movesense device (which also is nRf52832) over BLE, to collect data from the sensors...
Hi, I have a problem where tfm_ns_fault_handler_callback is called when booting the system. This results in arm_fault and k_sys_fatal_error_handler is called. The reason is...
We would like to implement the AWS_IOT device provisioning using the AWS_IOT provision by claim. I can connect the device to AWS_IOT, and request new certificates to be generated...
I have ncs version 2.6.0
i have two nrf5340 audio dks
i used nrf5340_audio dk sample.
Configured on dk as gateway that takes input fotm microphone used on the audio...