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 Guys,
i am using nordic nrf52840 controller. and i have my own bootloader application code.
and once the controller boot up then it start mbr code from 0x00000000...
Dear Nordic Team,
Is it possible to have dual role (one at a time) on nrf52805? Is any such stack available?
I am very new to BLE and i am facing a problem in BLE Uart...
Hello Everyone,
I am a beginner for working on Nordic devices. I have one query. I have to build a firmware in NRF52840. Now 2 different apps will be connecting to this...
Hello
I am using 5 nrf52833 dev kits and the ble_zigbee_dynamic_light_bulb_eddystone example from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
I have modified the following...
I'm trying to achieve a low power operation on a device which has a nRF52833 module with a SPI peripheral on Zephyr. It is based on the peripheral_lbs.
The intended behaviour...
Hi, I am learning how to implement Long Range on the UART central and peripheral examples using SDK 17.0.0. The error I am facing is that the debug terminal shows
[ app_timer...
The provided ble_app_template10056e from nRF5_SDK_17.1.0_ddde560 crashes:
The crash was reproduced using:
1. nRF52 DK Kit - ( https://www.nordicsemi.com/eng/Products...
Hello,
Can anyone know how to print MCUboot info on serial debug terminal or Normal Debug terminal using COM port?
What are the Configurations to be added for this?...
Hi guys
I am working on a project need to pass the ADS1231 read data through BLE. But I haven't done so far. I just try to read the ADS1231 value first. Referring to some...
I see an example of a central device and peripherals as one, and I see it using the following three registers to determine the start or end of the broadcast, the beginning...
As stated in the title.
I am using nrf52832 provisioner example with light_lightness example in v4.2.0. Provisioner is able to set up the network with clients and servers...
Hi support team,
We have a new project now. We plan to use nrf52832 for the project. We know about the BLE and the related development, but we are not familiar with nordic...
I am using C++ to program the nRF52 DK and I am trying to use the standard vector library.
When I try and compile it I get the linker error:
${GCC_PATH}/arm-none-eabi...
Hi I am trying to do the led blinking in nrf52840 but the led is not even turning on i have given the code below can any body help me out.
nrf_gpio_cfg_output(14); nrf_gpio_cfg_output...