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...
Hello,
I'm going to use nrf52-ble-image-transfer-demo-master for my application.
But demo used other way with cpp code for configuring nrf52832 interfaces(spi, twi, gpio...
Hello Folks,
Nice to see an active developer community out here! I ran into some issues last night which I hope could be resolved. We procured nRF52840 SoCs and have developed...
Hi all,
i'm new to BLE in general, I found this chip (nrf52832), which suits my uni project.
However, I don't have much knowledge about this technology. therefore, im...
Hi everyone,
I would like to test the capabilities of nRF52840. I understand that it should be capable of higher throughput (x2), increased broadcast capacity (x8), and...
Hi,
I need solution for modbus interface.
My One Central connected with Modbus Server App and 8 slave connected with each peripheral.
which SDK and Mode used for this...
Hi,
I just read Understanding NRF_ERROR_BUSY and wanted to know if this is true for the S132 V5 softdevice.
So each connection can queue one system Tx packet and one...
Hi everyone !
We migrated a functional code from IAR to GCC compiler. But we got some trouble working it with GCC. The code compiles but it doesn't act properly with GCC...
I have used Arduino for some time and i am very new to NRF. So i am struggling with any thing i do. But i am really motivated to learn it.
Completed setup for eclipse to...
Hi, I am designing a PCB which consists of an analog circuitry (microphone + analog front end) and the nrf52832 chip. I am using inbuilt-ADC of this chip to sample the acoustic...
I use this demo [nRF51_SDK_10.0.0_HID_DFU_090216.rar] (/attachment/27e0b68cff3ffe4959299fcae336e844)
change rep_map_data[] add mouse and Consumer,but restart is no work ...
Hi,
(I'm a computer scientist, please be kind)
In the below attached image, I have collected the data outdoors (so no signal reflection or signal fading) from a single...
Hello all,
I am using nRF51822 BLE SDK 9.00 PCA10028. I want to configure the gpio pins as input to sense the voltage as high or low. how to configure it please suggest...
hi
i'm developing to nrf52832, sdk14.0 version.
for example, ble_app_uart project..
NRF_LOG_INFO("UART Start!");
printf("UART Start!");
-> In serial program,...