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...
Hi Nordic
I used the nrf_gpio_cfg_sense_input() API to initialize the GPIO4 for waking up nrf52832 from system off mode, This IO could wake up nrf52832 successfully, but...
These two func:"softdevice_ble_evt_handler_set "
and "softdevice_sys_evt_handler_set" suggests that there are two categories/sets of events grouped into system & BLE.
...
I'm a user of nRF52 DK with S132.
I want to modify the event handler in the example application code such as ble_uart_c.
Where can i find the full list and description of...
Hello
Can I use the LORAWAN module with NRF52833? if yes, is the LORA gateway also required to send the data to the cloud, or can it be done directly without a gateway?...
TX :52840
Software version:nRF5_SDK_16.0.0_98a08e2 hardware version:
RX:52820
Software version:nRF5_SDK_17.1.0_ddde560
My test method: send 60 bytes of data through...
Hi:
I use sdk:nRF5_SDK_17.0.2_d674dde and NRF52840.
Reference examples:nRF5_SDK_17.0.2_d674dde\examples\peripheral\uart
PC connection RX-pin20 and TX-pin22, PC sends...
Hi,
We are looking to purchase the nRF52832 SoC. The data sheet says it supports a data rate of 1Mbps when the receiver sensitivity is set to -103dBm. This data rate is...
I am experiencing a strange behavior with SES 6.32, using GCC and I wonder if I should choose a different compiler.
COMPILING THIS PART OF CODE (I added line numbers for...
I want to add wifi connectivity to asset_tracker. It is required that MODEM is turned off. The program flow need to change so that instead of Modem, wifi Module is tried first...
Hello,
I am trying to read a 32-bit value over BLE but the value displays as 8-bit on nRF Connect. In my code I am sending it as an int32. Why does nRF Connect only show...
Hi There,
I have almost done the project, I used nrf52832 as central(master) and nrf52810 as peripheral(slave).
i use the blinky example and everything working fine. I...
Hello,
I am using nRF52840 and I currently am working on a application where mostly I am using central functionality (BLE connection and exchange the data) along with cellular...
I'm willing to use the 5 claused licensed code for the parts that only work with nordic hardware, but the partition manager isn't actually necessary. Is there some way to...
Hi,
I am trying to migrate a moderaely complicated nrf5340 app from sdk 1.9.1 to sdk 2.0 and having a few issues with getting the right crypto configuration. Original...