if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
SDK: NCS 1.4.0
board: nRF9160-DK
sample: lwm2m_client
Question:
I am testing SERCOMM module and nRF9160-DK, but there is difference in registration procedure .
When...
Hello, I migrated codes that I believed to be relevant to the UART output to a new project, namely the uart_init function and others, and it worked in main.c, which is where...
I am trying to use the connectivity firmware with an NRF52840 dongle to communicate with an nRF52840-dk through the nordic UART service, but I am unable to use the pc_ble_py...
Hello,
I am curently working on project with a nrf9160. I will use the nrf9160 as modem controled by a nrf52840 and command AT. I will send data true GSM every 12 hours...
Hi, This is the second time posting this issue. Using nRF9160 dk with nRF Connect SDK v1.3.1 with zepyhr v2.3.0-rc1-ncs2. I tried the BME280 sample from zephyr which gives...
Hi,
I connect the nRF52820 and other devices with UART and communicate with the baud rate of 38400bps.
I know that the transfer error rate is different for each baud...
I have two tasks and I want to run those tasks one after the other.
currently when I comment on one of the task, the firmware running without any error.
if run those two...
I have been unsuccessful attempting to perform an FDS write or update WITHIN the DFU Event handler... the update or write never completes (no FDS_EVT_WRITE or FDS_EVT_UPDATE...
Hi,
I am using NRF5340DK, and I want to define P0.20 as my SPI MOSI pin.
However, this pin is pre-defined by Zephyr as uart0 tx pin, in zephyr.dts:
Everytime I reset...
Hello,
Our product has two pieces of information that must be programmed during production: a shared secret key (128 bits) and a public, unique device identifier, also 128...
Hi guys:
I flashed the ble_app_uart(SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart.),
When I pressed button1, there...
Dear all,
I'm trying to modify ble_central_uart (SDK16) to connect two peripherals. I've achieved the connection and been able to print receiving data via UART.
But...
Hi All,
I am NEW to Nordic Devices and I want to try to learn as much as I can.
I have bought a startup Dev Board to learn my skills with: E104-BT5032A-TB E104-BT5032A...
Hi guys.
I wonder the program run start from which section and how to enter the app when 52840 poweron? Start from SofeDevice?
I only flashed ble_app_uart and SoftDevice...
Hi all,
I'm trying to transfer my custom project pca10056 (which is to broadcast a beacon) to nRF52811 hardware and I'm facing some issues in the last stage of build.
...