It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...
Hi all,
I'm in the process of bringing up a new board with an nRF5340 and am seeing some strange behavior. Via JLink SWD, I am able to connect to the application core on...
Hi Nordic team
1. Integrated multicell location sample to asset tracker v2. Expect Google map can display the location of mutlicell latitude/longitude result.
2. As below...
On the latest master of https://github.com/nrfconnect/sdk-nrf (v1.7.0-rc1), swapping between extended and standard advertising will result in reads/ attempted writes to address...
Hi there, I am developing a multi peripherals to central BLE system based on NRF52840. Now I am consider the synchronization between the peripherals and centrals. How can...
Hi,
I come from here: https://devzone.nordicsemi.com/f/nordic-q-a/80874/nrfjprog-not-working-on-raspberry-pi-4/336129
But for me the nrfjprog comand works fine:
...
Hi,
First of all, I'm new in the field of BLE development. I have a custom PCB and some sensors. I want to send the data from these sensors to an app via BLE. These sensors...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hi, I implement a dongle that connects multiple devices with MultiCeiver. pipe 0 used for pair, pipe1 ~pipe5 used for device connect. dongle work in PRX, mode, device work...
Hi guys,
I have noticed that there is a problem with losing bytes at high baud rates on UART. Is there a limit to how high the baud rate can be when using a softdevice?...
Hi,
I am trying to add a custom driver (VL53L1X) to my application (nRF9160 & Icarus Board)
I used several sources to understand and edit my code (especially those of...
Part: nrf52833
Soft Device: SD140 (recently switched from SD 122 because SD140 supports more BLE 5.x features)
Application: Replace legacy Central host device with nrf53833...
We are developing an application that takes data from UART and sends telegrams over 802.15.4 on a nRF52840, so I wanted to use the 802.15.4 wireless UART example as a base...
Hi,
We had a couple questions regarding storing some things related to the BLE mesh. We are building our application off the ble example light_ctrl.
1. Looking at the...
Fixes nRF5_SDK/components/libraries/usbd/class/cdc/acm/app_usbd_cdc_acm_internal.h:68:6: error: use of enum 'app_usbd_cdc_acm_user_event_e' without previous declaration
...