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...
I've tried activating my sim from multiple browsers and it either gets stuck at the first screen where it wants the SIM# and PUK or or on the second screen where it asks for...
Hello, Nordic employees.
I am currently developing BLE5 app with nRF52840 DK and Python in Windows 10 environments.
With the python bindings you provided in the github...
I've been taking an inventory of MDK updates that have come out since the one used for my project was last updated. I was browsing through the notes on this page , thinking...
1. There is no compile-time error while building the code
2. but while debugging -
The following runtime error we are facing -
<info> app: Sensor Init successfully ...
Hello.
We are developing a project for our own board. We took the blue_ap_uart example as a starting point. The example works successfully on PCA10040, but when transferring...
Hi,
I have a problem with my nrf dongle i have working example on the DK and i could not put this onto the dongle. I tried dedicated examples and they are not working too...
I cannot find this sample in nRF Connect SDK v1.7.1.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_and_peripheral_hr/README.html...
Hi, I tried httpsClient sample on nrf9160dk. It did not work because I can not change APN settings on proj.conf. I attached my screen. What is the apn config command on new...
I have a simple prototype platform that previously uses nRF51822 which is discontinued. Now I plan to replace the BLE module with nRF52833.
Previously developed firmware...
Hi everyone ,
I want to perform DFU of SD+Bl+APP via UART.
I use nrfutil version 6.1.3.
The Softdevice is s140_nrf52_7.2.0_softdevice.hex and the application is based...
Hello everyone, i'm trying to deal with the ACS714T sensor but i can't find any samples or guide through internet the communication need to be done through ADC and SAADC HAL...
I am using the nrfx_uart and need to disable the receiption. I call nrfx_uart_rx_disable. When done once, the receiption is not working anymore, even when I call nrfx_uart_rx_enable...
I am the digital pcb and fw designer on a project using a dipole antenna defiend by the RF designer ( I have read the posts discouraging that and have taken that into account...
I am studying the ble_beacon example among the examples provided by nordic.
I want to code the beacon's uuid to indicate the mac address.
I studied to find the mac address...