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...
Hello,
Happy New Year.
I'm not able to find nRF52840-QIAA-T or any replacement of this SoC available in the North American market.
I need atleast 5 SoC of the...
Setup: nrf52840 (without internal dc/dc), VDD = 3.3V
Assuming the VDD rail ramps up slowly, the nrf52 will start booting at it's power-on reset threshold of 1.75V (POR)...
Dear BLE Experts, I've followed this tutorial to create a custom GATT service and characteristic. The tutorial seems to be based on the BLE SDK , not the MESH sdk, hence the...
Hello,
Our company is kicking off a project (while we are at the very beginning stage) where multiple nodes (up to 1K) should be connected within a mutual network. I wanted...
We are looking to increase battery life for a product that uses the nRF52832. I'm wondering if it's possible to provide 1.3V directly to the DEC4 pin rather than use the internal...
Hi, I'm referring to this post over 3 years ago: Nordic DevZone (nordicsemi.com)
I'm using Android 8.0, and I'm using SDK 12.3.0 for firmware. I'm trying to create bond...
Hi,
I noticed that when I initiate a chip-erase on the flash-chip and reset the MCU, I'm getting NRFX_ERROR_TIMEOUT's on my nrfx_qspi_init().
I found this ticket: https...
i am using nrf52840 DK with softdevice (s140_nrf52840_5.0.0-1.alpha_softdevice) and applying this throughput example ATT_MTU Throughput Example . and notice that when I use...
Hello I have a problem with the scanning of ble phy coded in Android, I need it to be continuous (or almost) but it seems that for coded it is not possible unlike with legacy...
There are more than one task, after completing the periodic work,the 52832 module should enter system on low power mode,sleep 30 minutes,then wake up and continue with the...
Hello:
I have set the scanning module to search devices by MAC address. It finds the devices that are using a Static Random address, but it cannot find the ones using a...
Hi,
in my project I have a custom board with a nRF52832 chip that reads SAADC data and transmits this data (peripheral role). This data is received by a nRF52840-DK board...
I have an application that is running on using nRF52840 and FreeRTOS. I am considering transitioning to nRF5340. For now, it appears that this also means transitioning from...
Hi,
I am exploring the feasibility of building a firmware for nRF52840 that supports both BLE Mesh as well as ZigBee stack (in the same firmware) but only require one of...