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'm trying to build the ZigBee light bulb sample on nRF52840 dongle.
It compiles. 1 LED blinks, and the other 2 are steady, which supposedly indicates that the dongle...
We are using an nrf52833 with the nrf21540 FEM and are getting a fault. Even with a basic BLE example, we are getting this fault. When we use a board that does not utiliize...
I need to detect the VCC voltage on the nrf52833 on power-up and wait till it slowly ramps up to 3V. Is there a way to do this using the Power-Fail Comparator. I found another...
I am using an nrf52833 with both 32.768 kHz and 32MHz external crystals (identical to the DK). When I go down to -30 deg C, the uart stops working. I believe that this is...
Hi
I'm trying to use the nRF Cloud Provisioning Service with the nRF Cloud multi-service sample in SDK 2.6 on a nRF9151DK.
I have got the token from the device using AT...
Hi,
Do you have sample ios reference code for app that I can start developing?.
I have been searching the web and couldnt find a good example. basically for updating firmware...
I use ncs v2.7.0.
I am evaluating to connect 250 nodes in BLE network . Each node sends BLE packet periodically for every 100ms.
In project sample, periodic_adv_rsp.c...
Hello,
I am running the SDK on Fedora 41 Workstation using VSCode (Codium) with NRF Connect SDK Extensions. Everything was working fine with v2.7.0 SDK installed using the...
I am having nrf52840 dongle,my purpose is to make it a peripheral device,enable gatt,change tx power through gatt.i uploaded blinky hex code(compiled in vs code ) to the controller...
I am using nRF52833DK, zephyr v2.7.0.
I want to disable hardware nRST to use P0.18 as GPIO.
What I did
Added to Kconfig : CONFIG_GPIO_AS_PINRESET=n
Removed : gpio...
I previously tested the peripheral_ams_client with iOS 17, and I could select the device in iOS Bluetooth settings to connect to it, however it appears in iOS 18 iOS is not...
Dear: We have product using nRF51822 with BLE to UART bridge between an app on the phone and the UART interface on the nRF51822 device. that include control command and OTA...
I want to implement a PWM up/down ramp that preferably runs with no CPU involvement. From the datasheet it seems I can do this by storing a sequence in RAM and having the...
Programmer tool v3.0.9 outputting the error - " Failed to detect device after reboot. Timed out after 10 seconds." After the user attempts to write a blinky hex file to a...
Hi,
My Development Kit is PCA10040, SDK_17.0.2.
I have builded the example code -> \nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses
in...