Hi Nordic engineer
I am evaluating a project based on nRF52840 and there is a question need to be confirm before schematic design start.
Due to limitation of power resource...
Hello everyone,
I'm trying to set up the Wifi stack on the nRF7002 and use it with MicroPython, but encountering a lot of difficulty with it. I cropped up a network_wlan...
Hi all,
I have a custom board build with an nRF9151. I'm able to connect on int with USB/UART, I can send and receive AT command. Right now I'd like to send certificat to...
Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hello,
I just downloaded nRF connect for Desktop App, and plugged in PCA 10100 2. 0. 0 , 2023, 3.
I ran quick start, and this is what I get.
Any explanation on why...
Hi Nordic Team,
I have developed a couple applications for the nRF52833 using Zephyr and have now moved to the nRF54l15. For this new application, power consumption is...
hello,
I'm using S132/nRF52/SDK11.
I start a firmware development based on Nordic UART example, I kept the BLE NUS part (I loop back the data received over BLE) and...
Hi All,
Just noticed SDK12 was released last week, with build in support for S132, v 3.0.0. Judging from the compatibility matrix and notes, it looks like it removed support...
Hello,
I'm trying to set a new environment with the SDK12 that'll be less cringy than the one I was running under the previous one.
Basically, what I want is a workspace...
Hi
Using an nRF52832 and SDK11, I have the following issue:
I want to use button 0 with a regular push for functionality and a long press to go to sleep. The detection...
Hi, I'm trying to move from nRF5_SDK_11.0.0_89a8197 to nRF5_SDK_12.0.0_12f24da and faced an issue. I have build error in
....../nRF5_SDK_12.0.0_12f24da/components/libraries...
Hi@all,
i'm trying to connect to a BTLE Printer (printer -> peripheral) from my central (nrf51822 board). But i cannot use the standard discovery examples because i cannot...
Hello, I have pca10001 board and I would like to read an analog input from ADC.
Is there any complete example which I can test using potentiometer ?
Thanks
I'm trying to write some data to flash memory (32 bytes) every 1 minute. the data are not NULL but then I noticed that sometimes (not always) the pstroage module write zeros...
Hi,
I am programming and debugging an external customised board by following the DK manual and the below link:
electronut.in/.../
I use the interface P20 instead of...
Dear all
I want to add the static pin to my project(s110 stackV8.0, based on SDK10), add the follow code to gap_params_init:
uint8_t passkey[] = STATIC_PASSKEY;
m_static_pin_option...
Dear all
Good day!
I want to develop the Android APP to received the BLE's ad raw data(which is dynamic change). Which API should I called to get the raw data? And should...
Hi,
I am using nrf51822xxaa , Keil Uvision 5.14.2.1. SDK 10.0.0 and S130. I need optimisation level O3 for most parts of the code, except for one part (about 10 lines of...