Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi,
We have below questions regarding HFXO.
1.> Will softdevice or nordic HW be able to recognize that the 32 MHz crystal is non functional during run time (after the...
Hi,
I'm trying to flash the secure_bootloader example onto a nrf52840 DK, after generating a private key, flashing with SEGGER embedded studio worked, the device entered...
I have 2 questions, both related to power/current consumption.
My setup is a custom board, with mfw 1.1.0. I havev arlier seen current consumptions in the µA-range. I now...
Dear Nordic Support,
I am doing some test on the Thingy:91 v1.0.0 in Vietnam. I am running 2 examples: Asset Tracker with NB-IoT + GPS and GPS .
When I use the stanalone...
Hi,
How i can make the low power node to wake up until get acknowledgement . Please tell me how many ways we can try...In my project i used initiate_friendship() function...
It appears to me that the zb_zdo_ep_resp_t struct is missing a variable value attribute since the actual list of end points is missing. Should it not be similar to zb_zdo_match_desc_param_t...
Hallo All :-)
As an enthousiast hobbyist I've developed a custom board around an nRF52832-CIAA. When I started testing with a BLE secure bootloader from the SDK16 examples...
Hi,
I am currently working on " asset_tracke r" application. Actually, I need to read 128-bit UUID values of the BLE ibeacons present nearby the board (PCA10090) to be captured...
Hi, everyone!
We try to use THINGY:52 board for debug our MEMS lib from external sensor. But before use external sensor (i2c bus) i can't burn standard firmware that compiled...
Hi all,
I'm working with the reception of 802.15.4 packets on nRF52840 for which I have configure the radio as follows:
In the application loop we have:
...
Hi,
I am using nRF52 SDK v16 and I am wondering where one can find relevant information regarding peripheral event handlers.
Here are a few puzzles I have for now:
...
the central(phone) connected my board,when i call sd_ble_gap_disconnect ,sometimes,not every,return err_code =0x00000008,and not firing BLE_GAP_EVT_DISCONNECTED,also not advertising...
Hello All:
I am working on the time service of NRF52. As I know, there are two standard profiles refer to the time service, one is CTS(Current Time Service) and the other...