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,
I try to do the Onboarding workflow for 1NCE SIM Cards with the NRF91 Module: 1nce.com/.../
So the solution is to send a GET Request to a special endpoint and you...
We have certified the Centauri gateway with https://fccid.io/2AKNO-VOLCT200LTE ID. Now We have a query that we used nrf52840 chip as a BLE during certification.
Now on this...
Hi, nRF newbie here, forgive me if I'm being dim. I've searched the devzone, can't see obvious answers. nRF52840, SDK 17.0.2, Nordic SES 5.30a, using nrfx_* drivers I'm using...
Hi all,
I am working with a BNO080 imu and have ported an Adafruit library into the ble_app_template and created a custom service.
Independently, the IMU code and the...
Dear Nordic,
I am running into an interesting side effect when I disable the app scheduler library from my program. I have been previously using the app scheduler to service...
Hi,
1/ Is it mandatory for Direction Finding process to have all streaming advertising messages from beacon to locator connectable ?
2/ Is it possible/easy to manage live...
Hi,
I have an application and I want to send the output of the application via CoAP LTE connection. My plan is to modify the nrf-sdk CoAP Client sample to achieve this...
We are trying to use mcumgr/mcuboot with Zephyr on nRF53. During development, we have enabled the Zephyr shell functionality and would like to use mcumgr with it (CONFIG_MCUMGR_SMP_SHELL...
Hello!
I've got a problem when performing a DFU OTA. I first flash my software(#1) with bootloader in de nrf53840DK. When i make changes to the software i use app_update...
Good day, I have seen a few people asking about connecting the Nordic devices with the RFM95/Sx1276 modules. I understand that it is SPI driven, but I am a complete novice...
Hi,
I'm using nrf52840 to connect a mobile device via BLE.
I've noticed that when a lot of messages are sent, a disconnection occurs with reason code of NRF_ERROR_RESOURCES...
Hi there!
I'm currently facing an issue where the client will stop transmitting messages after six hours and twenty-five minutes. This is the case after 255 messages have...
Hi everybody.
I'm margin two different projects:
examples\peripheral\usbd_hid_generic
with
examples\ble_peripheral\ble_app_hids_keyboard
but, using the make file...
Hi,
I am using a custom board that uses Arm Cortex-A7 and embedding an nRF52840, There is no external low-frequency crystal 32kHz connected to the nrf52 chip, so I've enabled...