I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
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...
This is in reference to: devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader
On step B1, it says: " Next step, inside SDKFolder\external\micro...
Hi,
I'm working on a project where the NRF52840 chip is connected to multiple peripherals (4 of them) through SPI. The hardware has been designed in a way that each peripheral...
Hi, I am using the ant_plus/ant_bpwr/bpwr_rx code as a reference to capture power data from an SRM power meter. I am at the point where I get the following messages, which...
Title says most of it. I'm wanting to perform an OTA DFU of an nRF52840 running NCS 2.0.0 using my android from either the nRF Connect Device Manager or nRF DFU app. There...
This is my first time developing for Nordic processors. I am using Zephyr 3.0.99 with the nrf52810 on a ublox BMD-330 eval board. I connected a W25X20CL 2M-bit chip via the...
I've got a working nrf52832 application using central role to connect to another peripheral. I also want to enable SMP DFU mode - so the app needs to advertise and behave...
Hi,
I am using sample code v1.8.0\zephyr\samples\net\sockets\dumb_http_server to test USB RNDIS
I did some changes in overlay-netusb.conf gile lik
# USB Device settings...
I'm interested in seeing what the NRF debug adapter does, using Jlink
2022.7.111 - nRF Connect for VS Code
I can't get it selected and the documentation is not very...
Hello I'm trying to get the lower consumption with this EvK in power off mode. I was expecting around 0.5uA but the minimum I get is 1.8uA ~ 2uA.
The measure has been done...
hi,
I have a got a nrf9160dk and also a custom board built on nrf9160. I want to know which programmer to use for nrf9160dk first and subsequently can use it for testing...
Hello Nordic Team,
I was priting logs using RTT _LOG APIs
I can able to see timestamp while printing it
<t: 16775755>, main.c, 295, --------------------------------...
Hello Nordic Team,
I have a question out of curiosity.
BEACON debug prints has been enabled. And I am seeing these prints for every 10 seconds.
Below is the log
<t...
for the NRF9160 I have 256KB for RAM
however, only 128KB are available for my software, since it's defined as nr9160ns
how can I assign the full 256 kB for my software...
I use Nordic BLE Mesh example(Light Switch), I want to implement remote control. The following is the topology map, and the publish & subscribe address(Group address) has...