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...
Large data volume communication appears SOFTDEVICE: ASSERTION FAILED error
However, using the same firmware does not have this problem on another board。 What causes SOFTDEVICE...
Hey Nordic Team,
I am trying to disable the SPI module to optimize my project and reduce flash usage. The Zephyr optimization guide refers to disabling unused peripherals...
We're beginning a design with the nRF5340 and are needing to make power architecture decisions. Are there efficiency curves for the internal regulators, in DC/DC mode, for...
I have an nRF 52832 running the SDK 15.2 as peripheral and have tried connecting to different Windows PCs: a laptop running a native bluetooth 5 adapter and a desktop PC running...
I'm beginner in the bluetooth environment so I don't understand everything in it.
For my project, I need to develop connection betweeen a BL652 and a smatphone.
In a first...
Hi,
For both (nRF52840 / nRF52832 ), with SDK version nRF5_SDK_15.3.0_59ac345
I am using Secure_Bootloader in the eample folder:
nRF5_SDK_15.3.0_59ac345/examples/ble_peripheral...
I found an issue when using CONFIG_AZURE_IOT_HUB_DEVICE_ID_APP to set the Azure Device ID.
Around line 88 of azure_iot_hub.c the "user_name" structure is set using the...
Hi,
Is it true to say you have two modem firmware streams: 1.1.X and 1.2.X? Are these two kept in sync in terms of GNSS improvements? I notice the 1.2.2 release notes mention...
Hello,
I want to measure current consumption of nRF9160 of the Thingy 91 with the Asset Tracker application in PSM mode without GPS. For that, I added to the function modem_configure...
Hi,
Browsing the API I only saw Enhanced shockburst support. I need air compatibility to an old 250kBit plain Shockburst communication. No auto ACK and no auto retransmit...
I have run up the CLI example to test as we will require some command line interaction and why reinvent the wheel?
I run up the example with USB enabled and UART disabled...
Hello Nordic,
I try to establish communication between an ATmega328 based board an an Arduino Nano, so far without success. The goal is to improve a RF433 "Wire". 3 weeks...
Dear All, I am using the ADC to measure 3 voltages applied on different ADC inputs and 3 different channels. My ADC configuration looks like this: And this is how I am performing...
Hi,
I recently acquired the nRFgo starter kit and nRF2724 rev 2.1 and the nRFgo development kit. I have downloaded all of the supporting software that were found here...