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...
Hi
I am using an example project written for pca_10040, I am trying to replace it with pca_10010.
So far, I changed the "Target Device" in the project options and the...
Hi all,
Currently we are trying to measure the power of nRF52832 using (1) nRF52 DK board, (2) power profiler kit 2 (PPK2).
We used PPK2 in source-meter mode and we connected...
Shalom!
I have a custom nRF9160 board with uart0 connected to the outside world by RS232. I set the uart0 as the printk() debug output. I also need to write and read binary...
I get that is has to do with something around the MSB. But I cant seem to find a way to prevent this. No i can not send a byte 0x00 since this will trigger certaint behavior...
Hi,
I am developing an Openthread application using Nordic Connect SDK for the nrf52840dongle. I updated my nrf SDK to bd075cc09. Since then, my application won't boot anymore...
Hi,
I need to switch DK to 3v as my custom board has 3v.
When I switch VDD_IO to 3v board doesn't start at all. LED5 blinks for a moment but nothing happens.
Switching...
Hi,
I am currently working on an internal dfu modeled after the secure_bootloader_uart/ example in SDK 15.3.0. I have gotten the dfu to perform a successful dfu with the...
Hi!
I am developing on a custom board and only have the Debug in connector P3 from nrf9160dk to debug the board. I want to send AT commands to configure the modem and will...
I am a systems engineer helping my team in the component selection phase of the project that involves BLE communication between our master side and a simple remote control...
I have issue to program nrf52832 with nrfjprog command line.
my program use nrf52formesh sdk. I developed with Segger Embedded Studio with GCC on the Linux PC. I modified...
Hello all,
I have successfully installed nRF Connect, nRF Connect SDK v1.6.0 and SEGGER Embedded Studio (SES) v5.50.c to run and debug some samples on my nRF5340 Development...
Hello everyone,
I CAN NOT include the ocrypto_ecdsa_p256_public_key.h file into my project.
What are configurations I need to enable?
I'm new to NCS, could you provide...
Hi, Nordic
This is the test result that I use nRF52833 as the host to connect the slave, slave txpower = 0dbm.
And use Wireshart Sniffer to grab the air packet when...
Hi.
I recently started work on some projects where I have to use I2c OLED and BLE. I used OLED to display time which is running on an internal RTC of nrf52832.
Now I merge...