Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
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...
Hi,
I need some very simple file system to use on an external SPI flash. I gave a quick look at Flash Data Storage and it should be ok for me. I am not sure though why it...
Hi,
Disclaimer - this is definitely a question where one picture worth a 1000 words... ;)
My app use timeslot api to get a free time period to do some hard real-time...
Hello. How can I send binary data (in order to not convert it to ASCII string) over UART?
I have sensor data (obtained over BLE). Every measurement is 13 bytes, sample frequency...
Good day!
Thank you for your consideration of my problem! The system is an nRF52832 utilized as a motor driver of a small 2W high rpm maxon motor. The system performs as...
Hello,
I am trying to evaluate the nRF52 dev kit. The "getting started" HTML documentation has a link for "Setting up the development kit". This links loads "Oops (400)...
Despite all the questions on this forum for how to change PWM frequency on the fly, I found no mention of anyone using "WaveForm" mode. Perhaps it's new? There are also no...
Dear all
I have a service with an UUID. Let's say 11111111-2222-3333-4444-555555555555
I also have two characteristics that belong to this service:
66666666-7777...
I am using an nRF52 DK to build a prototype for a product. The device needs to have a connectable advertisement (as peripheral with multiples connections possible) and at...
Hello, thanks for reviewing this. I am trying to install and run Zephyr on the nRF52840 module that is on-board the nRF91 DK board. I have gone through the setup process and...
I'm doing this:
1. Start a scan, with these parameters:
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */ #define SCAN_WINDOW...
Hi
We are evaluating the nRF52832 for use in a medical application, I have modified the example ble_app_cgms_pca10040 to drive our evaluation hw. We are using the Nordic...
I am trying to interface nRF52-DK (PCA10040) with an external MCU (PIC24FJ128GC010) using UART. When trying out the ble_app_uart example in the SDK version nRF5_SDK_15.2.0_9412b96...
Hello,
Will the new nRF Connect SDK that will replace the SoftDevie let us modify the BLE Link Layer specifications? Will the Nordic BLE LL implementation be open source...
Hi,
I'm using SEGGER Embedded Studio in order to build and flash my applications on nRF52840 DK.
I have observed the following behavior:
I try flash the application...
When should I use nrf_calloc (malloc) instead of static declared variable on nrf52840 chip. I mean it has a huge ram memory for as much static declared variables as I would...