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...
For reading ecg data must synchronize GPIOE interrupt every 4ms,i want to creat a hardware timer with period 4ms, in this timer cb, take semophere gived by GPIOE interrupt...
Hi team,
I want to make simple communication between NRF52840 dongle and mcp2517 CAN FD contoller using SPI. I do not understand, how to send and read values to and from...
The initialized struct "nrf_fstorage_t" for use in nrf_fstorage_init( ) temporarily includes the application and bootloader (just for this test)
start address is 0x2'600...
Hi,
I have setup a provisionner with the sdk example that can provision devices. For that the provisioner scan unprovisioned devices and can start a provisioning process...
Hello,
I am trying to see how the signal strength for Zigbee and BLE changes when the distance between two nR5340 DK increases.
I used central_uart and peripheral_uart...
Although my Googling skills are not the best I have, so far, been unable to find any examples or driver documentation for the comparator peripheral of the nRF52840 for the...
I'm using the asset_tracker app on a custom board and have built 50 of the custom boards. All but one of them start the modem and listen to the LTE receiver for a full minute...
Hello, I followed getting starting guide, and got SDK and tools installed for nRF52-DK, I'm trying to open, build and run some examples. But when trying to open any example...
Hi.
I am using nRF52840 dongle and running saadc example on it.
To print the ADC data buffer "p_event->data.done.p_buffer" in PC, I am using USB_CDC. The size of SAMPLES_IN_BUFFER...
I have implemented the custom service and added custom characteristics following the tutorial series, now I can connect and see the characteristics and their values. I can...
My NRF52DK (PCA10040) J-Link always shows SWD speed 1000 kHz, even if I set the speed to 2000 or 4000 kHz. Is it not possible to connect at higher speeds?
I was working with "Debug configuration" for my nrf board on Segger Embedded Studio. It was working perfectly. But when I changed it to "Release configuration", It doesn't...