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...
We are designing our own board based on the nrf9160. Is there any boot loader in the nrf9160-sip, to load over a serial line? Or do we have to realize the SWD interface, to...
software:nRF CONNECT SDK 1.6.1
CPU type:nrf5340
module:uarte
hi professor,
I want to trigger receiving interrupt when receiving timeout.I see the product specification...
Hi all My device requires NB IoT network to work. I received a SIM card from a local operator (Vodafone). For tests, I use the nRF9160-DK board and the at_client application...
Hello nordic team, The Asset Orientation data is sent only once after starting the device. How can we explain this behaivor? I have asset tracker v1 on the device. i would...
Hello,
the lasered 2D code at the IC case contains what data?
We read the 2D code via barcodescanner and we get follow data:
1419HYQ0A70304
1419HYQ0380105
What is...
Hi,
I'm using uart driver on nRF52840. The APIs only support 256 bytes in length (TX). I wonder what I should do if I want to transmit more than 256 bytes at once?
Thanks...
Hi,
I would like display all keycode azerty Keyboard, I started to use uart_event_handle() and I modified send_key_scan_press_release() for the modifier position key [MODIFIER_KEY_POS...
Hello,
I am developing FW on NRF52840_DK using nRF SDK Connect v1.9.1 for a BLE Peripheral as a Reader.
The Max Application Data Size (Tx, Rx) to be supported for Mobile...
We are using nRF9160 DK for tests (as well as nRF9160 on our custom board) sdk 1.9.1. Our product requires getting coordinates and for this we use AGPS, GPS and Cellular Position...
Hi Team,
I have nRF52 DK PCA 10040.
PC: Windows 10 pro
IDE: Keil uVision 5
Working with nRF5 SDK 17.1.0 with S132 soft device .
How to resolve this Fatal error...
Hello,
I am developing FW for a BLE Peripheral on NRF52840_DK using nRF Connect SDK v1.9.1 on VScode.
So far, Peripheral and Client are able to connect and exhange data...
Hi All.
Can I know the minimum Flash & RAM memory I need in my module, to run an specific example source file, from which I have the following info:
Thanks.
Juan
Hi I want to advertising with NRF52840 DK, I do tutorial explanation and for PCA10056\S140 after load main.c it compile without any error and warning but I cant find any device...
Hello,
We are developing an application based on nrf52840.
We have succefully made transactions with advertisment packets, including also Gatt service with read/write...
Crawling up the learning curve here, doing my best to solve my own problems, but I'm down to just permuting things on this one and I'm not making much progress and all the...