Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
I'm successfully using nRF52832 on custom designed PCBs. I've been trying I2C communication (nRF is the Master) using the TWIM driver. This has worked successfully at 100kHz...
Hello all
I suspect this is a simple coding error that was I not a complete beginner I'd know how to fix.
I'm using the YouTube series to work through here : nRF5 SDK...
Hi,
i have add the group filter specific to the nRF5340 Audio application to the west manifest file by running the following command:
west config manifest.group-filter...
Hello everyone,
I am using Thingy53 device, For the first time when I switched on the device, The LED light blinked twice but since after that it is not blinking also...
Hi!
I'm testing ubidots, which require a 35 character long username to connect with MQTT. This fails, and mqtt_connect gives me error -12 ENOMEM. The same code works fine...
I am working on a nRF52833 chip and using nRF SDK 16.0.0 version. I need to analyse the memory footprint of my project for which I would need access to .map and .axf files...
Hi
I'm new to programming and recently started working on nrf52832.
I'm working on a wearable device that monitors patient's vital. I'm using MP34DB02 digital microphone...
This might be a dumb question. I have a pretty simple modification of the mqtt_simple sample application on an nRF9160DK where I have subscribed to multiple topics. I see...
Please point me to a good tutorial page or video beside "tutorial on SSL.com". I would like to learn step by step on how to make certificate like this for nrf9160 using http...
I'm trying to figure out a way to monitor the TX data when using the SPIS. When the slave is requesting to send data back to the master, we are asserting a pin. When all of...
Hi,
I'm implementing a composite hid device using nrf connect sdk 2.0.0, I do checked the hid-cdc and hid alone samples but there's still few problems that confused me...
Hi , i have been trying to implement the DS18B20 sample of zephyr taken from GitHub
I am having a lot of trouble in building the code , it comes up with very different errors...
Hi,
I'm using ble_app_template to implement my custom solution. I can read battery values, but I can't read custom values.
As a reference, I'm using ble_app_cscs, and...