I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hello
I am trying to send data every 5 seconds from a temperature sensor (MAX30205) using the nrf52 chip to a mobile phone via bluetooth.
To do this, I have studied and...
Hello - EVERYONE...!!!
I would like - please...??? please...??? for someone to help me... with a software development task..
this task is simple to the VERY CLEVER ABLE...
I'm using SDK 12.3.0 with nRF51 in SEGGER ES. I stumped upon NRF_LOG_ERROR problems. Digging it down i needed to find NRF_LOG_INIT. It was defined in nrf_log_ctrl.h like that...
Hi,
Is it possible to add SD card (either SPI or MMC mode) to nRF9160-SiP?
Hoping since the SiP is powered by Zephyr-OS, that should be possible.
Please advise. Thanks...
Hi,
I just bought the nRF52840 dongle and I wanted to connect it via bluetooth to the nRF52832 board. Is this possible? or will it only connect to the nRF52840 board (PCA10059...
I've been using the nRF52840 dongles with a J-Link Plus for over a year now - they generally work great. I am using them without the mbed bootloader, and programming/debugging...
Hi everybody,
I am trying to program a custom board via DFU without success. I can build bootloader and zip file. I can even program the file by nRFToolbox on device but...
Hi, I'm trying to use SPI to control an RF module to send audio data from one microcontroller to another. The parts and software I'm working with are:
NRF52 Development...
I'm using SDK 15.0 on an nRF52840 dongle. I've been able to retarget the output functions (outputting through the CDC UART) but so far I can't seem to use getchar() in my...
According to the Online Power Profiler , the Standby time between Crystal start-up and Start radio is ~1 ms; however, we measure a variable amount of time between 0 s and...
HI All,
i m new to this technologies.Now m using NRF52840 DK and sdk as nrf15.2..we have developing the nrf52840 as a beacon scanner to scan the ibeacon details like rssi...
I'm using a Nordic dev board (PCA10040, nRF52832) with modified "Nordic_HRM" firmware sending packets of 20bytes at 100Hz over Bluetooth Low Energy.
I'm using Nordic's heart_rate_collector...