It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
when i use IOS to connect my device, and disconnect, disconnect event will missing, but it's happend sometimes, not always.
how to fix it?
SDK: 15.0.0
Hello all,
We got the fail situation and we tried to find the solution to fix it.
Our develop situation :
nrf52832/SDK 12.2.0/Windows
Our products already went to...
Hi, I have some question need your help.
I use SDK 14.0.0, S132 and peripheral code. and then I define two peripherals of function in the nrf52.
Q1: My product needs bonding...
NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, pContext );
evidently I register here a callback "ble_evt_handler" to the softdevice for ble...
[development software, with versions]
nRF5_SDK_for_Thread_and_Zigbee_v1.0.0
RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha
NCP example located in <InstallFolder>/examples...
Hi,
I am working on a project that I need to trigger a device (Coded with c language) through beacons. Is there any example code or functions I can leverage for these purposes...
I am developing Beacon using nRF52832, I want to send advertise using different Channel numbers.
To implement Channel Diversity I want BLE to transmits in three advertisements...
Hi,
I would like to connect nearly 20 heart rate bands to the nrf52832 which has to configured as the central board and has to collect all the heart rate data from the peripherals...
Hi, I have a problem with my custom PCB.
Im ussing Segger in Mac, the latest sdk (15.02) and the latest softdevice too.
I have a custom pcb with a buzzer and when...
hello,
I faced interesting problem which I fortunately solved and would like to share with others because I hadn't found any information on this.
I am using nRF51822 on...
Hello,
we are currently trying to create sensor networks with the nRF52840 Dongle . Our first RSSI measurements in the field show that the orientation (rotation) of the...
My Software as follows: nRF52832 DK(pca10040) nRF52 SDK15.0.0 mesh 2.1.1 SEGGER Embedded Studio 3.12
I want to transplant "examples\peripheral\pwm_library" to "examples...
Hi,
We have a firmware application using SDK 12.3 and Softdevice S132 V3.0.0 running on a nRF52 controller.The firmware is used pheriperial BLE device and provides a GATT...
I am working on ble_app_hids_keyboard example code. I downloaded the bin file in my eval kit and tried to connect the Nordic_keyboard device with my android device. Then,...