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,
we are developing a customer product based on the nRF9160 and Nordic's NCS v1.4.2 where we need to send battery test data every 30s (~ 1kB, PUT method). The communication...
Hi:
I am working on a stereo microphone application using the NRF52840. I would like to have the 2 microphones output 16K samples per second (8K samples each for left and...
Hi,
I am using nRF52840 on custom board. I am trying to configure SPI pins, but I am not getting anything on the clock pin. I can see the chip select pin going low and...
I have a custom board with a nRF52805 based module from Minew and I'm trying to do a OTA DFU but I can't quite understand how it works.
This is what I do. For info, I...
Hello,
I am working on product based on the NRF52. It has an external EEPROME wired via I2C bus (no external pullups). I see an extra 300uA ish current consumption after...
The Topology:
There are only two devices in the topoloty: One nRF52840 dongle attached to a ubuntu laptop who works as an OTBR, the other nRF52840 dongle as a FTD device...
Hi,
I was able to succesfully pair my smartphone (Mi 9T pro) with the BLE nordic UART NRF52 connectivity-bridge FW. I did this succesfully with 2 thingy91's.
I then...
I'm starting to work on SDCard reading, and was having issues.
My problem was that in diskio_blkdev.c, this code:
Where I've got the "right here", m_drives[drv].last_result...
We are working on application which need below implementation.
1.) At starting the device should be in shutoff mode, and on button press it should be awaken and start advertising...
Hello everyone, I ran into an issue where I just can't get my head around. I followed the Libuarte example, and I thought I modified it "correctly" to fit my application where...
Hi everyone,
I am trying to solve a bug I am facing for several days now, it is related to LIBUARTE communication with a GPS module
Communication is init at 115200 BAUD...
Dear Members,
I have a question related with bluetooth as UART port,
Is it possible that I use this code base as a starter ?
E:\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral...