But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Good day
I am trying to use lwm2m_engine_set_float on the lwm2m_client sample to change the sensor value.
Referring to the above link, the sensor value is set in the...
I am trying to evaluate transitioning a product from the NRF52840 to the NRF5340, but we have a critical feature that uses specific functionality of the PPI. It seems that...
Trying to integrate memfault SDK to nRF SDK 17 segger embedded studio. But couldn't understand the below section. Can someone help with passing flags to linker and also adding...
hi,i use SDK17.02.
l use ESB RX mode, I need send the ack payload data, and I can only write it for 8 times. After I write it for 8 times, I use nrf_esb_flush_tx() to clear...
I am building a Thread Coprocess using the nRF Thread Coprocessor template . Everything seems to work fine except when I use the OPENTHREAD_MANUAL_START=n config in the prj...
hi dev.
I study ble uart.
and I succeed connecting with dk board(peripheral) and nrf tool box(uart).
and I also connected with dk board and putty. // like that computer...
Hello Community,
I am trying to test mqtt_simple sample on both of nRF9160-DK(nRF9160 SICA B1) and Thingy91(nRF9160 SICA B0). My hardware version: nRF9160-DK: 1.0.0 Thingy91...
Hi!
Is it possible to configure a the nRF52833 to a fixed radio channel, on which BLE signals are received (Only RX-mode)?
Thank you very much for answering my question...
We have a keyboard, and user can switch to different central device.
In old nrf sdk, we use different mac address map to different cantral when bonded.
But in ncs 2.0...
Hi,
I try to design own IoT project with nRF but I don't know where I can started. Is nRF BLE supports Alexa and Google home? And can you share some documents or example...
Hello
I could not find a statement on the permitted (re)use of the hardware design files provided for your DKs.
Is it fine to base a commercial product containing an nRF5340...
Hi,
we are using nRF52840 and we are now about to start certifications with it, VERY SOON.
We are planning to use DTM for that. I am trying to test it with nRF Connect...
We need to add the functionality of radio test to a BLE Application. Normally, BLE is active, but we need the ability to stop BLE and execute radio tests upon command. When...
Hi:
I want to use hello_world example OTA nrf9160.
Reference application_update example .
How to use application_update?And How to modify hello_world into a file that...