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)...
Hello.
I am currently working on implementing a PWM control function using nrf52840. I used the function "es_battery_voltage_get()" to read the battery voltage before and...
I have written simple hello world code on nRF9160 custom board and enables the MCUBoot as bootloader using CONFIG_BOOTLOADER_MCUBOOT=y in prj.conf file.
Also, made some...
Hi everyone, I'm trying to communicate with OBDII through NUS using nRF52832. I was able to initiate the connection, send commands to OBDII, and get responses on the ECUsim...
The current RRC Inactivity Timer from my provider is 10 seconds, causing my power consumption in RRC Connected mode to be unnecessarily high.
I want to use the Release Assistance...
Hi,
Can anyone check if my understanding about this NFC-BLE pairing feature is correct?
1.Before connecting, two BLE devices will exchange some keys or info for secure...
Hello,
I'm working on an application that will use the nrf9160/nrf52. I will need to make https REST calls where I will populate the http header with username/password credentials...
I didn't manage to find a solution to my problem here but I fixed it myself so I'm posting it just in case it helps someone else.
I installed JLink 5.12.6 and nRF5x Command...
Hi,
Android shows a message that the NFC Pairing was not successful, but it looks that the connection was established successfully (Device in the connected devices, data...
Hi All,
I have a measuring device that needs to send UART data over BLE to a PC with BLE dongle or Macbook with built in BLE. My test users need to open up a webpage in...
Okay, I've run into an interesting scenario.
SDK 17.0.2
NRF 52840 (DK)
I am coding a multiperipharal service on a multiperipheral ble device.
My attempt at updating...
Hello,
Does Nordic have a Google Flutter example mobile app for MCUBoot and MCUMgr based DFU (built with nRF Connect SDK) ?
If not, does someone on this forum know about...
We have an nRF52 with dual roles: peripheral for the connection to an app, and central, connecting to multiple third party peripheral devices.
we have a few problems with...
Hi,
I have a problem, I would like to implement a light dimmer endpoint witch I could bind via coordinator to bulb(or something else...). I do not known how to implement...
I am using SDK nRF5_SDK_14.0.0_3bcc1f7 in my project. All the features was working but i need to add the security mode 1 level 4 security in our BLE device with LESC. I have...