Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Does anyone happen to have 3D models of the PCA10040 and PCA10056? I found the Altium files, but, being an Eagle user (and not having an Altium license), I was wondering if...
Hello,
I'm using nRF52 SDK12.2 "ble_app_uart_c" project as a "Central", and the target device is the "Peripheral."
Test Steps:
Using putty sending message(with...
How can i initialise all four channel of pwm1 using pwm library.
i need to initialise one channel for one purpose and other channel for different purpose.
whenever i am...
Hi,
I just tried the example from
github.com/.../nrf52-mpu-easydma-using-gpiote-and-registers
And they are working like a charm. Now I want to change the example...
In the on_ble_evt(ble_evt_t*) function from the ble_app_template, I added a case of 'BLE_GATTS_EVT_WRITE'. In it has the following code:
case BLE_GATTS_EVT_WRITE:
{ ...
I have a hard time figuring out what some of the constants in nrf_mesh_config_node_app.h for my Bluetooth Mesh application should be set as.
Instead of writing a question...
Hello,
I'm working with ANT+ hrm profile and the relative Nordic's library, but I find out that there are missing pages. Infact I have only pages from 0 to 4. How can I add...
Hi,
I have taken the BLE Central Example code (ble_app_uart_c)in one nRF51822 hardware and in the other nRF51822 hardware, I have taken the BLE Peripheral Example(ble_app_uart...
Hello dear Nordic Semiconductor!!! I took your wonderful Thingy:52 everything was great until I wanted to build a project based on your Thingy: 52-SDK. I have nrf52840 pdk...
hi, i am having a doubt. now my nrf 52840 is acting as a peripheral. it is advertising some packets and my mobile is acting as a central and receiving the advertising packets...
Hi there,
First: I’m a newby, just did some things with Arduino to control some LEDs etc but not much more before.
What’s my plan: I actually ‘ld lik to control some...
I am new to BLE development and have started by installing SEGGER Embedded Studio
Release 3.30 and have a J-LINK edu usb device and a Core51822 board from Wavetek.
I understand...
I am using various sensors to build a wireless sensor network. There are libraries for sensors that are provided by developers such as from adafruit or sparkfun. I have been...
What is the easiest way to use Arduino libraries into nrf52 projects in Keil on C?
Arduino has a lot minus : bad ide, not support debug mode, not optimize code size. But...