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...
I'm using the nRF5 SDK 12.3.0 on Linux (Fedora 33), with a minimal N51822 breakout board (nRF51822-QFAA(build code: H0) 256kB Flash, 16kB RAM). For programming I'm using a...
RTC 1 cannot be enable (errors with app_timer.c): Trying to resolve RTC errors
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with...
Excuse me:
Project in nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hids_keyboard\pca10040e\s112\ses,After the device is connected, I call the sd_ble_gap_disconnect...
Hello, I'm developing a BLE mouse using nRF52840. I found something strange while testing mouse movement by connecting the BLE. I was logging using the RTTViewer and found...
Hello, here is the question about nrf52840_bitfields.h. Is there any problem with macros definition? For example we have such definition:
/* Bit 20 : Enable differential...
Hello,
I have been developing software on the ble_app_uart example in Segger Embedded Studio with sdk 17.0.2. The example has RTT enabled but I noticed when I try to use...
I have been trying to install the latest version of "nrfConnect for Desktop" on my Mac. I am using latest macOS (Big Sur v11.5.1) on and Intel-based MacBook Pro.
When I...
Hi,
I am unable to locate the list of error codes , in my code I get "sd_ble_gap_scan_start returned 0x10" as I use sd_ble_gap_scan_start() function with input parameters...
Hello,
I am trying to program and use the AWS IoT example to send data to the amazon webserver. I worked through this post ( https://devzone.nordicsemi.com/nordic/cellular...
Hi,
I am designing a module based on the nRF52805 and wonder if there are also GPIOs that should not drive high frquency, like stated here for the nRF52832:
https://infocenter...
Hello,
Is the MBEDTLS_USE_PSA_CRYPTO functionality supported in nRF SDK 1.6.0 (nRF9160)? Setting this value in Kconfig doesn't seem to propagate to nrf-config.h.
If I...
Hello,
I want to transmit data gain from an i2C sensor from one nRF52832 to another via BLE.
I have successfully configured i2C and now I can store those values to Variables...
Is it possible to get the PPK2 to return the voltage VDUT+ (VDUT_SENSE) instead of the current when taking a measurement?
if so what is the command?
Thanks,
Mar...
Hello all,
There is a strange case where a custom board with nRF52840 is able to connect to JLinkExe on a Linux machine with the JLink debugger present in nRF52840 DK but...