I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
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...
Hi Nordic,
I want to establish a user controlled connection to a ble_peripheral. I am using the Sdk 15.3, s140 and the nrf52840.
I used as a reference the ble_app_interactive...
Hi,
using dongle nrf52840 pca10059 board name.Not able to load the hex file into the programmer app as using the nrf connect for desktop version:3.4.2.Getting the warning...
Hello
I use nrf52832 and SDK v17. And I'm using NUS (UART) service and peer manager. So far, I've been testing with an Android phone and connected it with an iPhone for...
Hi All,
I have modified ARM FB ABI type preprocessor macro to "soft" to optimize power consumption in my saadc routines. But I am seeing below error while compiling. I...
I am developing USB CCID driver class for nordic nRF52840. I used USB CDC-ACM class as reference and tried to implement for USB CCID. I have developed the device descriptor...
Hi,
I have a question of correct way to connect/disconnect/reconnect from the LTE network to save power.
I already know about PSM mode.
But In south korea, SK telecom...
Hello
I'm working on SDK v17, and I'm using the nRF52832 custom board. I use several APP_TIMERs. One of those timers doesn't seem to be working properly. Timer calls are...
I'm just finishing a BLE project for a client. The code is based primarily on examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput. I'm using SDK 15...
Hi there,
We're using NRF52840 and nRF5_SDK_15.3.0_59ac345. We have a product where 2 nRF52840's have to talk to 1 device (say, an iPhone or a computer). We were thinking...
I've noticed when using the nRF Connect Software, after I connect to a perihperal, it immediately discovers services, but takes about 4 seconds to read the GAP Device name...
Hi,
We have been working with a coordinator and a router device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
Hello,
What the average data consumption for using A-GPS on the nRF9160 to download the Almanac and Ephemeris data? I would like to know how much data is billed through...
Hi,
I am developing a product based on SDK v15.3.0 and SoftDevice v6.1.1. my product acts as a BLE central device.
On the peripheral side, is an iOS application which...