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...
Hello everybody,
I am using sdk14.2, s132 with Nrf52832. I want to define the pin of the NRF52 as the input and decode the incoming pwm signal. For example, I have a signal...
Hello,
I am working with the BL652 EVK from LAIRD. The EVK has nRF52832 IC inside of the module. I downloaded the " nRF5_SDK_15.0.0_a53641a" and trying to use "ble_app_uart_pca10040_s132...
Hi. I am trying to develop an multiprotocol test example using SDK 15 and nRF-IEEE-802.15.4-radio-driver on NRF52840 dk board. I need that BLE and 802.15.4 stuff can work...
I have a confusion about mac address of nrf51822, I run example ble_app_uart .
When I use nRF Connect on Android, I can see the mac address of nRF51822 is CB:16:04:4A:10...
Hi,
I use nrf52832QFAA, SDK 11.0.0, Softdevice 132 v2.0.0. I need to add a device_manager_central to my project (in my project it's easier and faster than adding a peer_manager...
Hello,
In the documentation for nrf_serial_write function (SDK 14.0.0) it is written:
timeout_ms Operation timeout, in milliseconds. Pass 0 to operate in non blocking...
Hello friends,
I am trying to flash a nrf51 dk with keil5. When I try to flash it with a multilink universal I get this error:
My settings are the following:
...
Hello everybody !
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the code "ble_app_uart_c" for the initialization and the event...
Hello friends,
I am trying to use the standard uart example of the SDK 11 with the nrf51 dk and trying to update the device's name via UART. I want to save somehow the new...
Greetings,
I can get the ble uart example to work on my PCA10056 using the example hex file, but when compiling the project on the SDK 15.0 S140 it doesn't work. Specifically...
Hi,
I can't found anything in the nrf52840 documentation about the ble antena directionality. I want to use it for indoor location, so i would like to know if it is omnidirectional...
I'm sending int16_t thanks to a custom BLE Service.
I receive well the data on the nRF Connect app (Android), but the data are displayed in hexa, for example for 256 I got...
Hello,
I'm developing an application that will run on a board without externel oscillator for RTC1 and it means no app timers support.
I started from ANCS example and...
Hi, I tested to run BLE Mesh(v1.0.1) light switch example using SEGGER embedded studio(SES) on Windows10 and three nRF52DK(ntf52832) boards .. one client, two servers. It...