Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
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...
Hello,
I am trying to understand a bit better BLE throughtput in order to use it for my application, having read this Nordic Blog , this post and ATT_MTU Throughput Example...
Hi!
I have adapted the heart rate example to have just one service and one characteristic. Initializing works fine and I can read the initial value of 0x00 using my cell...
Hi all,
i have a question about the communication client and server.
I'm using for my project a nrf52 and softdevice s132 v2.0.0, reading the datasheet i can understood...
Hello
we have a projekt with periperal "ble-app-blinky" und central "ble_app_blinky_c".
how to do:
when the "peripheral" battery is below 2.3V
then the led 4 on "central...
I'm trying to regularly change some advertising parameters ( ble_gap_adv_params_t.type ). The only way i can see to do so, is by stopping and starting advertising.
However...
I made a pulse oximeter product with nrf51822AC(base on SDK5.2.0 & S110 6.0.0), and implemented SIG GATT-based profile(PLXP+PLXS). Now we want to do BQB RF PHY testing to...
I have an example combining BLE, UART and SPI in which I use RTT to watch the startup process.
The SoC is nRF52 (BLE Nano2); building with armgcc.
This works ok when JLink...
Hi,
I need to send large data(about 200KB) from android phone to my custom board.
Connected like this :
Android Phone ->(BLE) -> nRF51822 ->(UART) -> Custom board...
Hey everyone,
I'm new to the Nordic/Thingy/Embedded world and was hoping I could get some hand holding to achieve a simple change.
I would like to change the Thingy...
Hi All,
I am working printer project where i will be using two boards , one is nrf51 dongle which acts as client(sends/advertise the data) and another is nrf51422 soc on...
Hello community,
I did a central device which is connecting with 8 slaves and this slaves are sending every time 8 bytes when they are connected. My set up is the following...
I'm trying to create a program that takes a stream of UART data at 115k baud streaming in and sends it over BLE as fast as possible. So far, I've
(1)Verified/ made some...
Dear Nordics,
If I add ble_nus service to buttonless_dfu example , it will reset after ble_dfu_init(). If I set
*p_ble_enable_params->common_enable_params.vs_uuid_count...
I am working on S140 on nRF25840. I am using the ble_app_beacon sample.
I want to set the advertising interval smaller than 100ms while using non-connectable mode. But the...
I am developing a product where I need to read a signal from an SPI ADC and send remotely to a receiver. This will be powered of a coin cell.
I see that the NRF51422 is low...