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...
I must be doing something obviously wrong but I just can't see it.
I'm trying to create a PPI linkage between the UART RXDRDY event and a timer working in counter mode so...
hello
i am working with nrf52832, s132, sdk 16.0
i am trying to init 3 channels with OVERSUMPELING and BURST enabled:
"
nrf_drv_saadc_config_t saadc_config;
...
Hi. I need to use some of the flash on the nRF9160 for non-volatile storage. But I want to do it in a very specific way to save on RAM usage.
Essentially I want to be...
i want to configure MAGPIO0 (GPIOTE) pin as a output pin.
But its configuration is different from normal GPIO pin, so please guid me that what is process and configuration...
Would it be possible to offer a doxygen tagfile for referencing SDK groups/files in a project documentation?
openCV has this: docs.opencv.org/.../tutorial_cross_referencing...
hi
i have added a timer to a working code with softdevice, ble, uart and pwm for now.
when program starts it gets an error in the app_timer_init funcion ' NRF_LOG_INFO...
Trying to port some SPI code to the Release 15 NRFX API and seeing an error from nrfx_spi.h, line 82
/** @brief Macro for creating an instance of the SPI master driver...
Hi,
Could you confirm that DeviceID found in FICR of nRF9160 is:
1/ randomly generated (64 bits = 8 bytes)
2/ they are not unique, but already on the chip when it...
Hi,
Greetings!
We have successfully checked DFU application from SDK16.0.0 and it works nicely.
We have used android nRF connect app for firmware updating.
Here we...
We have been supplied with a module that sends SpO2 data but it uses 8bit, plus odd parity. I have seen the many questions on this subject and only pose this question to add...
To be able to have USB communication/interface, do I need to apply 5V to VBUS? Or will 3V on Vdd be enough. I am planning to use coin cell that is max rated for 4.2V so it...