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...
Can I UART/SPI/I2C on any pin of NRF52832?
- Can I UART/SPI/I2C on any pin of NRF52832 which is mentioned general-purpose I/O pin ?
- Is there any limit on how...
Hi,
Actually we are searching for a chip which has more than one UART channel for communication.
Can we define more than one UART channel with GPIO configuration? Is it...
Hello, I am currently using the TWI in non-blocking mode, however I frequently run into the issue where the code gets stuck on nrf_drv_twi_tx. function at the return result...
Hello,
i have created custom BLE service/characteristic using this ling https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
So, here i am able to transmitting...
Hi,
I tried running the "chat" example on two NRF52833DK boards, one as a sender sending a "Hello World" message every 500 milliseconds, the other as a receiver, and found...
Dear Support
I try to use Watchdog on nRF9160 DK.
I found the sample ..\v1.5.1\zephyr\samples\drivers\watchdog
From there I add to my prj.conf
CONFIG_WATCHDOG=y CONFIG_WDT_LOG_LEVEL_DBG...
Hi,
I wanted nRF5340 capable of reporting the VDD under-voltage event causing a pin reset through a dedicated voltage monitoring IC. For this reason I put a Flip-Flop for...
I am currently experimenting with moving my request for PSM mode into the "lte_lc_init" routine so that it is configured before the modem is moved to Normal mode.
With...
Hi!
I have previously tested connecting the nRF9160-DK to an external MCU to act as an Serial LTE Modem as per the application description. And it worked
fine. Since then...
Hello.
I use nrf9160 and download ota with aws.
After my board download successfull and return event FOTA_DOWNLOAD_EVT_FINISHED, I do system(0) to reboot.
But it can...
Hello,
what is the raw frame to get a good NRF Temperature Service UUID BLE ?
I didn't get custom data (temperature), just the service uuid 0x1809
Here is my raw frame...
Hi
Since a recent Android security update, I am experiencing issues with my 'Just Works' device based on NRF52832. Prior to this Android update, once paired, I would receive...
I am trying to connect ,disconnect and connect using nRF dev kit with one of the BLE product. (using PC-BLE-DRIVER-PY)
Steps:
1) Open driver connection:
self ...