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.
...
I've been using STM32 controllers with LoRaWan mostly GNU based and bare metal. Recently, I have been looking at the STM Nucleo STMWB32 communicating with a Raspberry Pi and...
Hardware:
PCA10040
V 0.9.0
2015.47
Hello,
I connected the above development kit to my PC today and was prompted to update the J-Link firmware ("Strongly encouraged...
Hi,
I am using SDK16.0(ble_app_uart) program to sending dates between the phone and board.When I use my iphone xs max,it works on well.But it come out some faults when it...
I have a compile error currently: "section .heap overlaps absolute placed section .stack"
The heap size is currently set to zero.
I am guessing I am just going over the...
I keep getting this error code and while debugging I'm able to resume execution. This error seems to be thrown during my DMA transfers over SPI. Is there somewhere I can look...
I have a Thingy 91 and trying to connect it to nRF Cloud without any success so far. It is not connecting to GSM Network.
I updated both modem software and application...
At least using the LLD linker, it is possible to locate RAM segments of known size (.bss, .data, heap) at the end of RAM. Normally this allows placing the stack under these...
Segger Embedded Studios 3.52, nRF5_SDK_for_Thread_and_Zigbee_v4, nRF52840 custom board
Hi,
I use this code to start network formation on Zigbee:
zb_bool_t comm_status...
I've had nothing but trouble attempting to get the SUPL library work. I finally was able to get it working on the 9160DK with the latest modem software and GPS sample. However...
Dear All,
I am experimenting with the nRF52840 DK and the ble_app_template . Based on that project, I am trying to configure a pin interrupt on Button 1 (pin 0.11). This...
Hi,
The project I am working on involves streaming 8 audio streams (16 channels of data), and I was hoping to use the nRF52 for this purpose. Does anyone have any ideas...
When we test the BLE conducted power, we find some phenomena, when IC power is setted to 0dBm, the active power loss is similar with passive path loss, it is consistent with...
Hi,
I would like to save my project and add something like a version number to it. I use an example from nordic SDK. So in my case I use solution from ...\examples\ble_peripheral...
Hi Guys,
I am trying to enable LESC Encryption, but I do not understand how to generate keys_own.p_pk and DH keys.
The sequence is the following:
1. I receive BLE_GAP_EVT_SEC_PARAMS_REQUEST...
Hi,
We want to implement periodic advertisements on nRF52840.
We use:
1) nRF5 SDK ver 16
2) Softdevice S113 ver 7.0.1 (but this can be changed if required)
Does...