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...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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...