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...
Hello Everyone,
I am using NRF52840 development kit, I have compiled the code using SDK15.0.0. I am using soft device as well. I have to implement flash protection in my...
Hi,
I’m finishing the design of a nRF5340-based custom board featuring a NFC coil-inductor antenna. Will orientation of track turns - clockwise or counterclockwise - affect...
Hi,
I am looking for example/ sample implementation of secure boot/ erase using NCS SDK v1.6.x, suitable for nRF52833.
Please point me where I can see such code, or document...
Hi,
I'm trying to integrate buttonless dfu to our project. We don't have any security concerns and given the existing project constraints, it's not desirable to use peer_manager...
Hello,
I tried the smp_svr example with the nRF52-DK of sdk 1.6.1., i compile the solution whit segger v5.50c
I connect with the NRFConnect Device Manager app,
I try...
Hi all,
I am trying to get started with the Nordic thingy 91 but I am not able to update the latest firmware.
The programmer is only showing one Serial port. The instructions...
Hi Nordic Team,
I have interfaced bme280 with nrf52840 and I got the temperature successfully. I have used https://github.com/knuta/nrf5-bme280-twi link for that.
Here...
hi.
I use nrf52840 sdk nRF5_SDK_17.0.2_d674dde.
I need to control the H and L changes of IO within 300ns, I want to turn on the high-frequency part when necessary, and...
Hi nRF team,
we are building our project on top ble_template_example, and we want data encryption for bluetooth data .
we have seen below ways :-
1.) AES Encryption...
I had a generic USB dongle that I used to receive beacons on my machine from an nRF52832 chip.
To be able to perform OTA DFU, I replaced that generic USB dongle with an...
Dear NORDIC Engineers
I have a qustions about NRF52.We have a project that used NRF52833.We want to add the AOA&AOD function to the project.So I would like to know about...
Building the pc-ble-driver on an Arch Linux machine fails with the following error
./pc-ble-driver/src/pc-ble-driver-4.1.4/src/common/transport/uart_transport.cpp: In member...
Hi,
I'm considering using NRF52832/52840 as BLE central while configuring its I2C as slave.
Should I initialize I2C with TWIS instance? How do I suppose to set the slave...
Hello,
I am using the SMS sample of the NRF9160 SDK version 1.6.1. It allows to automatically send a SMS to a precise phone number, and to receive SMS.
As indicated at...