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...
To reduce nRF52 design thickness, I'm planning to use a low profile inductor on the DCDC converter.
The low profile inductor has a higher resistance, compared to the recommended...
Hi, All.
Once I wrote data in NV memory, it's OK. I can get the same data I put in.
But, after power off - on reset, data are invalid. It's all 0xff(erased state).
I used...
Hi,
I have been trying to do it and even though I have generated packages using the old nrfutil and the new 1.5, when I use nRF connect to do the upload it aborts without...
I programmed my beacon with this code:
ble_app_beacon.zip
I use nrf connect app to see its signals. nrf connect can find my beacons but it says:
serviceUUID : N/A
TxpowerLevel...
Hi all,
I believe it should be possible to defined a characteristic which can be written to but have no automatic write response ACK sent. Instead I want to send a manual...
I develop a temperature sensor sending a temperature and battery status every second.
Used to work fine on previous nRF Toolbox.
Today on my Android 6 and latest nRF Toolbox...
Difficult to obtain the high-ohmage resistors in the solar beacon reference design. Will 5% resistors suffice or do the resistors have to be 1% tolerance.
I have difficulties understanding the COMP APIs, this function below starts after initializing the COMP the peripheral.
nrf_drv_comp_start(NRF_DRV_COMP_EVT_EN_CROSS_MASK...
I am using the nRF51822 utilizing the internal LDO setup. I received a question during regulatory submittal that I am not able to answer and am looking for help on. Is the...
Hi
I've tried to update some of our environment to the SDK12 files. When I tried to compile some of the files a weird bracket error showed up.
At the end i could find...
Hi,
I'm trying to run one of the template app programs from the Nordic SDK 12.0 library with a nRF52832 board as my target. I had trouble with compiler errors using the...
I curious about that what does exactly mean 'arm5_no_pack' folder name in SDK.
I usually used or developed under uKeil5(MDK-ARM5 v5.12).
What is relation with 'arm5_no_pack...
Hi
I'm trying to port my firmware to the NRF52 DK, but I'm having trouble getting it to work.
Could you give me a hint based on the stack trace below, what the problem...
I am compiling the simple BLE HRS with freeRTOS example using gcc and eclipse environment. I followed the example provided on eclipse and was able to build the blinky example...