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,
I just recently began implementing the mesh stack into an existing application, using mesh v3.2 and nrf sdk 15.2.
Integration works well by using the integration guide...
I am currently working on nRF52DK and TCAN4550 using SPI communication. Regardless the SPI slave which I am using, I have some doubts with SPI Nordic library (I am using 17...
Hello,
I have been trying to configure the c_cpp_properties.json file of Visual Studio Code so that I can edit my project from there, but I can't seem to find the preprocessor...
It appears that the DFU bootloader has been overwritten/damaged on nRF52840 Dongle as it no longer resets (the red flashing led does not show) when I hit the RESET button...
HI,
I wanted to know what is the default tx power set level in S130, I took a example from sdk 11.0.0, (ble Peripheral/ble_app_uart) but i dont see anywhere this example...
I struggled for a while with this: the SDK documentation and the example application did not explain a common use case: reading and writing single-byte registers in a peripheral...
I need to measure periods with high precision, so I need to make sure that the HF clock is using the external XTAL; when the softdevice is not started (for testing mode) I...
Hello,
I am building a wireless sensor network for my coffee business, I am using a raspberry pi as the gateway with nrf24l01 connected to it, I have a bunch of sensor nodes...
HI
I have followed the below-mentioned tutorial
https://devzone.nordicsemi.com/nordic/b/archives/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0#h117sk6474thpzmbdphj6gan2vw7rzj...
PCB above my collection of audio data by codec, and then through the Bluetooth upload, the audio signal noise will be ticking ticking, may I ask what is the reason
hi, all
I added scan module at 'ble_app_uart' example..
Error in function nus_c_init. (0x08)
So when I follow the line by line, it seems that the 'registered_handler_set...
Hi,
Iam using Segger Embedded Studio (SES) v5.20, SDKv17.0.2, NRF52840 DK board, NRF52810 Microcontroller in the Custom Board
Since we don't have the PCA10040e folder...
Hello Everyone,
We are using nRF52840 IC for our products which has 1 MB of flash.
Thread Secure DFU Example provided with Nordic SDK supports only Dual Bank DFU. This...
Hi,
I'm working in the asset tracker v2 project and currently I need to do a simple hex to char array conversion. This entails using sscanf. However the use of sscanf consistently...