Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi. I am developing the nRF52832 using the NRFX module of the SDK version 15.2.0. We convert the UART signal to RS485 and communicate with RS485 to the outside. RS485 communication...
Hi,
I'm using nRF52832 on a custom board and I have tried to run sdk example nfc_url_record, but it doesn't work.
I have tried to find solution among existing answers...
Hi All,
For my project I'm using NRF52832 IC and NRFsdk. I need 2 GPIO external interrupt to get notified. I'm able to configure both pins and able to see the trigger when...
Hello Dev-Community, I have modified the Thingy Firmware for a custom made board which has also the MPU9250 with TWI connected. Everything works fine, if i use RTT Viewer...
Hi,
Referring to this thread -
If the saadc sampling is trigger by a timer (through ppi), what is the correct way to saadc_uninit() without using the global m_sampling...
Hello,
nRF52832 datasheet denotes saadc sampling time in scan mode (paragraph 37.5.4) as:
What is extra time it takes for the easyDMA to store the samples in RAM ? ...
Hi Nordic.
currently i am working on nRF52840 as a reader and after designing as per your recomendation and it is ready to check but whe i connected to the commander the...
I have loaded the HEX file of nRF_Sniffer_200_beta3 to my nRF52832 or nRF52840 board, it can not be run as sniffer. May I know how to use my own nRF52840 chip as Sniffer?...
Hey! Is there a way to multithread the nRF52832? I want to store data in the buffer and do some processing on that. While processing I want to control how the data is stored...
We need to compare the signal of nRF51 dongle with our product.
How to find nRF51 dongle(nRF51422) with hciconfig in Linux?
firmware: PCA10031 1.1.0 2018.39
Guess I...
Hi,
Can you please direct me to the document that explains about generating more than 8 bits of clock in SPI and keeping CS line low for that entire period.
Also, if...
I've been working on a project based on nRF SDK. The project is developed in C++14/17 and I found that nRF SDK 15.2.0 doesn't always want to compile with C++ compiler. I made...
Hi I'm using the nrf52832 and want to send datas via UART and SPI but the PSI example Show different Settings of UART then the BLE_APP_UART. The BLE_APP_UART is running well...
We are currently developing our product in Zephyr using the BLE Host/Controller with virtual HCI (building the project with . We are anticipating a Nordic Zephyr BLE solution...