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 am currently trying to perform DFU update over BLE, I am working on SDK v11.0, and Softdevice S130 v2.0.0. My traget is an nRF51822-QFACA1.
When I enter in bootloader...
Hello everybody,
I'm designing an app to track the position of the smartphone using six beacons and, in order to do that, I made some measures both indoors and outdoors...
Is there any example combining the Serial and Over the Air DFU for the SDK13?
Or the posiblity to combining the two features into a single bootloader?
What steps should...
Iprogram the bootloader.hex to 0x78000 with jlink.Then in my application program,I set the NRF_UICR->NRFFW[0] register as belew:
static void write_uicr_customer_register...
When power on,run app first at 0x1f000,then reset and run to boot loader at 0x78000,how to set UICR registers to make this come true?I try to set the NRF_UICR->NRFFW[0] in...
Hello,
I want to build a system which will use 2 nrf8001 to communicate. 1 nrf8001 will act as a client by continuously transmitting its UUID and another one will act as...
I am working on RTLS project. I want to perform DFU in beacons but not getting proper information .I went through ( devzone.nordicsemi.com/.../) but i think it i for SDK 13...
I have a hex string like this 58FF1CE5.This is corresponding to One date time 16/09/1955 .(ie in MM/dd/yyyy).How can i do this in ObjectiveC, I am getting this date in didDiscovercharacterstivc...
After some search I found that accepted values for tx power are -40, -30, -20, -16, -12, -8, -4, 0, and 4 dBm.
So my questions are
once I set the tx power using ...
I will code 1 to 2, however, was not successful
code1 :
u8 IICwriteBytes(u8 dev, u8 reg, u8 length, u8* data){
u8 count = 0;
IIC_Start();
IIC_Send_Byte(dev);...
Hello Nordic Team,
I would like to know if it is possible to do a DFU of my SDK10 based application ( s130_nrf51_1.0.0_softdevice + SDK10 Bootloader ) on an nRF51822 (32...
Hello to everyone in this community,
I am new with NordicSemi chips and I have the Development kit 52832. I opened the example folder from the SDK 13, SPI slave and i saw...
Hii all,
I am working on a project where I need to store data to persistent storage and retrieve back when the board is restart. but now we are migrated to simultaneous...
hi, our company has developed bluetooth device based on nrf51822 chip with softdevice s130 8.0.0. Also, our company is sensitive to certification costs because it is a small...