Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi, I am trying to add timer information to the sending packet. We created some space(manuf_data) to store data. However, the problem is we do not know how to put actual-time...
Quick Summary: - Devices used: nRF52832 (Central), nRF52840 (Peripheral)
Example based on : BLE Scanner
Hi Team,
In my current application, based on a BLE Scanner Example...
Hi,
I'm using the latest SDK v16. I got the following error when call peer_manager_init()
<debug> nrf_ble_lesc: Initialized nrf_crypto. <debug> nrf_ble_lesc: Initialized...
Is there a recommended way to inspect the state of the heap? I haven't found anything obvious yet. I'd mainly like to know the amount free, the largest block, and perhaps...
Hi,
I start developing with ble_app_template and DK
I combine uart spi twi into it
It can connect to my phone(nRF Connect APP)and work fine on DK
However when i use...
We want use Nordic chips as the transfer medium for our data frames in mesh-like network.
So we don't need ATT,GATT,GAP,SDP,SMP and all high-level things.
As I can see...
The Device State Manager (DSM) will erase the flash if any of the following parameters have changed since last boot.
DSM_NONVIRTUAL_ADDR_MAX
DSM_VIRTUAL_ADDR_MAX
DSM_APP_MAX...
Hi,
I am using SDK15.3 very well with Keil 5.28 ( I cannot update because my licence for 5.28) When i try to change my sdk from 15 to 16, i have problem. I tried change...
I have a custom nRF52832 device acting as a peripheral and a central. Acting as a central device it reads the device information from a nRF52832 peripheral device. Now I want...
Hi
We've some trouble with the UART (not UARTE) of the nRF52840. We use a baudrate of 38400. Because of HW limitations and power constrains, we do either have flow control...
Hello,
I am trying to test using NFC pairing with the nRF52840, but I am having trouble connecting to the device with the built-in android NFC Pairing prompt without the...
Came across a weird anomaly the other day when doing some temperature testing. One of our boards came out of it not running code and the reset line on the 52840 was stuck...
Hi,
I am trying to do geolocation using the NB-IoT chip on the nRF9160 DK. Therefore, I need the PCI and RSRP from multiple nearby base stations.
After enabling the radio...
Hello,
I am trying to merge NUS client (ble_central>ble_app_uart_c) with Multilink central program (ble_central>ble_app_multilink_central) such that the central (nRF52832...