Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
I am using the timeslot API for communication but do not have HFXO.
If I flash my code with NRF_RADIO_HFCLK_CFG_NO_GUARANTEE, it is perfectly running but no data is received...
Hi,
device : nrf52832
SDK : 12.3.0
base code : ble_app_uart
There is a problem using the app timer.
I created an app timer like an attachment(excel file).
Then...
Hello Everyone,
Studyng with nRf52840 on ble_app_ blinky example
Cant understand how to create one more button to control another led thought nRF connect
Can i use FDS with ble app blinky whith uses soft device s140.
I see that i am not able to use the fds library. What is the solution? I am using segger embedded studio
Hello,
I develop a project with NRF52 and I can't get notifications from iPhone. I have the nrf52DK and also created my own custom hardware (i am a hardware engineer, not...
It seems like the "A0" refers to Arduino nomenclature. If you want the NRF52 signal AIN0, you must use connector P16, the third pin, labeled P0.02, also labeled "P0.02(AREF...
How can i add more nodes server in light switch example in Mesh SDK 1.0.0?, i change #define SERVER_COUNT to 52 and work fine, but when i change it to more than 52 don´t let...
Hi,
I'm using SDK 15.0.0 and NRF52840 DK.
I want to merge couple examples from SDK in one project. As "base" example ble_app_uart was choosed (..nRF5_SDK_15.0.0_a53641a...
I am using the code below to save data from an ADC into a circular buffer.
I then want to save that buffer for retrieval later so I do:
But when I look at the debug...
hi all
Every time the serial port provision the mesh with python, when the temporary variables disappear are defined when exiting the serial port , how to improve the code...
hi,
I am currently learning to use the mpu6050 read and write code in the SDK from the nrf5_sdk_12.3.0_d7731ad to control mpu9250. The part of the gyroscope and accelerometer...
Hello,
Is it possible to program nRF51822 with nRF52DK (PCA10056) ?
Currently I am trying to program my custom beacon (nRF51822) connected via SWD P20 header. I am using...
Hi
I succeeded to run the DFU OTA process and updated only the application. Application is running OK
The problem is that after repower the application is running but...
Hello,
I am trying to add NFC wake up functionality to the project based on ble_uart_app example;
Using SDK14.2 SD132 V5,1 using DK52 development board
I have added...