I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
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...