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)
{...
Code is based on Nordic UART Service Client sample on nRF Connect SDK v1.8.0
I am trying to create several client connections for different servers. The code is incomplete...
Hi Nordic team
I tried SDK Connect v1.8.0 ble_peripheral_lbs_coex sample.
It found advertising signal was very weak. The distance between PCA10112 and my phone was 1 meter...
I use PPI for ADC and GPIO pulling. When I connect and then disconnect - nrf52840 not advertise until reset the SoC.
I can connect after reset. But when I disconect then...
I am used to using Segger, but am switching to west for various reasons. The main reason is to create a CI/CD pipeline.
I built a sample project with west, didn't see any...
Hello,
I am new to embedded/BLE development so forgive me for my ignorance on some of these topics. I am creating a fairly simple BLE Peripheral Server device that has a...
I have built and run the application: Asset Tracker v2 using Segger IDE with nRF Connect SDK 1.8.0 , and my nRF9160DK device communicates with the AWS IoT Core topics.
I...
Hello Team,
I have interfaced Oled with NRF52805 on i2C.
I have used SDK 15.1.0. and ble_app_uart example [s112].
My problem :
I have made some customized functions...
Hi everyone,
I'm using SEGGER Studio for development. I wrote a code for accessing Flash memory by modifying flshawrite example in SDK.
Now I want to copy all dependencies...
hi,
How can I access flash memory of nRF52840 while using softdevice ? I just want to read and update two integer values? is there any simple way to do this?
Thank you...
Hi all:
I want to dynamically change device_name at peripheral_hids_mouse,
I perform two tests, but they are all not successful.
(1)
add below command into prj.conf...
Hello,
I am attempting to configure a Raspberry Pi as an OpenThread router, using the nRF52840DK for the RCP. Everything built fine. When the Raspberry Pi boots the avahi...
Hello,
I want to measure the frequency of 32.768k X'tal accurately.
I was able to output an external 32.768k X'tal to GPIO on a different CPU. Is there such a way with...
Hi Nordic people,
I've been working with the s140 for a long time now, having applications with our own central and peripheral device, but so far, the only way to make sure...
I followed the instructions to downgrade the desktop application and add the URL for the older tools. Installed the 3.7 compatible BLE app and get the error below.
I finally got a working i2c code base but it seems that the nrf9160 has internal pullups on the i2C bus me trying to combine this with a TXS0108 causes weird issues. I suspect...