HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi everyone,
is there a way to update the AWS certificates from certificates.h with the SDK 1.9.99? Following the AWS FOTA instructions it seems that i can update the certificates...
Hello everyone,
I am currently testing the secure bootloader over USB example but I am currently facing an issue when I start a DFU.
Here is my configuration:
...
Hi,
Application details:
I have a datalogger application that samples data every second. It uses the following modules:
TWIM0 -> To communicate with external RTC clock...
Hello,
I am working on application using nrf52810 SDK version nRF5_SDK_14.2.0_17b948a.
Here my application sends 240 bytes of data every 150 ms. But after sending few...
Hi,
I use the a gpiote_in_event to trigger a number of PWM pulses which works fine so far. However, the exact behaviour of the generated signal is important so that the...
Hello, I am using nRF52-DK with Segger Embedded Studio and I'm running the following code that first blinks the LED1 on&off 5 times, and sets up BUTTON1 for wake up, and then...
Hi,
I would like to read the temperature of the nRF.
I tried to use the routine I found here in the forum
Sometimes works sometimes the system crash. I notice the...
Hi
I am using NRF5340 chip in my custom board to communicate serially with an external device whose data length is more than 128 bytes.
The chip can receive 243 bytes...
I am looking for the examples for the SDK. I installed SDK 1.9.1 through the Toolchain Manager and see the directory "users/my_user_name/ncs/v1.9.1" Supposedly this is where...
Hi,
In Openthread's Coap_client sample, Following 2 libraries are there:
and while compiling my code I get multiple warning regarding to above 2 libraries.
Following...
Hi,
I have problem to use bmi160 library with nrf5340 in spi connection.
I use the example application zephyr/samples/sensor/adxl372 and change the sensor to bmi160 (...
Hi DevZone ! Here is my issue: I use to work with VSCode and nRF Connect for desktop for a few months now. Early on Monday, I did uninstall all my dev environment (VSCode...
Hi,
is there any way to get a Pin to a defined "high" without vdd-gpio ref?
In our situation the NRF9160 Power is a Battery with 4,1V and the VDD-GPIO is 3,3V with a regulator...
I created two build configurations a Debug and a Release in SES IDE.
Build > Build Configurations...
I wanted to select the DEBUG_OPTIMIZATIONS level for the Debug build...