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'm trying to read a byte using uart, I'm calling app_uart_get from main loop, but it return always NRF_ERROR_NOT_FOUND . I checked with oscilloscope and I can see the frame...
Hello,
we try to use static passkey protection on our devices.
we use nrf51 sdk12 with s130.
We read a few threads for setting a static passkey like here , here and some...
Hi guys, I'm migrating my SDK 10 project up to SDK 12. There are quite a few new configuration files and setups. In order to enable app_pwm peripherals I enabled the proper...
Hello when I tried to use IronPython with MasterEmulator.dll in example as described in documentation. I got following error:
c:\Program Files (x86)\IronPython 2.7>ipy...
I'm tying to read and write external memory using Spi bus
when I flash only the softdevice and the app, the program works fine
but when I flash the bootloader, the program...
I'm trying to flash the bootloader on an nrf52 device. the microcontroller is detected successfully with segger. but then when I flash the bootloader given with sdk11 (dual...
Hi,
my device : nRF51822 with sdk 10.0
Before I talk my question, let me make clear.
When peripheral connects to iPhone, it's on iOS's setting too but it doesn't go...
Hi nRF support,
In order to minimize the code size, I tried to enable define the macro BSP_SIMPLE, then I got the below error:
*** Using Compiler 'V5.06 update 2 (build...
Hi I'm trying to perform update (DFU) of my application using Master Control Panel 3.10.0.
I'm connecting, discover services (see DFU service available), then press "DFU...
When I connect the Nordic 51822 DK to the PC, I can not detect the device using
root@riot-VirtualBox:/home/riot# hcitool scan
Device is not available: No such device
...
Hi,
EX_1.rar
Can I define "non-const" variable for writing data via I2C using "APP_TWI_Write" function? Similar for read.
When using External "EEPROM" one should...
Do I need to manually go though every HW exaple in the examples in sdk12 and cut and paste all the little bits that I need or is there any other way?
I have a custom board...
Hi,
I'm using the nRF52 as a master and an external RF chip as a slave. After configuring my spi bus using nrf_drv_spi_init(&spi, NULL, NULL), in my main loop, how do I...
I have used nRF toolbox to update bootloader and firmware to my nordic device. I was previously using iOS9 (I believe 9.3.5 - whatever the latest version was before iOS10...