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 All,
I did this tutorial : How Import a Keil uVision project Segger Embedded Studio - A Cross Platform IDE ,
but I dont know what did wrong. I still get this error...
While porting my app to the latest 14.0 SDK, it got a little stuck with the new sdh library. I was previously fetching all events through a custom poll & wait loop, but I...
When a packet sent out and get the TX_DS IRQ by nRF24l01+, the mode change to RX and read STATUS register then write the value to the STATUS register and write FLUSH_RX 0xff...
For the SDK13.0.0 the documentation say that HF clock is activated in nrf_drv_usbd_enable() / app_usbd_enable() but it is activated in nrf_drv_usbd_init() / app_usbd_init...
Hi,
We are planning to build a Mobile application for IoT involving Bluetooth communication. We came across a few part numbers of Nordic for this. We would like to know...
I had purchased the Red Bear Labs "Micro" board to develop code using their MK20 USB Dongle and Arduino.
If I "hack" the programming cable to emulate the "Micro" daughter...
Hi ,
I have recently bought a nRF5232 PCA10040 development kit and i am trying to interface nRf52832 development kit(Master) with AS3955(slave) over twi. I tested the twi_scanner...
Hi all
I'm trying to build a generator based on NRF52832. Outpit signals are: 8MHz clock and two latches signals highly sinchronized with clock - RGB_LAT and TXT_LAT. For...
Hello,
I have a question on how to calculate the capacitance based on oscillator relaxation for NRF52. For example, in the Csense_drv example, when pin is touched by finger...
Hi,
I have a working scanner and manage to require timeslots with the below timings.
Interval 300ms, scan window 50ms, Timeslot length 10ms.
But when i try to...
Hi,
Trying to implement a simple Hardware UART in parrallel with Ble on a custom board with mdbt42 Raytac module. I have the following compilation error:
*** Using Compiler...
I was trying to integrate mesh network into the ble_uart. I am using softdevice v7.3 and sdk6 with nrf51822. I followed the instructions given in the github link text
....
Hi, I bought an Arduino PrimoCore card and I read that you need to buy the Alicepad card. I can not find it on the net. But was it put on the market? Thank you.
Hi,
I have added new UUID (Service and Characteristic) into the uuid_definitions.json but it's not used in the application.
To try I put a error into the json file and...