Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
i'am using nrf_Connect_sdk when i write this api
device_set_power_state(); it gives me undefined symbol
i enable CONFIG_TICKLESS_IDLE =y in prj.conf it gives...
Hello,
My company is evaluating the Thingy:91, we're interested in Multicell location lookups. My question is regarding the SDK, specifically if it's possible to configure...
Hi, I am unable to download my program and there's no detailed error messages, if any at all. Can someone please tell me what's going on?
Load "C:\\projects\...\\nrf52832_xxaa...
My company is creating a custom board using the 9160 and 52840. I have a BLE app running on a nrF52840 board that I want to port to the 52840 on the 9160 custom board. And...
I'm a newbie (few weeks) with nRF9160-DK and using nRF Connect SDK v1.7.1 / VS Code on a Windows 10 PC
Good afternoon,
I'm struggling with how to set up and start the...
Setup:
- nRF52832 , Softdevice s132, gcc
- iPhone is the peripheral. A custom service is implemented **on** the iPhone.
On the nRF:
- `#define NRF_SDH_BLE_VS_UUID_COUNT...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a function to connect to a central device, have the characteristic set...
Hi,
I am flashing Blinky led hex file on the flash at 0x5E000 location.
And again if i try to flash the different Blinky hex file at the same location. it wasn't working...
Hello,
I could use some guidance on where to look for a power draw that I am not understanding. I am not a hardware engineer but have been tasked with completing firmware...
We experienced an issue in production, in which about 40% of boards had excess current consumption by about 75uA. Root cause was found to be the PIN_CNF of a GPIO pin. During...
Is there any way that a BLE event handler installed with NRF_SDH_BLE_OBSERVER, can stop the execution of other (following) observers?
I have various modules using their...
Hi
I am a student and this is my first project working on BLE. Please keep that in mind.
The end goal is to create a fingerprinting system with a Thingy (nRF6936) as...