Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...
Hi. Thank you for your interest in my writing. I'm working on the IOS and the Multiple Connection project at the experimental_ble_app_multiperial example. It's a project that...
Hello,
I have been using the TWIM peripheral of the nRF52832 (via the twi_mngr) to talk to an accelerometer and a magnetometer. I have 4.7k ohm pullup resistors (in parallel...
Hi,
I am using nrf52840 customized dongle in our project. We have interfaced ADS1118 using spi communication with nrf52840 (customized dongle). The problem here with the...
I am trying to build the 'BLE NFC pairing reference' example for nRF52840.
I downloaded the latest SDK and located this example in the experimental directory under BLE\Peripherals...