Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
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'm debugging a small app that is using the LPCOMP to trigger an interrupt when the BLE device is turned off. We have a capacitor to maintain alive the nRF for a while...
Hello,
I am trying to use the nRF9160 DK to publish some sensor data to an Azure IoT Hub. I have been able to successfully connect to the mqtt broker and publish simple...
I am trying to write a custom bootloader to do FW updates on our device. In our main application, we already have a way to transfer a new signed application image over BLE...
Based on nRF52832 datasheet description of DIRCLR register (section 20.3.7), I would expect that writing 1 to bit 8 of that register would set PIN8 (P0.08) to an input pin...
I have two PCA10031 dongles and both seem to be bricked. When I search your web site, I keep finding posts that state that I need to transfer nRF5x-OB-JLink-IF.bin to my device...
I am using SDK_15.3.0. I am using Segger Embedded Studio 4.5.2. I'v tried 4.1.2 also. Every time I compile, even just with an example central project, I get the following...
I updated a working project based on nRF52832_xxAA 32Mhz crystal, from nRF5 SDK 14.2.0 to nRF5 SDK 16.0.0 now the timer is 6 times faster, the code hasn't changed is there...
Hello,
I modified the light_switch example of the Mesh SDK to transmit sensor data. Currently the Mesh is made of one client and several servers (all are nRF52840). The...
I am trying to determine if it is possible to implement a "OS native" BLE transport layer for nrfutil. That is, use the Bluetooth interface the machine and remove the need...
Hello,
I need more precisions about the software described in one of your files.
In the nAN_34.pdf Section 3.2.2 "Computer Software" ( https://infocenter.nordicsemi.com...
Hello,
We are using the nrf9160 in a custom hardware solution, with SDK v1.2.0 and modem firmware v1.1.1. There are some data items that we would like to load into NVS at...
Hi,
I've got a custom board with nrf52832 mcu. I use the nRF5_SDK_16.0.0_98a08e2 with s132_nrf52_7.0.1_softdevice.hex.
Sometimes the app_error_fault_handler is called...
Hi,
I have a project based on the NUS (Nordic Uart Service) example.
I have bought a USB dongle MDBT50Q-RX manufactured by RAYTAC ( https://www.raytac.com/product/ins...
When I tried to send data in the form of float it shows an error and I changed it to another format as sending flag, mantissa(3 bytes), and exponent (1 Byte). Can anyone help...