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 :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Can anyone tell me whether it's possible, within the SDK (or otherwise!) to create a grouping of GPIO pins? Essentially, a design change means that we want to combine what...
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...