Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
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, We planned use nRF52840 in our project, and I have some questions about this MCU. 1) Is it possible to process signal from 8-GPIO with frequency of request 32MHz? We...
Dear,
I am testing nRF9160 DK with iBasic SIM, FW: SecureBoot and AT Client
I am trying to send SMS to my phone. I see : https://devzone.nordicsemi.com/f/nordic-q-a...
Dear Sir,
I am working with
SDK --- nRF5_SDK_15.0.0_a53641a
softdevice -- s132
nrf52832.
I was working with example codes in the SDK folder.
I am working...
Hi,
I need some help calibrating my moisture sensor analog readings using 3.3V regulated power source (VDD = 3.3). Here is my set up, borrowed from the proximity example...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
I am working on an nRF52832 BLE peripheral prototype which sends bulk data to a central as bursts of large notifications. I am encountering an error where the connection gets...
We are manufacturing 2 types of gas sensors that communicate BT LE. One use an nRF52832 and the other an nRF51822. Will the nRF52 dongle communicate with both of these? Is...
Hello
I am currently programming with keiluVersion4.
Previously, I used "fatfs example" of SDK_15.0.0.
So trying to test the function of BLE, trying BLE communication...
Hi ,
I'm working on a 2.4GHz wireless microphone project now.
I want to make a scheme of two microphones transmitting to a single receiver(2T1R)。And ,i have tested this...
Hi, Andreas.
Following the guide you find in the document " Buttonless Secure DFU Service ", I get errors while trying to compile. In order to ascertain were is the problem...
How to realize the USB HID interface and PC data transmission?
I want to connect my computer via USB hid protocol for communication
This is my code, but can only send...
Hi everyone,
I am a beginner for BLE software development with MDK-LiteV 5.26.2.0.
Target device: nRF52832(EKSHCNZWZ made by Taiyo Yuden)
SDK: nrf5_SDK_15.2.0_9412b96...
I use the example from nrf51422 ble_app_uart_c with SDK_12.3.0 to connect via BLE to nrf52 usbd_ble_uart. When sending data that exceeds the length of one BLE packet (for...
I combined to examples from the examples library combining the sdk_config, source code, and adding references to the included files.
The application will not compile and...