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...
We have a device with the following configuration:
nrf5_SDK_for_Mesh_v3.1.0
nRF5_SDK_15.2.0
s140_nrf52_6.1.0_softdevice
mesh_bootloader_gccarmemb_nrf52840_xxAA ...
Hi,
I'm trying to make a script in Python using the nRF52840 dongle, to make some BLE advertising.
I'm using:
- Python 3.7.2 (32 bit)
- pc_ble_driver_py library
...
Hi everyone,
I'm using ses IDE to debug via J-link on nRF52840 DK.
I'm debbuging CDC ACM example ( I haven't changed it ) but when I debug: ret = app_usbd_cdc_acm_write...
I am designing a PCB for the nRF52833 aQFN chip. To reduce the cost of the PCB I would like to fanout the inner row of the IC package on a single layer by using 3/3mil traces...
Hello,
I have a certificate attached, but in my personal account it gives an error when I enter the DK data.
Please tell me why the error occurs?
OS: macOS 10.13.6 ...
Hi,
I am using IM69D130 MEMS sensor with nrf52832 I just want to confirm the output of pdm sensor . please any one suggest how should i proceed . how do i code for it ?...
I am attempting to migrate my BLE project to a higher security level with bonding. Was mode 1 level 2 and am upgrading to mode 1 level 4. When I change the configuration to...
Nrf52832 chip is used, and the software package is the “nRF5_SDK_16.0.0_98a08e2” version.
According to customer feedback, Bluetooth connection is generally unstable...
Hello
I've seen several places that it is posible to build the project using jenkins, and hook Jenkins to the git repo where our nRF sourcecode resides.
Unfortunately...
Hi,
I am testing the USB CDC with nrf52840 and I want to receive a predefined array of bytes over USB serial every time I send a specific array of bytes.
Just a simple...
hello i am using sdk 16 with nrf52832 i am thinking of using zephyr with nrf52832 and have no idea what is zephyr and uses of zephyr other than that it is testing tool
1...
I have older files that were compiled and working fine with the older versions of SES, SDK and now I’m trying to figure why they don’t work with the latest version, that is...
Hello Guys,
I'm developing the battery based device. It consisted of nRF52833 and a UART device.
The UART device send 512 bytes each second to nRF52833.
The project...