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 Nordic! I have connected a sensor to the DK via SPI. It outputs a lot of data, a lot... for 1 second of data I get 4096 entries. Each entry is 10 bytes in length.
...
I'm working on a design featuring two different MCUs. I'm looking to use the nRF52840 as one of them. I need both processors to be able to send each other messages and ideally...
Hi,
I have a weird problem. My application starts two timers, one after another. Like this:
Normally it just works - no errors, nothing. However, after a DFU OTA upgrade...
What is the best method to store TLS certificates on the nRF5340? I have seen 2 options, but I'm not sure what is best practice and what does work.
If I store the certificate...
Hi,
i just got my hands on Thingy 52, just want to know how do i get started in retrieving data from it, specifically for motion(accelerometer data), if someone can point...
Hi,
I'm trying to interface LR1110 (Dev Board) with NRF9160 DK using SPI. I have been working on this for a couple of weeks, explored almost the whole devzone, learned a...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
HI,
I need to check the following thing with you. I need to use an I2S mic with NRF5340 between the mic and the controller we need to place 2meters of wire. So, I need...
Hello All, I'm currently working on an application with a central and peripheral devices both using nrf52832 with SDK 15.3 and S132. I'd like for the central to be only trying...
Hi Nordic Team,
My dev environment is as follow:
nRF52832(Ble Central + nfc) + S132+ SES
I have integrated BLE Central Multilink uart project with nfc writable ndef...
Hi Devzone,
A couple of conceptual questions about what is possible and a request for ideas for how to best accomplish my goal.
I want to implement a command line...
Hi,
I am working on an application that needs to store data in flash memory and runs on the nrf52840 dongle. The application is running on an operating system with possibly...
Hi guys,
I am trying to flash my nrf52840 dongle (with the Segger j-link mini) via your awesome NRF Connect Extension on my Apple M1, but I can't get it to work inside of...
I was able to work with the spi module, but now I want to make it work like a simulator, so I updated the configuration function and tried it like this.
Could you please...