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...
Hello,
I'm trying to upgrade my SDK v11 project to SDK v12 project and I just got sober from idea that I switch SD and update "components" folder.
For example I was using...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'm sorry for general question, but I need it for my calming down.
I'm delving step by step go throught header files into origin definition of function for understanding...
Hello,
I'm implementing bonding feature on nRF52 with SDK_0.9.2.
I found a tutorial which is devzone.nordicsemi.com/.../ .
I followed this tutorial and then tried to...
I have a sensor HTS221 that I would like to power from an nRF52832 I/O to allow programmatically resetting the sensor. Looking at section 20.4.1 GPIO Electrical Specification...
We have bots (what I'm calling our device for this question) that play both the peripheral and central role depending on their context (not unlike the relay example; except...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
I...
HI,
Currently I try to run example/iot/tcp/client in nrf51 iot sdk on nrf51-dk board. Then on server side, I use "ping6" command to test the data sending and receiving...
Hi, Very happy to note that you are planning to release source for nRF Connect for Desktop soon. Do you have an updated timeline on that?
Also, I am trying to use pc-ble...
Noticed this for gcc with -0s optimization an application fail to save a bonding data. It is caused by byte alignment of
static uint8_t buffer_memory[(n_blocks) * (block_size...
Hello everybody,
I am a newbie, and I tried to follow this tutorial to set up my laptop for development.
Everything works until I went to the step "Import existing Eclipse...
Hi,
I am currently writing the firmware of one of our products that will be produced in mass market, and now my goal is to have a unique BLE device name for every sample...
I am trying to study the docs for GPIOTE in SDK12 and see various sections for GPIOTE. What are the differences between: Driver , Abstraction , Handler and Handling Library...
I'm following the tutorial Development with GCC and Eclipse
I could compile and flash existing project that attached to tutorial.
Now I can't understand what to to while...