Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
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 am working on custom card in which nRF52832 is used.i am facing issue with advertising if i uncomment uart_init(); .it does not advertise if i uncomment uart_init(...
Hi,
I'm using S112 nRF52805 as the BLE Peripheral, and Mobile App as the BLE central.
So far, It's no problem to send data from peripheral to central. Could I send data...
Hello all,
I am workiong on nRF52833-DK evaluation board to implement our custom developement.
Using Generic OnOff light switch server and light application, I am transferring...
Hello,
I ran the throughput example ,but I found that setting the MTU size actually requires calling the bt_gatt_exchange_mtu function, which is different from sdk16.0 ...
Hi everyone!
I'm working at ble multilink throughput, and the basic info shows as follows.
chip: nRF52832(one central and eight peripherals)
sdk: nRF5 SDK v17.0.2
...
I am getting below error when editing dfu secure project as the baseline
/nrf_crypto_allocator.h: No such file or directory
the project is modified as below
<folder...
Hello everybody
With me is nrf52840_dongle that am using for wireless communication together with the protocol enhanced shockburst. To increase the signal range, am thinking...
Hello guys. Here with me I have both nRF9160-DK, hardware version 0.8.3 and Thingy:91 boards. I am on the nRF Connect SDK tag 1.2.0 and have nrf9160 SiP modem firmware updated...
Hello,
I have been searching in DevZone and looked at the nRF Connect SDK documentation but I am still confused about a thing: I have developed a BLE Mesh device and I managed...
Hi!
I'm using nrf5340dk development kit to program and debug my own custom nrf5340 board. Everything works and I can debug the code with SES but I can't see the RTT logging...
My application is a Central using SD140.
The connection to the peripheral is made successfully. What event will I get when the Central successfully writes to the connected...
Dear Members,
I want to wake up the chip whenever there's a radio signal from ANT sensor without pushing a button,
Will this function sd_app_evt_wait() help ?
I...
We are evaluating use nRF52832 to develop our BLE product. We don't want use normal BLE connection to do the communication as we facing some connectivity failer issues in...
After I did an update of the nRF connect together with the programmer app, I found out that DKs could not be recognized once I click the Select Device.
This was tried...
Hello,
I am currently using the nRF9160 DK from Nordic.
I am working on connection with the AWS IoT sample code for Zephyr on VS Code.
The problem is that I cannot...