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 working on a multi peripherals to one central project based on the NUS service of NORDIC chip. Now I use nRF52840 Dongle as the central board. I have debug the...
Hi, i'm a litte bit confused about the Secure Boot functionality. I'm using a custom example and the SDK 17.0.2 Secure bootloader. When generating a DFU package I have to...
I have compiled ble_app_uart_pca10040_s112 and it appears to be working for small amounts of data, however it crashes when large amounts of data are pushed through (from UART...
Hi
I got NRF_ERROR_NO_MEM, when calling to "nrf_atfifo_item_alloc()" from "timer_req_schedule()" routine.
Is the allocation is done from the task heap or stack?
Thanks...
Hello guys,
I decided to open a new ticket.
I am doing a university project which consist if building a BLE mesh formed by microbits & nRF52833.
As I have seen both...
I'm connecting the NRF52832 UART to a USB bridge, CP2110. I am going to use flow control on NRF52832 but I might not use it on CP2110 for unrelated reasons. In general, my...
Hi,
We are Manufacturer of LED Lighting Products. We are developing Outdoor rated Products using nRF52840 with External Antenna Module.
Now we want to know that FCC TX...
Hi,
I have integrated ble_uart_app with timer example provided in "SDK 17.0.2".
When I run the program the timer timeout immediately by calling "timer_led_event_handler...
Good morning,
I am developing a custom PCB with nrf52840 and antenna. I would exploit the shape of the nrf52840 Dongle PCB antenna copying it.
Two questions:
- could...
Hi!
When I try to build the asset_tracker example (or any other sample) I get the following error:
I am using v1.5.1 of the SDK and I have installed using the Toolchain...
Hi everyone! I want to build an example code blinky_pca10028 by using microcontroller nRF51822_XXAA but I have some problems. I downloaded all package for it and opened an...
Hello,
I have followed these instructions, but the nRF sniffer option does not show up as an option in the Wireshark GUI, https://infocenter.nordicsemi.com/index.jsp?topic...
Segger cannot seem to find the user included directories. Every time I compile any file I get this error or something similar of {name of file} not found as shown in the pic...
hey
I have worked on BLE, and learned the BLE protocol stack. Now i am learning BLE Mesh. I found the Mesh is also having a stack, I could not understand why both the stacks...