Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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...
Hi,
I am using the PPKII in ammeter mode with an external battery to measure the currrent consumption. It would be really helpful for me if I could simultaneously measure...