Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
Now want to use two way PWM, how to set the PWM cycle, frequency, duty cycle, there are two road PWM phase, which is the starting point is not the same as shown in figure...
I am having errors building the examples in the latest SDK for Mesh (nrf5_SDK_for_Mesh_v0.10.0-Alpha_src). I ran cmake -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf52840_xxAA .. in...
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...