Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
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 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...