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...
Hi everyone,
I'm trying to compile my own bootloader. I had this error when trying to flash it into my module:
Here is my linker script for the bootloader:
SEARCH_DIR...
I want to write data longer than 20 bytes on Android MCP.
But if I use "write command", only 20 bytes data can by successfully written. The rest data is lost.
If I use ...
The last time, i could wireless communication by pressing a botton.
The next time, i wanna send the data to phone if the communication is established.
i modified the source...
There are already a few threads about this problem but none of them helped.
I want to use GPIO9 + 10 as .. well .. GPIO.
Here's what I did:
added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS...
hi,everyone,i use the nrf52832,sdk11.Every now and then my hardware has reset,and l use the "NRF_POWER->RESETREAS" to read the reset cause, and the NRF_POWER->RESETREAS value...
I have gone through the SDK and from what i basically understand is that gazell and BLE Multilink look very similar from the application point of view(1 Host connecting to...
In the nRF5 SKD alpha, gatts_cache_manager.c:123 looks like this:
gscm_evt.params.sc_state_stored.state = &peer_data.p_service_changed_pending;
Is this supposed to...
Hi all,
Refer as the antenna whitepaper, The Zs = 50 Ohm pi network need to match. I saw a matched pass filter optimized for nrf52832 from Johanson (Part Number:2450FM07A0029...
i have app_ble_uart and i wan get temperatura with my phone main.c terminal there is my code but i dont had any msg from my BLE controller.But if i changed call of function...
Hi, iOS caches services and characteristics when bonded with device, so we need to inform him to invalidate this information via Service Changed characteristic, but how it...
So I switched from Bluemod+S (nRF51822) to Bluemod+S42 (nRF52832) on my custom board and am trying to adapt my existing code to work on the newer model. Apart from various...
Hello,
can anybody tell me the exact differences between a Link Layer Acknowledgement and the Acknowledgement used by a write Request?
Does anybody have some statistics...
I am trying to implement the Current Time Service in my project and had a few questions:
-The example requires that security be established before services can be discovered...
hai
i am using mbed to program my nrf51822. in my application i need to read two analog sensor values.
i am using p5 and p6 pin for that.
AnalogIn analog_pin_1(p5);...
Can somebody explain what 0xA1 means in this raw L2CAP layer:
0a, 00, 4d, 00, A1, 01, 00, 00, 08, 00, 00, 00, 00, 00
I know 0a, total bytes, and 4d is channel ID, I...