I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
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 :...
Hi,
I am trying to implement the DFU ANT Bootlaoader on my PCA100040 board. I have uploaded the softdevice S212 and the bootloader with nRFgo Studio. I have an ANT dongle...
Hi, I want to read the StaticPasskey from the Softdevice that was set before with:
uint8_t u8_ToBePassKey[];
/*
* Configure ToBePassKey in some way...
*/
m_static_pin_option...
Hi everyone,
I am developing a remote control using nRF52832 chip. My prototype is currently developed in PC10040 board. The IDE is Eclipse Oxygen, and the SDK is S132...
According to here , pstorage_init should not be initialized twice.It links to another thread and the documentation which says the same but does not mention downfalls of doing...
Hi,
I am trying to print ble device names around my board by scanning and i am able to print some devices and i am unable to print other device names even though they are...
Hi. We recently upgraded from SDK13 to SDK14. All was well until we integrated the bootloader. We are using Laird's BL652. We updated the bootloader's config to use NRF_CLOCK_LF_SRC_RC...
Hello All,
I am new to this area and i am just starting my development for BLE.
i am planning to use nRF52832 . I want to know that if i am planning to make night lamp...
Hey,
I'm new to the Nordic Semiconductors and wanted to get started out trying to learn about Bluetooth Mesh.
I've been reading a lot of posts and trying to get some...
------------ EDIT Sep-21-2017 ----------------
I was able to work around the issue by trying on a Linux distribution. Here is a written guide to the package install and...
Hi,
I have successfully connected an MCP3004 to the nRF52832 and can assign the ADC channel 0 output to a characteristic value. Works beautifully.
However, there are...
Hello,
I would like to know what are possibilities for low power in a central device on nRF52 chip.
I need to be in BLe connection mode, and be able to receive notification...
I'm trying to figure out if the NRF51822 is capable of performing the tasks I need for my project. I need to be able to do the following
4x PWM at ~2kHz
4x Analog read...
I am building a Bluetooth Mesh project and when trying to make a custom Makefile for the Mesh Light Control Example , but when compiling the project i get this error:
Compiling...