Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
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...