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...
Hello, thank you for taking time to review this. I am trying to setup a serial DFU setup for the nRF52 on the nRF91 DK board. I am running into problems getting it to work...
In the nRF Toolbox I found this Beacons option where i can update the UUID , Major and Minor of the beacon. How do I use this functionality of nRF Toolbox app?
Hello, I'm not very famililar with Airfuel, but I want to add in my device wireless charging function. I start searching solutions for this challange and I found Airfuel and...
Hi
I am facing problem with segger. Project get compiled and able to program hardware but hardware is not working until debug process is start. After put hardware in debug...
Hi,
I am trying to establish UART communication between two nRF52 Dev boards. I flashed both of them with UART peripheral example from 15.2.0 SDK and connected TX,RX and...
Hello,
Recently I'm working on the project that utilizes the nRF chip and the external memory MX25R3235F. The SDK is 14.2.
I'm trying to configure the peripheral and the...
Hi I am using nrf52832dk as master and slave for spi communication. I want to send below data over spi. 0x8000000008 0xEC000100C5 I am get confused in transfer function of...
Hey,
referring to my previous thread in https://devzone.nordicsemi.com/f/nordic-q-a/44298/running-usbd_hid_generic-in-nrf52832-using-a-custom-usb-module-mcp2200 . so am...
We are using the Development boards nRF52-DK from Nordic and trying to utilize the mergehex.exe downloaded from Nordic website.
using Segger Embedded Studio (non commercial...
Sir,
I have one nRF52840 DK and ADXL335 accelerometer. I need to get the 3-axis values, Xout, Yout & Zout, from the accelerometer and send through BLE to my nRF mobile app...
Hi,
I was going through generic_level_messages.h and generic_level_common.h files looking for the parameters for generic level status message.
I noticed that generic_level_messages...
I am using nRF51822 with SDK 10.0. I want to configure a GPIO pin which can wake up the MCU from SYSTEM OFF Mode and call its IRQ handler. Please find below configurations...
Hello,
I am using an nRF52dk with no additional hardware, in conjunction with SEGGER Embedded Studio V4.12. I started with an example from nRF5_SDK_15.3.0_59ac345 called...