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...
I'm using nRF52 + SDK11.0.0 + s132 and have a couple of questions on DFU.
I want to use a CMSIS-DAP programmer + OpenOCD to upload the bootloader (or BL+SD+APP+setting...
Hi,
I am using a nRF51822 board and I wanted to know if the LC filter is necessary if I don't need to use any analog entrance or exit. I just need the BLE and a digital...
Hello,
I was trying to load code in pca10028 and I started getting error as "No cortex M Sw device found".
It was working properly but later it started showing me this error...
Dear Nordicers,
I have an application where node based on s132 sofddevice 4.0.2 has multiple connections as a peripheral and as a central. The case is about non overlapping...
I have an NRF52832 DK [PCA10040, V1.1.0]. It used to do programming with it, but now it suddenly stop detecting as "JLink" in Windows, Linux and Mac. Now when I connect it...
Hi, I use the twi_master_using_app_twi_pca10040 (SDK 12.1) to test the TLC59116 LED module .
By changing the example project's code by referring the GitHub code, I have...
Hello the Nordic Team,
I come here after a lot of research and testing and do not understand what is going on in my program. (is it Embedded or iPhone nRF Toolbox side...
hi,
I follow the pwm routine, 51822 can work and output pwm, when I want to change the frequency of pwm encountered a problem, the program reset.
I use the method when i...
Hi,
I'm using Nrf51822 to implement a RTC(200ms tick)
I connect a external 16MHz crystal to the MCU.
I use the S110 softdevice with BLE function enabled, so it's in ble_stack_init...
Hey. Has anybody played with autocomplete for command line interface.
I like it alot and it is very helpfull. Now a autocomplete would be cool!
Here is what comes to mind...
How to setup a nRFDK52 as a central and nRF bluetooth kit as peripheral. Should I use nRF go studio? Do i need to load the soft device first before loading the app? What is...
I want to store two floats and one 8 character string in fstorage.
I solved it by using 4 uint32 types stored in flash, I got it working in the ble_app_template example...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi everyone,
I'm using a custom wrapper ( github.com/.../arduino-BLEPeripheral) with softdevice S130 v2.0.1. I've extended the wrapper to allow simultaneous advertising...
I am trying to implement a simple example with custom profile by building upon
the tutorial given devzone.nordicsemi.com/.../
My profile is something like this:
Service...