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...
I am testing an example from nRF SDK 7.2.0 on a custom board with nRF51822 QFAAH2 chip. This simple example is ble_app_template adapted for Segger, it should advertise and...
At boot-up of the Zephyr kernel drivers are loaded by default.
Is there a way to change this? I prefer to load the drivers depending the board configuration.
I can see...
We're developing a product using NB-IoT, lwm2m and the nordic nrf9160 mcu.
What we're observing ist, that using the latest nordic connect sdk, multiple lwm2m ressource notifications...
Hi,I have program the hex file "nrf52840_xxaa_pca10056_uart.hex" into my PCA10056 board, But t he first device is not created (as a leader)after clicking "start scan" button...
Hello everyone,
I am currently using the Nordic-Thingy-91 to test the nRF9160 and other components on the board. Now I am trying to implement a simple motion detection with...
Hello, I am trying to debug Zephyr hello world example on an nRF52840 DK. For my setup, I am using eclipse with the zephyr plugin . Following the plugin readme documentation...
I'm learning whitelisting with the HID Keyboard Example nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hids_keyboard\
Question - is there a way to create a new...
Hello,
I'm trying to evaluate a project that works on the 52832 to see if its an easy port yo the 52805. However, I can't seem to find a base make file to start from. I...
Would like to know what is the status of the FCC (CE) certification of the nRF52840 Dongle PCA10059? I know there are various modules available that are FCC/CE certified,...
Hello,
My goal is to use the Jlink JTAG for programming custom nRF52 boards (specifically, nRF52840) using minimum number of wires. The default Jlink JTAG is a 20pin connector...
Device: nRF52833
Board: nRF52833DK
SDK: 16.0.0
Soft Device: S140 7.0.1
IDE: SES for ARM v5.34a (64-bit) - Nordic Edition
Description of Issue:
I'm using the radio...
I am using nrfutil version 5.2.0 with Python27. I attempted to build several times and I got the same error. Please let me know what is " mergehex failed for an unknown reason...
My nRF52840 was recently corrupted. I was able to run through reset and downloaded the latest MCU 'J-Link OB-SAM3U128-V2-NordicSemi 170724.bin' onto the board. So now it shows...
We are preparing a product (based on nRF52840) for manufacturing and currently defining the production test process.
The product is hermetically sealed with no external...
Hello,
I'm currently implementing a multi-endpoints Zigbee device using an nRF52840.
This device is a router which have several "GROUPS" clusters (one in each endpoint...