I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
We need to certificate our ble devices. I use DTM example. Already I connected to device and flash example. Which correct command can I send from PuTTY console for check that...
I have trouble making iOS to reconnect after a device firmware update: I assume the issue
is due to flash being rewritten and so loosing information about the iOS peer.
...
I'm wanting to design a mesh system that will be running on batteries.
I need to keep track of the battery voltage. I don't plan on monitoring it often maybe a few times...
Hi All,
I am trying to interface an SPI OLED display 128x32 with my nrf51422 development kit over SDK 12.2.0 with BLE. After the program gets compiled, i am getting this...
I am designing a board with a host cpu and Nordic nRF52832 as companion chip in order to have Bluetooth capabilities; the two SoCs are connected each other through the uart...
Hello,
I've been trying to program my nrf52832 board with an st link v2 dongle or an st32 disco board with no luck with eclipse(Didn't find a dedicated tut for using all...
Hello
i am using the nrf52840 with sdk 13.
on the client side i saw you are catching the cccd_handle. for the heart rate characteristic.
basically i am leaning the basic...
Hi all, is it possible to use NRF51-DK for Master Control Panel?
I dont have NRF51 dongle so I was thinking if there is a way to make NRF51-DK work with MCP.
Hi,
I have the following situation:
1 central connects and bonds to 2 peripherals. All the above 3 devices are power cycled.
Now, the central need to remember the...
My system's data rate is 16MHz.it input to nRF52832 is parallel 8 bits. Is it possible? I want input the data to RAM by easyDMA,please to tell me how to do it ? thanks!
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
I am working in sdk14 nrf52832 ble_app_hids_keyboard_pca10040_s132.
I set the .allow_repairing flag to true :
static void pm_evt_handler(pm_evt_t
const * p_evt) {...
My system's extend IC need a 16MHz clock ,because the nRF52832 work in 64MHz,so I want to use nRF52832 to generating a 16MHz clock output to a GPIO pin .please tell me ,how...
Hi,
I'm using nRF52832 and nRF52840 to work with MCU, then we should do the firmware update by the uart. I have compiled the bootloader_secure_serial project in the SDK...