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 am using NCS v1.5.0 and an nRF9160 on a custom board, my application has a custom SPM and the secondary slot for the firmware image upgrade is stored on an external...
Hi,
I'm developing a peripheral sensor and central receiver as a complete set. So I wish the peripheral is only visible(or connectable) to its central device.
I know the...
Hi there!
I wanted to do a little side project that's something completely different than BLE Mesh (which I do for work). I decided Zigbee would be fun. Even more so because...
Hi,
I have an nRF52840 DevKit and dongle and am using SDK for mesh v.5 with SDK 17.0.2.
I want to update the firmware in a mesh network and am working on the mesh DFU...
I am using nRF52832 S132 V7.2.0. I am using ble_app_hrs_c example.
I only set nrf_ble_scan_filters_enable(&s_scan, NRF_BLE_SCAN_NAME_FILTER, true) to scan and match successfully...
Hi,
I am interfacing the Peripheral_hids_keyboard + peripheral_uart code
I code can print all the log info data printk and printf data in uart console
I want to separate...
Hi,
I've been working on the hrs example for nRF52840 DK and I wanted to add buttons to the project. For the first button (I took from app_blinky), it is working perfectly...
Hi,
I got a problem while updating BL using ble OTA DFU.
in NRFConnect App log it is showing as follows
nRF Connect, 2021-07-02
DfuTarg (E3:62:FA:A7:AB:D7)
V 17:09...
Hi All,
We've build multiple applications based on Thread. Now, with time our applications are getting bigger and complex, so we decided to integrate FreeRTOS into our applications...
I'm trying to get Multicell Location working.
At the moment it won't compile.
I've tried with Skyhook key and NRF key.
prj.conf as follows:
I'm using nRF9160DK_nRF9160ns...
hello.
Can I tell me How to write application to flash with softdevice s132 v7.0.1.
I want to write application softwear to nRF52832 using command-line-tools (v10.12.2...
Hi,
I have looked at a number of posts with respect to this error, but I still could not work out my issue. Board: nrf52840dk (PCA10056 2.0.1, 2020.37) SES: 5.50a and 5...
Motivation: I would like to use SEGGER Embedded Studio V4.10 to use sample projects whose size is not available in keil(no license).
Problem: I can't check the operation...
Hi Team,
Can I automate BLE test cases using nRF52840 DK ? If yes what is the procedure to follow.
My DUT supports central role and I want to make nRF52840 DK as peripheral...