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,
We would like to program the external flash connected to the nRF5340 via SWD during manufacturing.
Is this possible? Do you have any documentation that explains...
Hi
When doing a Software reset the RAM contents are persisted, however when doing a Hardware reset via nREST pin on the module then the non-initialized RAM section is...
Hi,
I am designing the ARGO module http://wizcube.eu/argo.html . I am using the excellent KiCAD library https://github.com/hlord2000/nordic-lib-kicad
It seems there is...
Hi, I'm developing a product for a client using nrf52840 which has support for DFU OTA over BLE. I'm using nrf connect sdk 2.5.0 and DFU OTA over BLE was ridiculously easy...
We're using a nRF5340 module on our board, and have basically everything working as we'd like using SDK 2.1.0.
I've tried updating to SDK 2.6.1, and managed to resolve all...
Hi,
In our new project, we are using the nRF5340 WLCSP package and configuring the system ON - low-power mode in our application code. We measured the current consumption...
Hi,
Ubuntu 20.3
vscode + nrf connect extension
when i create new application from exsample project broadcast_audio_source for nrf5340, after build, and flash into the...
Product: NRF9160
SDK: 2.6.1
Modem: 1.3.6 My problem is that FOTA download is breaking up more or less every time our device is doing a SW upgrade. We download SW directly...
NCS version : v2.6.1
target board: nrf5340dk_nrf5340_cpuapp_ns
sample project: "ncs\v2.6.1\zephyr\samples\application_development\sysbuild\with_mcuboot"
I use this command...
app and dfu works after I program the merged hex from bootloader_setting, bootloader, softdevice, app using Program application tab, but if I erase chip, reprogram it with...
Hello,
Because i want to connect more than two headset to one gateway, so i modify the prj.conf as follow
CONFIG_AUDIO_DEV =2
CONFIG_BT_MAX_CONN =4
CONFIG_BT_MAX_PAIRED...
Hey all,
Quick question. If we want to send BLE advertisements, beacons, for just 1-2 seconds, then shutdown into SYSTEM_OFF mode, could we initialize the BLE soft device...
I using XIAO nrf52840. https://wiki.seeedstudio.com/XIAO_BLE/
I am developing a BLE peripheral device using the nRF52840. This device is designed to connect with a specific...
Hi,
Could you please advise, am designing a device using the nrf52dk-52832 in nrf sdk connect 2.5.1 and toolchain 2.5.2 that reads the previously adquired samples data from...
Hello,
We decided to use the 802540 battery for our application with the nPM1300. To get a good estimate of the state of charge (SOC), we did the very lengthy battery profiling...