Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
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...
We are fine tuning our manufacturing process placing the nRF52840 and would like to know what surface finish is used on the chip. I was not able to find this in the spec.
It seems like a similar IAR debugging problem has been solved but after a day of trying everything...
BLE application with SDK 6.1 and SD 310 1.0 running IAR 8.1 (and identical...
Hi!
Thank you for providing an SDK for BT mesh so early. I'm wondering if you also provide an Android (or perhaps iOS) mobile app that interacts with BT mesh, e.g. by acting...
Hello,
i'm a french student so i'll try to do my best to talk in english with you. I'm trying to use and understand the nRF51822 in order to transmit data to a smartphone...
Hi Expert,
why BLE_APP_UART example can use button 1 to button 4 to wakeup from sleep?
I checked source code I only saw the BTN_ID_WAKEUP is 0.
#define BTN_ID_WAKEUP...
Hi, according to the Bluetooth Mesh Glossary , there are 4 features supported:
1. Relay;
2. Proxy (GATT);
3. Low power;
4. Friend.
Questions:
- Which of these...
We are releasing a firmware update which adds an additional bluetooth profile. Since we do not want or can retest the entire stack, we use a Previously Qualified Design (51744...
I'm using NRF51822 with soft device version 6.0.
I'm trying to create an event which should be triggered every 24 Hours. In the current implementation in our code base...
I saw the demo of nRF52832 connected 20 peripheral devices and control the light in the peripheral.I would like to know the more deatil of the whole operation in chip/SD....
I've searched and the majority of answers seem to be years old.
I have an existing app_timer event handler that works perfectly, blinking LEDs.
I will soon have another...
Hi! I'm using two RedBear Nano v2 and I'm trying to read a long characteristic from one of the two devices. As I read in other posts in the forum, I need to invoke the read...
If I'm not mistaken, both S110 and S130 support OTA DFU right?
I understand that nordic semi most likely recommend S130 over S110, but please understand that
my current...
I have previously developed on the nRF24LU1+. This device would have a CHIPID in the InfoPage, This ID would have guaranteed it does not violate the requirements for ESB addresses...
Hi, im using NRF52832 whit SDK 12.3.0, when i compile this error appear, "undefined reference to `nrf_drv_spi_init", i included the "nrf_drv_spi.h" file.
also try to include...
Hi everyone,
I'm working with nrf52832 and i'm trying to send data over BLE for communicate with a mobile app. I saw that we could pass data with the function ble_nus_string_send...