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...
I am using Nordic SDK 15.3 and nRF52840 to interface to a NAND flash TC58CVG2S0HRAIG. I'm new with the SDK and I have little experience with the SPI / SPIM functions. I started...
Hi guys,
I use SDK14.2 (i can switch to SDK15.0 if it makes any differences) and would want to integrate FreeRTOS to my existing project. I have tried the FreeRTOS example...
Hello,
I need to measure battery on my nrf52 beacon. My input voltage is 4*AA batteries(each 1.2V so in total 4.8V). The schematic provided by the hardware developer is...
Hi
Am trying to implement the secure bootloader for the nrf52840 for Dongle,I have gone through the existing example for nrf52382 but am unable to find any example for nrf52840...
Hi,
I'm using 2 nRF52840 DK to run the Serial Interface example, please refer to the link
Serial ( named it as DK-1)
Light switch server (name it as DK-2)
And...
Hi all, I have custom boards with sdk11 already sold out now we need to update those boards from sdk11 to sdk12.2. so we are planing to update sd+bl image. The present sdk11...
Hello All,
I want to use SAADC with BLE working Mode. In my application, I will be using Image transfer Example for full blazing speed so I don't want to use any CPU resource...
Hi there,
I am trying to design a printed meander antenna for the nrf52832. For this purpose I copied the antenna trace from the usb dongle that Nordic Semi produces. However...
Hi, everyone
how to increase the peripheral link count in multi role lesc example . even i have tried with NRF_SDH_BLE_PERIPHERAL_LINK_COUNT its not working
files.rar
Hello,
I am using nRF5 SDK14.1.0 and soft device s140_nrf52840_5.0.0-2.alph.I can program the board witt the bootloader(both pca10056 and pca10056_debug) successfully...
Hi!
I understand almost nothing about antenna design so I'm in general just copy and paste antenna design from reference board.
But this time I'm interested to make PCB...
Hello Nordic Support!
I ask questions after a year.
One year ago, I made a thermocouple thermometer using nRF52832. At that time, I encountered a problem that low current...
I'm working with the BLE experimental CLI example in the 15.3 SDK
I'm able to connect and read standard BLE services and characteristics, no problem.
However, discovering...
Hi DevZone,
I have problems with running the coexistence examples from the Mesh SDK. Specifically I’m most interested in the UART coexistence example ( https://infocenter...
Hello all,
I want to enable OTA DFU capability to NRF52840 BLE Chip. I am now using Buttonless DFU which works fine using nrfutil. But my question is : how can we update...