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)
{...
Question regarding nrf5340 ADC input tolerance
If I power the nrf5340 from the VDDH pin at 5V, will the ADC input pins be able to read up to 5V then or just 3.3V?
Thanks...
We have a product that uses the nrf52. Due to availability issues I need to port that project to the nrf51822. Since the nrf51 supports up to sdk 12.3.0 what is the best way...
Hello All,
Thank you in advance for your time and interest in this issue and willingness to provide suggestions.
We have a product that uses the nRF52832 processor in...
Hello,
I'm trying to connect a sensor to the nRF9160 board using the example Asset Tracker v2.
My sensor (SHT30) is connect in I2C to the pins 31 (SCL) and 30 (SDA). In...
Hello,
Does nrf9160 support C++? If it does, which version? I saw a similar question over 2 years ago in which C++ was not recommended ( https://devzone.nordicsemi.com/f...
SDK: v17
Softdevice: S112
I am currently checking the throughput using nrf52810 or nrf52805.
In device A, data is input as Uart and checked as device B input data...
Hello everyone! I want to evaluate the exact power consumption from the camera (Arducam Mini 2MP OV2640) using the nRF52840-DK as well as its SDK with the nrf52-ble-image...
Hi,
I am trying to implement USB DFU on a NRF52833 with nRF5 SDK for Thread and Zigbee v4.1.0 and nRF5 SDK v16.0.0.
In a first step I want to perform this on the devkit...
Hello,
I have several issues with the new nRF Connect for VS Code SDK, I put them into one ticket, although, some of the issues could be related directly to nRF Connect...
Hi
1: According to this ticket: https://devzone.nordicsemi.com/f/nordic-q-a/28335/nrf52840-usb-pins-impedance you recommend to not
have any serial resistors on the D...
Hello!
I have installed Android nRF Mesh application version 3.0.3.
Also I bought Yeelight YLDP10YL lamp which is qualified mesh product ( https://www.bluetooth.com/learn...
Hello,
I am getting a bit lost in the pool of different versions and libraries. For simplicity, I just want to achieve a single goal to start which is send a bluetooth packet...
Hi
1、 I want to know the connection mechanism of one Central connects multi Peripheral.
2、What is the time interval between one connection switching to another? Is there...