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,
I've been implementing a ZigBee end device for a while now. At this stage, I feel already comfortable enough to move to the PCB design part.
However, since this...
Hi. Thank you for your interest in my writing. I'm working on the IOS and the Multiple Connection project at the experimental_ble_app_multiperial example. My current project...
Hi, I just received my nRF9160DK and I have been following the guide to getting it online. I'm at the stage where I am trying to activate my SIM card that came with the kit...
Hello
I am using sdk17 and st7735 drivers in GFX example.
Later, I will add several UI to the display, but now I am simply outputting sensor values.
Below is the code...
Hi Nordic
I use nRF52820 and SDK 16.0.0
I need to print a lot of message in order to debug the program.
I use NRF_LOG_INFO to print massages
I found that if I print...
Hi there,
This is more of a architectural question for Nordic developers or anyone familiar with Thread, NCP and Border Router.
I've been able to demo Thread local (short...
I am getting +CESQ: 99,99,255,255,255,255 indicating no coverage with the IBASIS SIM. my post code is BT28 2SA. IS there a NBIOT or LTE-M provider in Northern Ireland?
My question, at the top of the document linked below it has the line “ This information applies to the following SoftDevices: S132, S140, S212, S332”
https://infocenter...
Hi,
We are developing the Bluetooth based weight scale product.
We have successfully developed the project using nrf52840 DK board but now we are planning to develop the...
Hello,
I am working on nrf5340DK board and with sample example central_uart. I wan to find at what speed the application clock is configured and also want to change it...
There are lots of questions in the community related to use of multiple advertising sets. Common answer has been that it is "not support at the moment", see e.g.
https:...
I am using nRF52840-DK as a BLE sniffer. I have set up Wireshark to sniff the packets. Between c entral and Peripheral, there is an authenticated LE secure encrypted BLE connection...
Hi,
I'm working with a modified version of the secure bootloader included in the nRF5 SDK 17.0.0. I'm using an nRF52832 to update an STM32 over the air.
I have two update...
Hi all, I need to use the nRF5340's SPIM4 peripheral for 32 Mbps communication. I see dedicated device's pins are pre-assigned on nRF5340 for SPIM4, ad I want to use these...