In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello, nordic.
I studing nfc example for oob pairing.
So, I have to intergrate to uart example and hrs nfc example.
I had intergrated uart function in hrs_nfc example...
I am trying to decide whether to use free-rtos or bare-metal.
In the documentation for the nRF SDK v15.0.0 i see that free-rtos is not supported for the nRF52840.
However...
SDK14.2
A little background on this question.
I am creating a library where I need to add items to a queue and then process those items from the queue. I would like to...
PLEASE revise the page Getting-started-with-the-rRF52-Development-Kit to include
"confirm that the nRF52 DK has appeared as a removable drive named "JLINK"...
If drive...
Hi,
Iam using serialization application code from sdk14 nRF5_SDK_14.2.0_17b948a/examples/ble_central/ble_app_blinky_c and
connectivity code from sdk14 nRF5_SDK_14.2.0_17b948a...
Hello everyone,
Similar question like mine was asked, but I didn't quiet get the answer i was looking for. I will try to keep it simple, when I open altium files of thingy52...
Hello,
I am evaluating the module MBN52832 from Murata (Using the development kit). I have installed nRF Connect v2.3 and I have installed and launched Bluetooth Low Energy...
Hi,
In this topic , i was asking about how to increase range in mesh networks. I did some outdoors tests (clear field), changing power (-40, +4, +8 dBm) and mode (1MB and...
I am using nrf52832 to develop based on SDK14.2. I have defined a custom service . There are 7 characteristic in this service. The attribute of each characteristic is set...
When broadcasting mesh messages I use the access_reliable_t struct to set data.
I need clarification on what the contents indicate. The documentation is sparse and doesn...
I'm trying to model up current consumption of our system. I'm looking to put the nRF52840 into System OFF, no RAM, Normal voltage mode and waking up on both GPIO and USB Detect...
Hi,
Is there a list of the exact part numbers for all the components used in the nRF52832 reference designs? I could only find a pretty general Bill of Materials in the...
I am planning to make a custom board using nrf52832 ,for that i need to know what are all the steps need to be followed to perform OTA DFU to upload a custom firmware . List...
Hi everyone.
I'm working with light switch example in MESH SDK 2.0.1.
I want to provisioner working like a client. Provisioner can send command to another node to on/off...
I have to implement temperature sensor readings continuously through interrupts instead of busy waiting example in SDK in order to notify those values over BLE to cloud. ...