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...
Hi
I would like to know what the easiest way to get a signature-less bootloader from your DFU bootloader examples. For me it looks as if the open_bootloader is not very...
I understand that the only supported method to upgrade the modem firmware from one major version to another (e.g. 1.1.x to 1.2.x) is via JTAG. As an educated guess, I would...
To the kind attention of Nordic support team,
when I open generic_nrf52833_xxaa.emProject in sdk16 in order to compile, I get this error:
(Anyway it happens when I use...
Hi,
I'm working now with the uart connection between NRF52832 and SIM868 module, my question is:
Is there any uart interrupts implementation (examples), i want to receive...
Hi everyone,
I am in the phase of evaluating different chips and need to know the number of PWM channels for the nRF5340 and can't really find this information. The product...
Hello guys. I have six of these boards nrf52840
Do you have any Arduino Bluetooth sample code for using six or seven of these boards in a peer to peer network setup? ...
Hi , i have implemented a event to flash handler with NRF_SDH_SOC_OBSERVER and it work . But I need to know which operation is related to the event , Es: void FlashEvent_Handler...
I am trying to open HTTPS client project from \v1.2.0\nrf\samples\nrf9160\https_client i am facing below error.
I tried opening different project still i am getting same...
Hi,
I followed this thread ( Link ) to implement a simple message model on the light switch example from nRF SDK for Mesh v1.0.1. I created a "send_simple_message" function...
Hi,
Our custom NRF52840 device uses a cellular modem. We communicate with this modem using AT commands.
We will also be hooking up our devices to a custom server that...
Hello,
I have recently purchased an nrf9160-DK for a project I'm working on here in the UK. Having fired it up and realised that the iBasis coverage is minimal where can...
I'm starting to try to figure out a secure OTA process using the 9160 and tools that Nordic has provided in the SDK and I am confused by one thing I'm encountering.
What...
Hi.
I want to test my iBasis SIM card for NB-IoT with nRF9160DK. So, I tested with the "AT_client" example. I have followed "Getting Start with nRF8160 DK" instruction and...