Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,
nice to see that you've updated your documentation website ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases/release-notes-1.1.0.html )....
HI I am having trouble converting the NUS example into something that simply stores the BLE nus response to the peripheral into a variable rather than printing it to the UART...
Hello all,
I am developing on the nRF52840, and I am using the PCA10056/nRF52840-DK to assist in my understanding of the uploading process.
Currently, I am trying to get...
What is the reason Nordic dont want to provide yet dual mode solution - BR/EDR + BLE? - There are plenty of legacy BT devices on the market and the new BLE devices doesnt...
I am working on developing an application for nRF52833 DK (PCA10100) using nRF5 SDK_v17.1 and nRF_802.15.4 Radio driver v1.6. I am using the s122 Soft device on the device...
Hi all,
So I was following this guide for updating my firmware over BLE: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#dfu_over_bluetooth...
Mesh SDK 5.0, SoftDevice S140 v7.2.0, NRF52840, SEGGER ------------------------------------------------------------------------------------ Hello, My problem is that I can...
When i open the Toolchain on my mac it loads and put upp a crash page. i have already: restarted my mac, reintstalled and restarted but i get the same crash
The System...
Hi, I currently have a project with an nRF52832 chip using SDK 14.2, I would like to upgrade the project and change the chip to nRF5340. Is there a way to migrate the project...
Are there any examples showing use of the MQTT library using Bluetooth as the Link Layer? I see this on Zephyr's repo zephyr/subsys/net/l2/bluetooth at main · zephyrproject...
Here is a warning I get linking an application that uses nRF DM library 5/14] Linking C static library app\libapp.a [6/14] Linking C executable zephyr\zephyr_pre0.elf c:/toolchains...
Hi,
Can any one list what are the reasons for sd_ble_gap_connect returns NRF_ERROR_DATA_SIZE?
In ble_gap.h NRF_ERROR_DATA_SIZE error code doesn't exist for sd_ble_gap_connect...
Hello,
We have already product with BLE 4 and now we are moving to BLE5. As per the example code we have updated our code to BLE 5 but we are not seeing advertisement...
Purpose: to develop a central device using nRF5340 and to enable both BLE Mesh and AoA features.
Questions:
1. nRF5 SDK supports nRF51 and nRF52 series but not for nRF5340...