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...
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...
Hello!
We are trying to get low average current consumption on the nRF9160 DK without success.
The floor current between modem active time is ~60uA, which is fine. But...
We've recently been testing the accuracy of the GPS on our devices. My basic method has been to trigger on GPS_TRIG_DATA_READY/GPS_CHAN_NMEA, and at each trigger fetch both...
I would like to advertise some sensor data (temperature, humidity, pressure, co2, voc and other) by BLE advertising packet without any connection. I know, I can put it data...
How much ram is my application + Zephyr + modem firmware using and how much is available in the nRF9160? I'm unable to find a memory map and anyway that wouldn't include dynamic...
Can we alter the eddystone tlm (telemetry) packet to send custom data . [This is not following the standard packet structure].
But I wanted to know how to alter the given...
I need a product that will allow me to connect a PC to a Bluetooth device through its Bluetooth connection. I will need to be able to send data bytes from my PC across the...
Hi everyone,
I am a beginner with Nordic SDK. I followed the " Getting Started Assistant" and then try to open asset_tracker project on step 4. During the opening I got...
Hello,
The fds.c fds_register() has suspicious usage of atomic variables.
It is first checked if there is space in the m_cb_table, then m_cb_table is modified and only...
Hi, I am trying to add timer information to the sending packet. We created some space(manuf_data) to store data. However, the problem is we do not know how to put actual-time...
Quick Summary: - Devices used: nRF52832 (Central), nRF52840 (Peripheral)
Example based on : BLE Scanner
Hi Team,
In my current application, based on a BLE Scanner Example...
Hi,
I'm using the latest SDK v16. I got the following error when call peer_manager_init()
<debug> nrf_ble_lesc: Initialized nrf_crypto. <debug> nrf_ble_lesc: Initialized...
Is there a recommended way to inspect the state of the heap? I haven't found anything obvious yet. I'd mainly like to know the amount free, the largest block, and perhaps...
Hi,
I start developing with ble_app_template and DK
I combine uart spi twi into it
It can connect to my phone(nRF Connect APP)and work fine on DK
However when i use...
We want use Nordic chips as the transfer medium for our data frames in mesh-like network.
So we don't need ATT,GATT,GAP,SDP,SMP and all high-level things.
As I can see...