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...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
Hey guys,
I have followed this tutorial that shows how to modify advertising data, and more particularly the name.
What I want to do is set a name in the beacon example...
I've added a HID service in my project.
I see a lot of messages
<00> debug> nrf_sdh_ble: BLE event: 0x57.
in the RTT Viewer.
What does the event 0x57 mean?
Hello All,
We are designing a product based on Tracking device, for this we use nRF9160 module & use controller #nRF52840 to send AT command for LTE and GPS.
We do not...
I'm trying to track down an issue where our application gets stuck due to what looks like an infinite loop in the app_timer2 timer list. When it occurs we see the next pointer...
Hello,
I'm using a custom board with nrf52 using sdk12.1 and SD132 v3.0.0. and the nordic's nus peripheral service.
I am able able to read and send data without any...
Hi,
I had a building project until I added app_uart_fifo.c. The app fifo and uart flags are enabled in the sdk_config.h. This is a custom board. Now when I build I get the...
Hi, I'm building a BLE peripheral with one button only. The button exposed over bluetooth. Obviously, the button handling module (GPIOTE) is used. After advertisement timeout...
Hi,
I am want to do wake up on motion when any threshold value generated by icm 20948 accelerometer I want to send an interrupt from icm 20948 to nrf52832 to wake up from...
Hi !
I'm using the nrf52832 with SDK 11 as pheripheral.
In Android phone the bonding and the scan request working great with my unit !
However, in IOS
1) i do scan...
Hello,
I am working with LPN example of SDK 3.1.0. In the example I need to change the poll interval time based on our application requirement.
I looked at this equation...
Hi Nordic team,
I have a curious problem I need a little help with:
(NRF52840 & SDK 15.3)
I have a project which is an integration of the ble_uart example and the serial_uartes...
I have searched your forum and have found several references to my issue; however, I have not been able to get anything resolved.
I am using the nRF51822 which is part of...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
I have gone through “Application Timer” tutorial...
I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays...
I was wondering if it is possible to do HTTP requests with the nRF9160 just by using AT commands? Since this is usually possible with such kind of modules.
The reason is...