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,
I have a basic queries on BLE.
"Characteristic Properties" of "Characteristic Declaration" with UUID 0x2803 has Read, Write, Notify and Indicate. At the same...
Hi
Can I think so,if subscription address is identical in multiple nodes,then they are a group?
If so:
the light_1&light_2 OnOff Server Model subscription address is...
hi,
I had the board run the following code to connect it to the cellular tower:
#include <zephyr.h> #include <stdio.h> #include <string.h> #include <lte_lc.h>
void main...
I tried to advertising eddy stone beacon from getting serial UART data. i merged 2 codes in ble_app_eddystone and uart code but one error become like
..\..\..\..\..\..\components...
Hello dear Nordic Developer and Hobbyists,
first of all I would like to thank the developer team for the nice mesh demo. It functioned well and explicates the concepts of...
Hi,
I am not getting any response from the previous ticket. Did it get accidentally closed?
Case ID: 225033
Can please someone look at it? We are in urgent need...
Hi, I have tried to run nfc example, but it doesn't working, accidentaly i have found out that if supply 3V nfc not working, but if supply 2.7V and less it works, what is...
Hi, I'm designing based on the Altium files, but I'm not an antenna expert so I would like to know if you have any antenna recommendation for a low profile, because the one...
Hi,
I'm working on nrf52832 NUS. When i connect to device with "nrf connect app" i can see the data coming from sensor. But few seconds later device disconnect.
When...
Hello
I have 3 nodes, 2 Thread CoAP servers and 1 BLE/Thread Coap client.
Let's call them THnode1, THnode2 and BLE_THnode0.
I do not know the IP addresses of any node...
Hi,
I use "printf" or "app_uart_put" function to print message to UART., how can I check "all of the data had been transmit out complete"?
Thank you,
Chianglin
Hi, I want to test sending multiple packets of data with each packet having the maximum possible size of 247 bytes. I am currently testing with nRF Connect app. When i try...
I use nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac.
Example nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\thread\cli\uart\pca10056.
define BOARD_PCA10059.
...
I am using nrf51822. Separately BLE and flash are working perfectly alright. But when I comment err_code = ble_advertising_start(BLE_ADV_MODE_FAST); this line flash is working...
Hello,
As per my understanding, SPP was supported by BT Classic and no more supported in BLE. I have a device, which runs SPP. It has to be connected to the BLE client....