Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
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...
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 ,...
I am using the current nrf-sdk v2.1.0, which includes the matter version v2.1.0 from the Nordic repository.
I encountered an error that setting CONFIG_DEBUG will result...