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,
schematic for CFAA WLCSP mentioned, QDAA is given in the documentation. I want a reference for Circuit configuration no. 1 schematic for CFAA WLCSP mentioned in the...
Hi
I am using nrf52810 chip. we are trying multilink with central(1 central and two peripherals connected at a time),one central and one peripheral is fine, but we are trying...
Hello!
I am using nRF52-DK to deploy my programs. I try to use writing to SD card in ble_app_uart_central example. Both fatfs and ble_app_uart (central) examples work...
What are the memory settings in the SES compiler to compile secure_bootloader_ble_s140_pca10056
When I try to merge:
mergehex --merge s140_nrf52_7.2.0_softdevice.hex target_application...
I want to write some values to flash before the watchdog resets. For this I have the watchdog event handler specified:
In the wft_event_handler function I write a struct...
When trying to generate a new project Segger Project for my Project
in the option "Extra CMake Build Options" want to pass something like -DCONF_FILE='prj_test.conf' -DDTC_OVERLAY_FILE...
Hi Nordic team,
Looks like the most recent nrfjprog now supports flashing modem firmware.
I tried it and got some errors. Could you please point me in the right direction...
Dear Nordic Team Support
We face an issue where on different computers, using the same setup, different throughput can be achieved.
Setup:
- Custom Device using the...
Hello community...
I was able to compile the GPS sample and flash an actinius icarus (nRF9160) using the Actinius Programmer once and it said successful.
However, the...
Hi I need the upstream Zephyr project for direction finding functionality and bug fixes. Those are not present in nrf-zephyr fork.
How do I get that to work? Just replacing...
I have uninstalled and reinstalled nRF Connect v3.7.1 - Programmer v1.4.11
nRF9160 plugged into power and blinking - switch aimed at 9160 PROG/DEBUG
No devices available...
Hey, Design nRF52832 SOIC based custom PCB board and its PCBA from the machine soldering process.
When I received the board I am able to upload code using Arduino IDE...
Hi community
I'm trying to build the nrf9160/http_update/application_update example but it keeps failing ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf...
Hi,
I would like to use MCUboot together with TF-M for an application running on nRF9160 in order to have the security features provided by TF-M while having upgrade capabilities...