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,
I wonder if I can disable saadc interrupt because saadc is under control of ppi in my project and I don't even need saadc interrupt or interrupt handler.
As I know...
hello Nordic
i am working with nrf52832, sdk 16.0, s132v7.0.1
the device is suppose to be powered on by a press button that is held for a few seconds. there are 2 lines...
I'm trying to use the duration advertising parameter to have the advertising timeout. The timeout works as expected when I have the J-Link debugger attached, however when...
I have developed a custom Buttonless DFU application on top of the default example in the NRF SDK. In this custom app, I have also merged the BLE UART application, so I include...
Hi, I am working with nrf9160 and I am trying to get unix time in a user-readable form. I found this code online that helps me do that ( github.com/.../main.c) but the header...
Hi,
I've searched the forum to see if anyone else has had the same issue as I'm having but couldn't find anything. I'm trying to do DFU via USB with the nRF52840 on a custom...
Dear Nordic,
We have almost completed development with nRF52810.
We are trying to improve the accuracy of product operation.
RC oscillator(LFRC) is currently used...
I used the Adafruit Bluefruit NRF52840 LE and added some simple code to this existing timer/counter for pulses: https://devzone.nordicsemi.com/f/nordic-q-a/62633/nrf52-timer...
Hi,
While going through some of the peripheral examples in 'nRF5_SDK_17.0.2', I found it puzzling to see that
the legacy (nrf_drv_*) and nrfx_* drivers are simultaneously...
Hi all,
trying to get CAN-bus support under Zephyr. Have a seed CAN bus shield link connected to PCA10040. The shield use SPI2 connected to MCP2515 CAN controller link ...
Hello
Is it possible to use the qspi of the nrf5340 for custom spi devices? I need the quad spi for the 96MHz speed which the normal spi does not have.
I know of the nrfx...