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 using NRF52832 with SoftDevice S132, and SDK 14.0.0 to make NUS peripheral and central. To test it I have one NUS peripheral device, that echoes incoming data...
Using SDK 13 FDS, I store 6468 byte, that is 1617 words, including FDS header. Of course this size is total.
In detail in byte size, this size consists of
(12(header)...
Hi,
I'm wondering if the slave connection interval range is the same as the GAP peripheral preferred connection parameters i.e. does it make sense to do the following ...
Hello!
I'm developing thread application with COAP communication. I've got problem with message queue on router. Everything works fine when operating as a child. I have cyclic...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
Hi,
I'm trying to get started with the nRF51-DK with the ble_app_template. I want to get it working in the Rowley CrossWorks IDE. (From what I understand this is the same...
I am having trouble running softdevice_enable. Here is what happens:
After main(void) starts the code is:
log_init(); // WORKS
clock_init(); // WORKS
buttons_leds_init...
Hello,
I'm using a nRF51822 to send data to the iPhone using the NUS service. I'm using the oldest SDK4.x and v5.x S110 soft device. I know that the least connection interval...
Good day.
I`m very new to nordic chips.
I`m try to use NRF52832 as TWI master with OLED display based on SSD1306 with I2C.
And got this.
Yellow is SCL, Blue...
Hi,
I am trying to use the FDS for saving some variables and displaying them again later. I have downloaded the NRF52-fds-master sample code posted on github. However,...
i am working with mpu xx example given in nordic website. it seems code is working fine i.e. compiling and dumping into nrf52 DK, But not showing any output values.
i was...
I am using an Nrf51822 for a project. I looked in the datasheet and it said that there is a built in WDT for the chip. It also says that clocks can't be used while in systems...
I want to use in my project tft 1.8 display with st7735 controller. I'd like to use some based code but can find nothing except on infocenter nordic
As I understand there...
Hi,
I am writing a boot loader which does not need to use the soft device as the image is being transferred over an SPI interface.
I have merged the softdevice and my...
Hi
I suppose that Multiple connection to centrals is available from BT4.1.
Is it possible to realize bu S110?
If it is so, which version is available the specification...