A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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 am developing the system where I am sending the data of three sensors to the server using MQTT. For the above development, I used two microcontrollers one to collect...
Hi Nordic Team,
I would like to share with you a minor challenge that we are facing to use the nRF52840 dongle with a Zigbee Mesh network and issuing a serial communication...
Hello,
Does anybody know where I'll be able to find an EAGLE library for the nRF52840 CKAA chip (the WLCSP-93 package)? I've looked around and all other dev boards that...
Hi,
I'm having doubts about whether to use NUS or OTS to transfer 500 bytes of data from the peripheral device to the smartphone. Regarding OTS, I've tried using the ble_ots_central...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as a central and Android device (Bluetooth 4.2) as an advertisement.
During development, I was wondering...
Hello,
Following is my hardware and firmware setup.
Thread BR:
PCA10100 v1.0.0 connected over J-Link microUSB port to RPi 3B+
SDK v4.1.0
Thread Node:
PCA10100...
Hi,
If using a serialization connection to a BLE module. The application will run on the host MUC and the BLE module only runs the SoftDevice (BLE stack). I understand that...
I'm running the unmodified blinky example on the 52840 dongle PCA10059 and it connects just fine with the nrf connect app but will not pair with the phone via the Android...
Excuse me:
When I was testing the OTA of nrf52820 chip, there was a download error in the command line tool。Here are my steps in nrfjprog tool:
1、nrfutil settings generate...
Hi,
I am running the Mesh Light Switch Example Code on My custom board (nRF52840) by changing the BSP_ LED_0 from 13 to 33(LED pin no on my custom board) pin number,but...
Hi teams,
I am trying to implement Decawave DW3000 functions to nRF52833DK as host.
Decawave provides some APIs for nRF52840DK, and I have succeeded make it working on...
nd Since i am still a newbie to nordic i wanted to know how can i break the task in smaller steps.
1)As a first step i get the values in temperature form using saadc.
...