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...
I have successfully compiled the GPS sample. I am trying to program the device using SES and only beign able to do it when the device is previously erased with NRF Connect...
Hello,
I am using nrf52840 to communicate with PAC 1710 sensor via TWI interface. The nrf52840 is the master device and the PAC chip is the slave device. Without SoftDevice...
I just updated to Segger 4.42a to follow the recommendation in the release notes for SDK v1.2.0
When I do a rebuild the AWS fota sample I get linker errors as shown below...
Hi,
I have a Laird Development Kit for the nRF52840 (DVK-BLL654PA-R2.0) which I want to program. Unfortunately Keil uVision and nRFgo Studio have problems with programming...
Hi all,
Greeting of the day....
Here I am getting an issue with TWI interface. That I am using to communicate with sensor module with NRF52840.
The SCL------> p0...
Hi
I am currently doing a project based on the nRF52840 MCU and evaluation board
as part of my project, I have used the LPComp module, and set it up to trigger on rising...
I have updated to SDK V1.2.0 and the AWS FOTA fails to get an ip address. My version 1.1.0 AWS FOTA still works.
See settings and outcomes below
For v1.2.0
and...
Hi,
I have an application on NRF52840. I'm able to connect successfully to mobile devices, with min connection interval of 7.5 and max of 30.
However, when I try to...
Hi Nordic Devzone,
I am using the simple BLE blink peripheral example that simply advertises and blinks an LED. I am using the ble_app_blinky_pca10040_s132 example found...
The Interface MCU on my nRF52-DK (PCA10040) broke, I replaced it with the same part number (got it from the BOM) and now I am struggling to program it through the JTAG port...
How does one get Mesh Network Id and Mesh Network Name on a provisioned device?
So far I have looked through the Mesh SDK API documentation, but was unable to find an answer...
Hello all,
My project based on NRF52832 SDK13 has some bug I trying to solve. Some users of my product very rarly faces with problem of constantly rebooting NRF52. After...
Hi,
I am trying to perform ADC conversions controlled by Timer with minimal manual interaction. My goal is that every 2 seconds, the ADC takes 10 samples in quick succession...
I have a project using nrf52840. The nrf52840 communication with a nbiot mcu using uart port. In my project the nbiot download the firmware from server and send the firmware...