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 Nordic,
I am a beginner in programming outside of the Arduino IDE. I'm familiar enough with C to understand much of the code in the examples, but using I2C with the...
Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.
My team is implementing a default key for the first connection to device.
During the connection, we plan...
Hello, I am currently trying to build the lwm2m_client sample on my nrf9160DK but I am facing these issues in my Kconfig file, specifically with the BSD_LIBRARY dependency...
Hi,
I noticed (as highlighted in screenshot below) some of the IP based BLE projects under “Experimental: IoT Examples” found in all previous versions of nRF5 SDK that I...
Hi
We've recently added FreeRTOS to the firmware of an existing product (primarily to pre-empt big chunks of 3rd-party code over which we have no control and execute them...
Hi,
As discussed, the instructed PCB land pattern for nRF9160 is according to Product Specification:
However, we have noticed that land pattern exceeds nRF9160 dimensions...
Hello ,
I am trying DFU over BLE.I am using SDK 14.0.2 .
i Flashed Bootloader Code and Softdevice 5.0.0 .then Device is Starting Advertised as DfuTarg and As Mention in...
Hello,
i have one nrf52840 board with a coded phy scanner and another sending advertisings, when it are close , i received in the scanner 100% of Advertisings, but when...
Hello,
I'm doing some initial investigation with the nrf9160 DK and after some reading and testing, it's clear that significant part of the low-power capabilities is determined...
Hi, I'm using nRF52 DK (nRF52832), demo code <TWI sensor>. I'm using this slave sensor to communicate with Master nRF52 DK. My code gets stuck at sensor_set_mode() function...
Hi,
I am trying to test the eligibility of updating my project from SDK 16.0 to 17.2 using DFU. I programmed just softdevice and bootloader of SDK 16.0 and made a package...
Hello All ,
I want to use timer 2 of nRF52810..my code is not giving any error but timer is also not going to IRQ handler...but if i made the same changes for timer 0 it...
Hello,
I'm using Seeger Embedded Studio and S132.
I'm trying to include ble_nus.h to ble_app template and compiling. But it gives this error:
2> In file included from...
hi,
I have following setup test cases .
Case 1 DK2 , DK1 Initialized with CLI directly
1a DK2 , DK1 Directly connected to CLI Every Thing Works
1b DK2-to-DK1-to-CLI...