I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
I have a 256k NRF51822 with S110 installed.
I have a small custom bootloader that is located at 0x3f000.
I used nrfgo studio to install the S110 stack, then the bootloader...
Hi everyone !!
I have this hardware mapping, and I'd like to detect pin state change with an interrupt.
My problem is that it seems I can't configure an interruption...
I'm new to Linux, new to embedded code but 15 yrs experience in Windows development. So, I got this project where I need to interface from BeagleBoard-xm running Ubuntu Linux...
Hi, I'm using my own custom board.
MCU : NordicSemi nRF51822-QFAA
SDK version : 7.2 (I use IAR 7.1 for ARM.)
Softdevice : S110 7.1
Each 3 examples does work with...
i am sending data with the advertising, and the Dongle receives the data. It only receives the data at certain times. 20 sec receiving, 30 senconds nothing...and so on.
...
Good afternoon,
I want to get date and time from the RTC1 and working on the S110.
As the RTC1 counter is just 24-bit long, final counter value (overflow) has to be taken...
Anyone had any success get uCXpresso.NRF working with the latest nRF51 Dongle. I can't seem to get the BLE stack working.
Trying to run this example but the device is not...
Just starting the external LFCLK needs a considerable amount of energy. With my evaluation board it takes about 340ms for the XTAL to get started, which is well within the...
I am only interested in one max bonded device at the moment so I want to replace the old bond with a new bond. Is there an easy way to do this? I only want to replace the...
Hi,
I am try to manage situation when a wrong PIN code is provided from Master control Panel.
Using an NRF51822 with S110 I receive this code:
BLE_GAP_SEC_STATUS_CONFIRM_VALUE...
Hi,
I'm trying to communicate between a stm32f4 (spi master) and a nrf51822 (spi slave). I have configured the MISO, MOSI, CS and SCLK of the nrf. I use the spi_slave_example...