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 am not sure on the nRF51422 chip the iBeacon function is fully supported, is it ?
I can make the examples working on it but on the Nordic site only on the nRF51822 chip...
Hello,
we are trying to avoid using code that triggers hardware issue #39 in the nrf51822, which appears to be fixed in chips whose build code is Hx0.
We would like...
Hi,
I'm currently developing a firmware running on nRF51-dongles (PCA10028). The dongle communicates with a PC application over UART. Everything is working fine except...
Hello we would like to use the Nordic chip to send wireless messages from a node to other nodes directly,without hubs. We wouldn't like to be limited to up to 8 nodes receiving...
Hello,
Setup: Android 4.4.2 (LG G2), nRF51822 peripherial.
I noticed that once in a while when trying to connect to my nRF51 based device it won't connect and what is...
softdevice 8.01,app is hts. ceilphone is HTC one. nrf tools.
add some functions display,adc, eg. use nrf tools HTM connect to the board, it's reboot every time when clip...
I'm using nrf51422, SoftDevice 310 and SDK 6.1.0, when i call sd_ppi_channel_enable_set, it causes SOFTDEVICE_NOT_ENABLED error, but softdevice was enabled earlier with SOFTDEVICE_HANDLER_INIT...
Dear all.
I have some test result on DFU feature. Please any comment on this issue.
test condition
Mater control panel (64-bit version)
nRFgo studio...
In my application, I had these lines.
nrf_gpiote_event_config(0, mPinDat, NRF_GPIOTE_POLARITY_LOTOHI);
nrf_gpiote_event_config(1, mPinDat, NRF_GPIOTE_POLARITY_HITOLO...
Hi,
On iOS, is there any way to download files right into the nRF Toolbox "User files" ?
This would be useful for DFU tests, to retrieve my binaries from the web.
For...
Hi everyone,
When I set the radio's transmit power, I can use "sd_ble_gap_tx_power_set" function. If I want to get the radio's transmit power, is there any function I can...
I am using NRF_GPIOTE->EVENTS_IN[0] and NRF_GPIOTE->EVENTS_IN[1] in my software. I had my own GPIOTE_IRQHandler working.
Today I am adding UART module into my source code...