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...
Hi,
I'm using the nrf52 board with sdk11.
I want to know that i have 100 beacons and my nrf52 is a cenral.
1)How many beacons can scan by the central at a time?
2...
Hi, I have managed to get my nrf51822 DK kit to read LDR sensor values. However the characteristic values are represented as hex on the master control panel and also on the...
Hi,
I'm i'm sniffing the NRF51822 s110, using the Nordic's BLE sniffer (on s120).
The BLE device is in a connection, and do a connection parameter update to a new interval...
Hi All,
I'm trying to update the application firmware of an nRF52 board with OTA DFU.
I have managed to create a .zip package (under linx, gcc compiler, Nordic SDK11,...
I want to make a program for wireless accelerometer with a microcontroller "nrf51822". I prepared the code however I face a problem with the ".h" files such as "nrf_error...
Hi All,
I'm having trouble running one of my I2C sensors connected to the nrf52 when running at a 200hz sampling rate.
Interestingly enough, the same sensor seems to...
I mean what kind of header information and stuff besides the data. I could only find this for advertising packets.
A graphic or list like this would be nice:
byte 0...
Hello,
I'm currently working on profiling an embedded application on an nRF52 using the S132 SoftDevice.
I've found that the svcall sd_softdevice_enable takes approximately...
Hi,
My SDK version:9.0
SD:8.0
I use gpiote to generate an interrupt,
static void bma255_int_hook(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
g_int1_triggered...
My phone : Lenovo Phab
Problem : cannot pair with nRf 51822 from Bluetooth menu BUT when i use Official App ( NRF Utility etc) then connect and start receiving data " ...
Hi,
I am using nrf52 with sdk11.0, I have migrated the code of pwm_library code to ble_uart_peripheral.
But when i'm initializing the pwm the code it stops the advertising...
I am not sure where to post this info so I do it here. We have been testing nRF51822 chips in a Rigado BMD-200 module powered by a single 2032 battery and have been getting...
I am using the minimal port referenced in this question: devzone.nordicsemi.com/.../
to interface the nRF8001 using an MSP430 device. I am currently in the process of porting...
I am using SPI MASTER example from sdk 7.2.0 with softdevice s110(using spi along with BLE).
In my program I have a requirement of reconfiguring spi pins after using spi...