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...
I am attempting to change the passkey used in BLE Pairing/Bonding. In this case, I am using legacy pairing/bonding.
My idea is to have the central provide the passkey to...
Hi,
I'm new to C language.
In my main.c
In my Battery.c
My Question
The IDE will give a warning: No such file or directory. How to solve this issue, please?...
hi support team,
customer are asking one question about using external 32 MHz crystal, if customer not using radio, only take 832 as MCU, is it possible to using 26 M crystal...
Hello!
I just started with NRF Connect sdk but I have some problems. The nrf5 sdk was working fine for me but we decided to migrate in this early stage of development to...
Hi, it's my 1st time using nRF Connect SDK for nRF5340. After click OK (see screenshot), I had this CMake error.
Because my previous folder contains white space (C:/Users...
I've been trying to run the FreeRTOS blink example on a custom board.
After some time (I have not yet been able to determine exactly how long - but somewhere in the range...
Hello,
I would like to use k_uptime_get, however this is returning an int64_t where I would expect an uint64_t.
While looking in the function, I see that k_uptime_get...
Hello,
We need to add secure services to our application, and I followed the guide in https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/software/posts/using...
I have downloaded the ble_app_blinky_c_pca10056_s140 hex file to the development kit with the help of the nrf_connect windows application. I have a PCA10100 development kit...
There is no 32767Hz crystal oscillator on my circuit, so the clock source of softdevice is configured as RC to ensure that the system can function normally. Now I use the...
I have successfully run a firmware in NRF52840 DK board. With NRF52840 DK ,I have tested AWS IOT BLE Nrf. Now I have also NRF52840 Dongle. Because small form factor, I would...
Hi Nordic support,
I was trying to get the Asset Tracker app running on the Thingy91 device but encountered various problems. Basically it can't get connected with the network...
Hi,everybody!
I started to connect the PCA9685 to the nRF52 DK and ran into a strange problem. When initializing the PWM module, it does not work.Initialization requires...
Hello DevZone,
I am developing on nRF5340-DK v0.11.0, with nrfx v2.2.0 running with mbed Cordio, compiled with GNU make 4.3. The end goal is to make a Bootloader for the...
Hello everybody. I need to rotate servo and check adc on potentiometer to stop it if something is blocking the shaft.
I need to change servo position step by step and check...