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...
Hi,
I want to write certain datas frequently to my flash memory of NRF52840 DK and erase it when use is over.Do you have any example codes which i can use for this purpose...
It appears that when setting a GPIO pin up to be used by the GPIOTE module as an output task the GPIOTE module takes over the configuration of the pin. It does not appear...
Can someone tell me how to find the MAC address using Command Line Agent (CLI) because
my sniffer seems to think it is the same as the Extended PANID.
Are they the same...
Hello.
I am working with an nrf52840 Development kit. My objective is to sample data from two ADC channels (the input signal has a maximum frequency of 10kHz) and send...
This is the second time I am posting here related issue on nrf52832 SPI communication. I am still not able to get the response from the sensor. Here I am testing my SPI is...
Hello
I'm going to use the GFX example of sdk v17.0.2 to running the ST7735 TFT LCD display.
I am using Adafruit's 1.8-inch (128*160) display and testing it on the nRF52DK...
I am learning and testing the FOTA function of the 9160. I have verified that it works with the official http_application_update project, but when I test it with my own project...
I want to connect remocon and nrfboard. A nd see the value of the remote control as uart.
so I try to connect remocon and nrf85832 to use SDK 13.1 example.
I use central...
This is a new install of NCS 6.1. Installed using nRF Connect Desktop v3.7.0 Toolchain Manager and connected to a new nRF5340 DK.
I followed the Getting Started, Running...
HI Nordic,
I am working PCA10040, SDK17.0.2, ble_app_uart routine.
I'm try to add ADV/SCAN_RSP data, but when I add some field, such as p_manuf_specific_data or service_data_count...
nrf52840 nrf5_sdk 16.
Looking to use the LPCOMP to wake the nrf from System OFF.
Question: if I config the LPCOMP to use the internal reference "15-level internal reference...
Excuse me:
Suppose I Initialize and turn on UART and the power consumption is 4mA,When I call app_uart_close() the power consumption is 2mA,If I don't initialize UART at...
Hi all,
I have been trying to work with UARTE for both TX and RX, and my test code is working with RX perfectly but not TX, when i try to transmit my data using uart_tx...
Hi,
I am doing a micphone " sph0641lm4h-1 ", and I use api of nrf_drv_pdm .c,
when I read mic data from sph0641lm4h-1 , they are just sets of 16 bit data, the following...