Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
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, I was using eclipse for the development of our board using the nRF52832 and when I launch the debug on eclipse, the program does not flash and this is the output that...
When using "nrfutil dfu serial" can it be configured to log all the bytes transmitted and all bytes received in a log file or on the console?
A colleague of mine is starting...
We have found what appears an easily reproducible bug in nrf_serial_read.
Reproduce as follows:
* PCA10040
* SDK 15.3
* SES
* Example project peripheral serial ...
Hi everyone,
I'm working on the nrf52832 using the SDK 15.2.0 with freertos and the application I am developing requires to save data on the flash while the BLE stack is...
Hi
When a GATT Table is created using the softdevice api, how do specify that a service or characteristic shall have a minimum key size of X so that if the current encrytion...
I am currently developing an app on Android studio that should detect nrfDongle.
I successfully uploaded UART software from SDK 13.0.0 to dongle and it is being successfully...
Hello, i want to know is it possible scan iBeacons with a node using nrf mesh with proxy features like the light switch node server example? if this is, how i could start...
Hello.
I have pa/lna on my device. It works properly in application (rssi is about 30 dbm). But when application goes into bootloader (dfu over ble using nrfconnect on android...
Hi, I'm using the nrf connect mobile app and I want to connect multiple devices to the advertising device and I want them all to access the same characteristic at the same...
When I open SES it says that it cannot detect any j-link so it asks me to buy license. But shouldn't my nrf52840 dk board have on-board j-link that SES should detect? I check...
Hi,
as I understand (and tried), in order to get low power consumption on the NRF91, I need to to get CONFIG_SERIAL=n.
However , I need the uart to be enabled (for short...
Hi - I am wondering what is the power optimal way to read/write with the TWI module. I do a tx and rx with the TWI interface. I have something like this, from the examples...
Hi,
We have just almost finished develop a product which used nrf52840 as a data hub, a wifi module connect to nrf52840 through uart, and baudrate set to 460800, and also...
Hi ,
I am using the example "ble_app_uart".
I enable uart while receiving data from nus handler and turn it off after transmitting.
After I mondified the code, it can...