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...
I need to put a larger battery on the Thingy:52. Does somebody have a description of the battery connector on the Thingy:52? I've read the Thingy:52 HW BOM, but nothing there...
Hello everybody,
I am currently developing on NRF52DK (2018.37) waiting for my proto to be manufactured.
I am using SDK v15.2 with gnu/gcc toolchain under Linux Ubuntu...
How can we change the default resolution i.e.,12 bit to different resolution.
I know the 4th byte of the scratchpad memory contains the resolution part of the device but...
Hi,
I just bought a nRF52840 dongle and I am trying to use it with nRF Connect Bluetooth Low Energy App to test communicating with a NRF52 DK that has a BLE peripheral...
Hello all,
I am developing an IoT module using nrf52832. My dilemma here is on how to make it able for programming for production?
What i require in production:
1. I...
Hii,
I'm using Nordic nRF5 SDK for Mesh v3.0.0 Example Code in LIGHT SW Provisioner Example i got Error code please healp me how to solve.
In Case Of
#define PERSISTENT_STORAGE...
SDK: nRF5_SDK_15.2.0
IDEs: Keil
SoftDevices: S132
When I use the SDK example to build for nRF52810, following the steps stated in nRF5_SDK/v15-2-0/nrf52810_user_guide#ug_52810_own_project...
SDK: nRF5_SDK_15.2.0
IDEs: Keil
SoftDevices: S132
Computer platform: Windows 10
chip: nRF52810
When I use the SDK example to build for nRF52810, following the steps...
Good Afternoon,
We are using the nRF52840 DevKit with our BLE peripheral app and after connecting on iPhone (iOS11) and trying to read the RSSI (readRSSI() from CoreBluetooth...
I am trying to send data from a phone to the NRF51822. The data is being sent from the phone in 20 byte chunks to a write characteristic. When the event handler for receiving...
I have been working on a C++ library for the BME280 sensor to be used within the Nordic SDK and am so far only focused on using TWIM, Within this library I intend to use TWIM...
when i use the ble_adverting_start(BLE_ADV_MODE_FAST);
and then use the ble _advering_start(BLE_ADV_MODE_IDLE);
then ble_adverting_start(BLE_ADV_MODE_FAST); the return err_code...
OS :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor 28-pin Land Grid Array / 15GPIOs / SWD Soft Ver:nRF5_SDK_15...
I have implemented Legacy OOB on NFC and when my Android phone attempts to pair with the device, I receive a NRF_ERROR_STORAGE_FULL error in PM_EVT_CONN_SEC_FAILED event durring...
Hi, now I'm developing my projects(bt-audio-advertiser) with SDK 15.2. and Thingy:52.
I want to load PDM data to extended advertising packets. I succeeded to use extended...