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 would like to change the GAP_DEVICE_NAME defined in nrf_mesh_config_app.h by DIP switch. like "nRF5x Mesh Light 1" or "nRF5x Mesh Light 2"
I have modified the light_switch...
Hi everybody, i get this error on a nrf53 with hr_coded on network coded, and UART example modified with multilink and coded_phy, tested by me on an nrf52.
The issue is...
Hello,
I was trying to get a Thingy:91 to run asset_tracker_v2 with an external GPS antenna connected to the U.FL.
NCS 1.7.0.
Based on the Thingy:91, I was trying...
Hello,
I am currently developing an application using as template the ble_app_uart.
My application works fine so far but we would like to add as a feature the pairing...
Hi All,
I am trying to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial without pressing BUTTON 1 and RESET buttons in nrf52840...
Hello, I am using sample hello_world app in SES, in the main file of which there are two print statements as: During flashing and debugging on the board, execution enters...
Good day to you,
I cannot find any reference/documentation whatsoever that relates to the following type of code... 4 lines of example code is below (from this link https...
Hi All,
I am trying to do Device Firmware Update (DFU) with MCUBoot bootloader for nrf52840 DK and I am following this link https://devzone.nordicsemi.com/guides/nrf-connect...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I am reading and writing data using FDS. If you execute fds_record_update at that time, the error of...
Hello,
I'm using the off the shelf Asset Tracker V2 and the application is sending GPS position and other sensor measurement at every 2 minutes.
Is there a CONF to change...
Hello developers,
I saw the process of bluetooth scanning from nordic infocenter.
Scanning for advertisers performing legacy advertising
In this picture, I don't understand...
Hello,
I have an application that runs on a 9160 which uses mbedtls (via TFM) to connect to an AWS server. The application is using a CA that you folks have given me in...
Is there a way to change a build configuration after it was created?
I want to change the kconfig fragments it is calling, but I was no able too. I have to delete and create...
I am trying to test TLS communication between TCP server and client so, how I should generate the certificates and how to provision them in TCP server?
Can I use OpenSSL...