Vladislav

Results 30 issues of Vladislav

Html `` Js ``` $(function () { $('input[type=checkbox][id=message]').tooltip({ placement: "right", trigger: "hover" }); }); ``` Without bootstrap all working! [http://jsfiddle.net/N9vN8/278/]

I use plivo for linked two telephone numbers by callback function. But code preview in example: https://www.plivo.com/docs/getting-started/making-outbound-calls/

@prenticedavid hello! Please help me. I've changed board from a stm32f103c8t6(bluepill) to stm32f401ccu6(blackpill). Connected blackpill as bluepill: ``` //LCD pins |D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0 | |RD...

How to use this library for black pill STM32F401CCU6? The files SPIFlash.cpp and SPIFlash.h, as I understand it, are an "add-on" over the main SPI library from Arduino? I am...

Used `stm32f401ccu6` BlackPill board from WeAct.. ![252145709-9615b9e7-84cc-44e3-9a02-99425d882490](https://github.com/sparkfun/SparkFun_MPU-9250-DMP_Arduino_Library/assets/1788098/77796336-4507-47ab-b66d-d6c1d3f6b5a9) I also reduced the pull-up resistors from `10 kΩ` to `4.7 kΩ`. Looking ahead, I will say that this did not change anything...

I am developing an attitude indicator device. ![Encoder](https://github.com/mjs513/FreeIMU-Updates/assets/1788098/e7582fd5-ae20-49cf-aa29-d7796ab17168) During the flight I encountered an expected problem. In the 1960s, the roll correction signal was turn off on airplanes during maneuring,...

Good afternoon @loginov-rocks I'm trying to run the library with an example for the neo-6m module. But nothing is output to the serial port. Please tell me, have you tried...

Good day @flybrianfly Thank you so much for your work! I would like to use the `uNavINS` library code, but I see that for it to work you need a...

Hello @flybrianfly Please tell me, have you tried running the library with such an ancient and godforsaken module as `NEO-6M`? Perhaps the problem is related to the `NEO-6M` module itself,...

Hello @pronenewbits I want to use gyroscope and accelerometer sensors like `lsm303dlh` and `l3gd20`. How to find the “entry point” to insert your own acceleration and angular velocity values into...