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...
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...
Hi.
I'm working on a project based on the USB CDC ACM sample from Zephyr, which builds correctly for nRF5340DK, but gives an error when trying to build for nRF9160DK due...
Hello,
I am working on a project based on the nRF52810 custom board, I need to use several slave nodes to communicate to the gateway node/ server.
I need to improve...
Hi,
I want to use the nRF9160 SiP to connect via NB IoT to AWS IoT server but I don't want to use any SDK, I only want to use AT COMMANDS, there is some process that I could...
Earlier I created a project in SES for nRF5340. The simulation and debugging was quiet simple and easy to find the fatal errors, run time errors etc. Same features are not...
Hi,
I working with NRF52840 DK board, I need to read some potentiometer values from 0 to 10 using ADC with ble_app_uart. I have combined SAADC code and BLE_APP_UART code...
Hi,
Due to shortage of pins SPI CS is reconfigured as GPIO while SPI is not used. Soft device is not used.
Problem is the delay that is needed after nrfx_spis_uninit call...
Hi !
I use the NRF52832 and with Segger Embeded Studio to code.
The problem I have is that for some reason, my uart don't work after using an I2C write protocol and I...
Hi,
I tried to send a packet larger than 20 bytes by calling bt_nus_send on peripheral_uart but failed.
After checked on DevZone, I found some similar problem and did...
We are having connection problems with our nRF52832 based HID device only on Windows. I've attached packet captures taken with the nRF sniffer (nRF52 DK) and in Windows with...
Hi,
I looked at some of the questions on the forum and they didn't give me good advice. Currently all I can do is nrf52832 Security 1 Level 4 and nrf52833 Security 1 Level...
Hello
I try to write functions to modify the publish and the subscribe addresses. Unfortunately not all is working, attached you will find my code.
Problems:
1.pubish...
Hello
I'm using nrf52820 chip with Segger embedded studio and nRF5_SDK_17.1.0_ddde560 also soft device "s112_nrf52_7.2.0_softdevice" .
I want to add DFU through BLE support...
Hello,
nRF52840, SDK17.2, keil5, EC11 codec button
Output the same log in the positive and negative directions,
Turn one space: <info> app: cnt=-1 acc=1 accdbl...
Hello Everyone,
First of all, what a terrible experience this has been. I'm trying to use custom RSA private key in order to sign the firmware before we go into production...
Hello,
I am supposed to get to learn the nRF52840 DK, so I can start programming with it. I managed to build an executable for the blinky example using make in the Terminal...