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!
SDK Version: v2.6.0
I am getting build errors when trying to use PWM for an RGB LED. I have followed guides provided by Nordic but I must be getting something wrong...
Hi, as I am beginner, will be please anybody kindly help me with my first project? I'd like to connect to an MQTT broker available at 89.24.xxx.xxx:2223 (mosquitto 2.0.18...
Hi,
I have a question about ESB channel setting.
When I set the channel by calling esb_set_rf_channel, how is it set? Bluetooth Classic channel format? Bluetooth Low Energy...
Hi,
We have a custom board that includes an ST LIS2DE12 sensor. I followed what looks like the normal procedure to create an out-of-tree driver for it by refactoring the...
Hello community,
I am stumbling into a very strange phenomenon.
I'm using a nRF7002DK running a custom firmware that reads data from a bunch of sensors and forwards these...
I am new to the nRF52840 and the whole Nordic environment, so this may be a pretty basic question. I couldn't find any other blog entries that fit.
I am developing a manufacturing...
I use the nrf connect sdk together with vscode.
My application is a workspace application with the following structure:
. ├── application │ ├── build │ ├── CMakeLists...
Hello
I want to flash a nRF52840dk dongle with the programmer from nRF Connect for Desktop. My application is a BLE central with MCUBOOT.
When I click "write" it asks...
Hello,
I am working on the nrf_crypto_aes_ctr_pca10040 example provided in the nRF5 SDK. I have not modified the example; I am using it as it is from the SDK. However, when...
I would like to experiment with changing the frequency of the rangings, but I cannot find where the values are located in the nrf_dm sample. What is the best way to change...
Hello Everyone,
I am trying to develop a BLE-based Smoke Sensor, is there a sig-defined service or profile that's suitable for that sensor to be compatible with other...
Hi,
I have a working application where at some point, I erase some part of the flash with following code :
On nRF52 aPageAddr is:
(not sure why other variables are...
Hello,
I am evaluating the nRF5340 for a potential BLE audio application. I was able to program the kit following the instructions and using the build script (or through...
I am starting to experiment with the nRF 5340 Audio DK. I already have quite some experience with the nRF52 DK platform.
My goal would be to implement a simple guitar effect...