Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
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...