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 there, I would like to make pin changes in my program. If my output pin is HIGH I want a function to change it to LOW and if was previously LOW change it to HIGH. Is there...
I am trying to run ble_serial.py in the ble_app_cli SDK example using the nrf52840 dongle. To do so, I tried flashing the connectivity firmware automatically via the nrfConnect...
Hi Group, currently working on nRF52840 chipset based EVK and able to flash program. But I need to port the chipset driver and required files from nRF5_SDK_15.2.0 SDK to my...
Hi,
When i compile the example project( Blinky SysTick Example ) according to the guide, i got this error:
Error instantiating RTE components Error #540: 'NordicSemiconductor...
Hello
Please help me understand how can i connect pin AC13 (P0.18) in dual configuration - QSPI and nRESET.
I would like use a nRF52840 as my main microelectronic. I would...
SoftDevice 132v6.1.0
RKNRFgo (nrfgo studio for Mac OS -- more info here https://devzone.nordicsemi.com/b/blog/posts/tools-for-os-x-development ) used to program SoftDevice...
Hi,
pretty new to my nRF52840 DK,PCA10056. Like to learn more about the BLE but since new to the Blue Tooth programming I need a tutorial
so I can learn step by step....
Dear All,
Thanks for supporting.
I want to include DFU in ble_app_uart example. As per the document i have to successfully compiled DFU bootloader. And also done all settings...
Hi Nordic,
I use NRF51802 SDK 11.0.
Now we encounter the problem of insufficient product code space, so we want to expand the CODE area by modifying the value of DFU_APP_DATA_RESERVED...
Can I wake up the Thingy to do sensor readings by sending a BLE packet to it from another BLE device?
or what are the ways I can get nRF52832/52840 out of deep sleep mode...
Hello
I use nrf52832 SDK14.2 for development, I copy the flash_fstorage example code to my project.
I write the data to flash doesn't have any error, and can read flash...
Hi,
I am evaluating different advertising setups which can be easily created with nrf-connect-ble plugin for nrf-connect-desktop (Windows 10) with a nRF52840 dongle.
I...
Hi ,
SDK: nRF5_SDK_15.2.0_9412b96
IDE: SEGGER Embedded Studio V4.12(64bit)
C language standard: gnu99
code:
u32 nums_hf __attribute__((section(".non_init"))...
So I have a question about the nRF9160 when enabling the xDRX or PSM mode. Does one just turn the option on and leave it on eaven while uploading data or do you turn it off...
Hello Nordic Support Team
I am using proxy client and server example with nrf528232 dk board.I can send messege from client node to all server node successfully but i want...