Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
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...
Hi, I am currently developing on nrf9160 DK, and would like to set pins 0.14 and 0.15 as analog inputs to read data from sensors, similar to arduino uno, but not sure how...
Hi,
I developed a firmware without softdevice for a custom board with nRF52840
I recently decided to add a bootloader to my application and I based my bootloader code...
Hi all, I have worked on a Central device, whose objectives are to scan specific beacons (filter using MAC address), make broadcast and establish connection with specific...
I'm developing with a Thingy:91; here (New Zealand) we have both M1 and NB-IOT but in some locations where the product will go there's only NB-IOT so I'd like to verify the...
I have a nrf52832 custom board that I program using sandeepmistry Arduino core. Nothing to do here, I know it's Arduino but everything still works under the Nordic basis in...
I can't seem to connect the Thingy 53 to my VS studio. I am able to connect the thingy 53 via phone and I can connect it on my NrF programmer but I can't seem to find it in...
Hi All. If I wanted a book to learn embedded C programming focusing on nRF52, which one would you recommend for a starting level? And for the intermediate level? Thanks
What are the limitations on drawing current from the nRF52840 VDD pins? Are there continuous and transient limits on how much current can be drawn?
We are powering peripherals...
Hello,
I am working on adding BLE central capabilities to our device by using the ble_app_multilink_central example project as a template. Currently I am adding the expected...
Hi,
I development a elock device to use nordic 52832 chip. I want to transfer some information between phone app and my device. Like UUID / user account / user password...
Hi, My PC have already installed the nrf connect sdk with version v1.2.0. How can i update the nrf connect version to v1.2.99-dev1? Please give me a few complete steps .
Hello everybody, i am trying to use BLE central uart sample software in zephyr, on nrf52840 dongle. I mapped the uart outputs on pins 20 and 24 of the connector, made the...
I have created custom characteristics by
BT_GATT_SERVICE_DEFINE ( vnd_svc ,
BT_GATT_PRIMARY_SERVICE (& vnd_uuid ),
BT_GATT_CHARACTERISTIC (& vnd_enc_uuid . uuid ,...