Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi, Any one kindly suggest and Chip based antenna for the Thread + BLE and Wi-Fi + BLE protocol in NRF54L15 protocol. Also kindly suggest the PCB based antenna for the Thread...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
While using PAWR, we see the above HCI event.
The subevent data is then empty.
Do you have any advice for debugging this?
There doesn't appear to be any helpful logging...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi,
Does Central or Peripheral UART enable ACK/NACK in the code for BLE communication? How does Peripheral recognize if Central has received all the data ? Is there any...
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. ...