An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
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...