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
We want modify mcuboot_primary and mcuboot_secondary partition.
mcuboot_primary end_address change to 0x70000 and size change to 0x60000.
mcuboot_secondary end_address...
Hello,
I'm trying to use MQTT API to get the information about connected/disconnected devices.
I'm subscribed to the topic: xyz/a/connections and I'm able to receive connection...
Hello,
I am trying to use the HID Keyboard Demo (ble_HID_keyboard_template from arduino sdk) . I'm using a RedBearLabs Blend Arduino with the nrF8001.
It works great...
Hi ,
I have been working on an example code in SDK : nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\pca10040\s132\ses\ ...
Hi, On our new type of 9160 based boards, we failed to create a connection with TLS socket. After creating a TLS socket Without peer verification, and trying to connect with...
Hello,
Is it possible to use the nRF5 SDK v15.0.0 and nRF Connect SW to perform DFU upgrades? Are there any compatibility issues?
Is it advisable to continue using nRF5...
Hi,
I have purchased a ESIM from https://www.taisys.com/ , which works with DUAL Profile or Two networks.
We need to enable SIM TOOL KIT (STK) for enabling the sim...
Hi Guys,
I want to use nRF52840 Dongle as "BLE central UART".
In the first step, i used a nRF52840 Dongle with a Bluetooth low Enegy app in a nRFConnet, the result is...
Excuse me:
I can't find a api to close WDT,When the chip enters idle mode, the watchdog will reset the chip,I tried to call the command in the diagram below to turn off...
Hello,
I'm using nRF52832 board and I want to use it as a controller with a third party cellular modem to connect to AWS IoT. i.e. I want to send AT commands with the UART...
Hi,
I am trying to minimize the power consumption on a NRF52840.
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf52-designs states...
nRF52840 can support matter (BLE + Thread).
it is noted at https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
even that have a demo...