Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Using https://github.com/NordicSemiconductor/pc-ble-driver ( abce7974fe983c23930d362b1769e51c8fa13cbf) .
Just followed the instruction and compiled hex/sd_api_v6/connectivity_...
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...