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...
Hi,
I understand that NRF connect source code is unavailable.
However the toolbox Nordic App is too heavy.
Is it possible to get a small Scan Android App source code...
Hello I use nrf52832 and sdk v17.0.
I'm using a battery and I can check whether the battery is charging or not. And I'm going to turn off the Bluetooth function while the...
Hi,
I started a project from scratch and I want to write a simple UART printf solution for debugging for my NRF52832 on PCA10040 DK. I know there's a LOG module but it...
I'm working on a BLE peripheral that will connect to both iOS and Android devices. It is important to maintain connection during usage so I consider increasing supervision...
Hi! Are there any existing solutions to send the NRF_LOG output over BLE or to write it straight to a flash/SD-card? If not, would editing the macro's in nrf_log.h be an appropriate...
Hello,
I have a gateway project where I need to receive data from BLE and send on ANT network. As a first step, I took the NUS or ble_app_uart and changed the softdevice...
Dear Members,
I saw ST7735_DC_PIN and ST7735_SS_PIN, which one should I connect to my LCD it has only CS pin ?
ON LCD board ST7735_SCK_PIN 47 --> P1.15 PIN 3 SCK ST7735_MOSI_PIN...
Hello Everyone,
I am using nrf52 dk development board. I'm having a problem when I load my ble_app_uart example . I am getting an error message Error: Flash Download failed...
Hi,
I'm trying to use the nrf52832 as the SPI master to get read/write flash ic MX25L6433FM2I-08G(address - 0x00 to 0xFF).
In loopback case got data but when interfacing...
SDK: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
I get started with Zigbee Door Lock Example in https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_dynamic_door_lock_nus_example...
Hi,
We have ordered nr51822 chips in the past. Recently, we made a new purchase and on programming we have discovered that the FICR register information is different for...
Hi Folks,
I am currently implementing a power down routine onto the nRF52840 SoC and I have some questions regarding the right way to configure to system On sleep mode...
Hi,
Is there an example code which can be used to evaluate libuarte while softdevice enabled? I have tried the individual examples in "nRF5_SDK_17.0.2\examples\peripheral...
Hello,
I would like to know what exactly is doing PM_HANDLER_SEC_DELAY_MS and how can affect to the interoperability.
I saw in the bms example (sdk 15.2) it is set to...
The BLE specification says that the CTE can be a maximum of 160us long. I am trying to set CTE length to 160us, but every time i try to do so, firstly the transmitter stops...