Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am trying to build example project in Segger studio but getting error as below............................
Building ‘light_ctl_client_nrf52832_xxAA_s132_7.2.0’ from solution...
Hello everyone,
I am totally new on bluetooth configuration. I have LIS3DH accelerometer from adafruit. and i have nrf51822 bluetooth beacon kit with me. I want to connect...
Respected sir/ madam
I have query regarding the testing of Nordic Semiconductor ASA- Direction Finding Antenna Board (PCA20054) using VNA (Vector Network Analyser). Please...
Hello,
I am testing multi link (1 central - 4 peripheral) bluetooth test with nRF52832 DK module.
I had some disconnect problem with respect to handle, so I changed some...
We want to use nRF52840 SoC as our controller in our custom Board. I have reviewed the product specification document of nrf52840. I have following queries:
Is High Voltage...
The LE Audio specification has published for over a year, but until now there isn't any public progress from Nordic, neither other BLE vendors.
So is there any technical...
Hello, i'm using nRF52833, pca10100.
I would like to connect multiple peripherals by referring to the mulit link example.
First of all, I'm going to try to connect to...
I'm trying to use the I2S peripheral on the nRF5340DK. It looks like the zephyr drivers don't currently support this board, so I need to use the nRFx drivers. I've ported...
Hi everyone,
I have a custom board based on nrf52840, the Fantsel BC840. I have created my custom board, changing assigment of pins for leds, buttons and UART0 on custom_board...
Hello Community,
I have nRF52840 board. When I connect board to system it not get detected.
I tested VCC supply it is OK.
COM port is not seen anymore.
I tried to...
Hi Sir/Madam,
Our application needs to be running on both cores and the network core needs to use some crypto algorithms provided by the crypto cell. From the data sheet...
Hi, dear Nordic & all:
I found nrfx_saadc_uninit() did not work when use SAADC's differential mode with SDK17.0.2, nrf52832, the fellowing is saadc init and configuration...