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...
I am attempting to send 13 bytes over UARTE1 on the nRF52840. I'm using the ASYNC API in Zephyr. When I look at the output on an oscilloscope, some of the bytes show up in...
Hello, developers! I am wondering if the Light switch demo and the thingy52-mesh-provisioning-demo serve the same purpose. I tried to run them combined: the first one on an...
Hi,
I'm completely new in the nordic development area and I'm trying to read sensor data from a DHT22 Temperature and Humidity sensor.
I'm used to directly include libraries...
Hello:
I am working on a USB bootloader project. I am running into the issue where the USB will not boot on first start up but boots following this. I read some of the previous...
It appears that there is a bug in the antfs.c sample code in version 15.3.0
nRF5_SDK_15.3.0_59ac345\components\ant\ant_fs\antfs.c
It the transport_layer_cmd_decode(...
I have a custom board using nrf 52382 with NFC. While Developing application I have checked nRF52832 Revision 2 Errata .
I have a question related [218] NFCT: Frame Delay...
Hello,
Our application runs over nRF52840 + SDK16 + FreeRTOS and we are using libuarte application to drive the UART. We found that the app_timer_freertos.c doesn't provide...
Hello ,
When i am using sdk functions with freertos some of the callbacks/functions requires (for example) xTaskNotifyFromISR() instead of xTaskNotify .
So how can i decide...
I am going to mass-produce beacons with built-in ble uart app sample.
However, I am not sure those produced beacons will have unique mac-address.
In my view, those are...
Hi all i am trying make a communication between esp32 and nrf52840 using UART. Initializing the uart driver was proper and pins also correct. when nrf start transmits then...
Using nrf52810 SDK 17 ble_app_hrs for my example, and i add some code about the passkey
Now the situation is after I enter the passkey on my Iphone nRFconnect app, and if...
As with my recent inquiry about a softdevice assert at PC=0x24e70 , I'd like to know which assertion fails in softdevice S132 version 7.0.1 at PC=0x157ec.
Is there a table...
Hello,
I observed a weird behavior when I changed to nRF52840-DK from nRF52840 Dongle. I am using the device as an SPI slave connected to a Raspberry PI as SPI master. ...
While trying to execute the light switch example, i was able to set the nrf52840 as evaluation board as proxy server but failed to do the same with the dongle.
2)When...
Hi,
When running the at_client example, I send the AT+CFUN=1 command via the LTE link monitor. After a few seconds, the nrf9160 reboots.
I want to say that before my program...