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)
{...
Hi DevZone !
I am currently trying to migrate from nRF52840 to nRF52833 because of a backorder problem with the former.
My application consist of a Mesh configurations...
Hi all,
I am working on interfacing 2 SPI sensors ADXL362 and ADXL372 for learning purposes. Following is the overlay created for the same.
refering this https://devzone...
Hi,
When sniffing trace from wireshark with PCA10040 board, sniffer just stop when i bond central with peripheral.
When i break connection, advertisement packet are back...
Hey all,
So I have been having inconsistent issues connecting to different domains, and after getting the debugger working it appears to be a DNS resolution issue and it...
I'm currently trying to figure out how exactly the workflow for updating forked repository (i.e. sdk-zephyr) should look like ideally. https://developer.nordicsemi.com/nRF_Connect_SDK...
I'm experiencing a strange issue that I can't seem to figure out. We've built a location system based around the nrf52833, and we're currently running this system in a pilot...
Hello,
My name is Edward, I am trying to configure a net Thread with auto selection channel, do you have any example about this?
I have based my development on the simple_coap_server...
In the SDK ble_gatt_db.h file the ble_gatt_db_srv_t struct has a member misspelled as "charateristics" rather than characteristics. Was that done on purpose?
Hi,
I would like to resume the discussion made a few days ago in this post.
Is it possible to hide some BLE services until the connection is successful? I want only my...
I'm just starting... I have a little programing experience and knowledge of electronics
My project is controlling stepper motors over ZigBee using cell phone.
I have Samsung...
I have an application where I need to periodically write a few KB of data from my nRF to a host computer. Since TXD.MAXCNT tops out at 255 bytes, I'm trying to set up all...
Hi. I am trying to add a RTC to my ble project. I copied all the simple code from the RTC example, and set all the sdk_config.h settings to match.
As per usual millions...
Looking to permanently change UICR REGOUT0 to 5 for 3V3 on VDDOUT from dongle, to power a small Pulse Oximeter. Then using nRF Connect SDK and Zephyr, get Bluetooth GATT services...