Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I don't have a question but am rather posting the solution in case it helps someone else out who had the same problem as me.
With SDK v9/SoftDevice S110 v8, our application...
Hi guys,
I am really confused to distinguish SMP request from pairing request.
Could you kindly what the difference?
Device(nRF51822) can send SMP reqeust? If...
So, I've began tinkering with this device a bit, and using totally stock hex files, installed via
make flash_softdevice && make flash crashes bluez with sigsegv shortly...
I am struggling with the correct value to use for DFU_APP_DATA_RESERVED in the bootloader. My application uses the Device Manager and has one block allocated for to pstorage...
My app is generating hardfualts. Based on this post I looked at memory location SP + 0x14, which points to the address that generated the fault.
Memory at SP+0x14: 8F 31...
Hello Everyone,
I am doing the rough calculation of the power consumption of NRF51 where in the radio part of the datasheet it is indicating 10.5mA whether it is denoted...
Hello ,
I'm using a couple of nRF52 dev.board (one is Nordic preview dev.kit , the other one is a Rigado BMD-300) , with S212 ant+ softdevice . I'm able to deep-slepp the...
I use the board to act as relay.First ,i scan and connect to one peripheral.Then ,i want to disconnect the peirpheral once the another central connect to my board.i call sd_ble_gap_disconnect...
Hi ,
Would you help me to find right material(App note, source code/project) to implement below case:
My nRF51822 connected on beaglebone black(BBB) over UART this will...
Hi,
I want to implement a DC/DC converter setup schematic for my projet and I don't know how to make the difference between the AVDD and VCC_nRF supply tags given in the...
Hi, all!
I have a Quesion about Maximum Voltage & Current of internal DC/DC conv. & LDO of nRF52832.
I'll design circuit using olny internal DC/DC conv. & LDO of nRF52832...
Hi.
Is there a (lazy) (dummy) comfortable way to make an nRF518 chip (in my case, nRF51822) communicate with the built-in bluetooth adapter of a laptop with windows 7 or...
Hi,
I am trying to connect a GPS through UART to nRF52 and get the reading and write it to the serial USB of my PC. I am using app_uart_init() and app_uart_close(). My idea...