Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Is there an error code range reserved for user application errors?
I wish to return application specific errors without defining a new error type, to maintain a unified...
Hi,
I'm using nRF Android Mesh library from here for to build a cordova plugin for my project. So i almost completed my plugin but when i'm testing the plugin using nRF52...
Hello
i need to make BLE Dongle (reproduce without having documents, just a page how to update Firmware)
i need to be able to programm a .hex file i have via nRFgo Studio...
Recommended nRF52820 dev kit is nRF52833 DK because dev kit for the 20 are not yet available.
Is the nRF52840 DK also compatible or the nRF52833 DK have something special...
With the Eddystone beacon example from the nRF5 SDK v.16.0 I managed to change the beacon data to be sent using es_slot_on_write. This only changes though if this data is...
Hi,
we spent 2 days of debugging why our application doesn't work on new nRF52820 & nRF52833 in QFN40 package. And today, we found out that some of the pins have probably...
Hi,
I`m considerate to use Nordic SoC in my design.
Please advise if Nordic have BLE SoC with Capacitance Touch Sensing capabilities like in Cypress part CY8C4127LQI-BL483...
So, I am adapting and adding to a project based on the example app with SDK16.0 and softdevice s112. I'm using Keil.
My nrf52832 has 256kb flash, 32k ram.
I'm compiling...
Are there any examples of how to configure the COEX pins between the 9160 and a 52840 such that each will actually use the signals to start/stop their respective radios? The...
I see references to a get (0x8046), set (0x8047), and status (0x8048) messages for Node Identity. Where could I find documentation about these messages? There is no sample...
What is the purpose/functionality of SWO pin (pin 6) on the Debug In port?
I see it connected to P0.18 on PCA10040 and P1.00 on PCA10056, but I’m developing custom board...
Hi,
Though I could able to successfully provision light and switch using nrfMesh Android application with all elements being configured and also could publish/subscribe...
Hi,
Recently, I am studying the blog as the link below:
https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/bluetooth-prepairing
We would like...
Hi all,
On the iOS version of the Blinky APP, there is a statement
Created by Mostafa Berg on 01/12/2017. Copyright 2017 Nordic Semiconductor ASA. All rights reserved...
Hi,
I am using pin 27 as SCL and 26 as SDA on my custom board which is working on 1.8V.
There is no activity on SCL pin, while i am getting correct values on SDA pin when...