DmitryP2's instructables
Tell us about yourself!
- DmitryP2 commented on DmitryP2's instructable Lazy Cool Wafer Bread
- DmitryP2's instructable Lazy Cool Wafer Bread's weekly stats:
- DmitryP2 commented on DmitryP2's instructable Lazy Cool Wafer BreadView Instructable »
grated cheese with garlic:https://www.youtube.com/watch?v=oXWg3CTEJy0
- DmitryP2 commented on Auroris's instructable Homemade Flavoured ButtersView Instructable »
It's amazing: most flavored butters are soluble in carrier fat substrates, olive oil is most known as a frying carrier, and fresh whipped butter is the best for fresh unmodified eating.Another carrier for spices not so well known, but extra popular food in Ukraine and Russia especially good with Vodka (*): is the salted "Salo" (*) to be hard real russian Ushanka Cheburashka, drink medical cocktail: medical grade/chemistry clean C2H5OH + glucose/sextrose + Saline (bidistilled water with 0.9 NaCl)
- DmitryP2 commented on wireb's instructable Dremel Tool Post GrinderView Instructable »
What is the advantage of a toolpost grinder? Is it have some goods for woodturning?
- DmitryP2 commented on ossum's instructable Dieselpunk FPV TractorView Instructable »
Run FPV Gaming company -- online gaming with real physics.
- DmitryP2 commented on moekoe's instructable DIY Dashbutton for the Internet of Things
Did you test other RF interfaces like Lora or BT BLE for power consumptions?Maybe NB-IoT module will be more economic (SIM holder will eat some space)?
View Instructable »WiFi solutions looks very slow and power loosing on long handshake
- DmitryP2 commented on Ham-made's instructable Musical ChairView Instructable »
Video required: jast play process and tiny sounds, not something hearable
- DmitryP2 commented on luposays22's instructable Outside Wood Stove Shop HeaterView Instructable »
You can try to modify this: https://www.instructables.com/Samara-Gasifier-...You need to coil heating channel in top side section, and maybe remove diaphragm, using the lowest wrap of heating pipe as hot air flow deflector (see double wall wood gasifier stoves made from cans)
- DmitryP2 followed jegatheesan.soundarapandian
- DmitryP2 commented on Rob Cai's instructable Arduino Basic PC With VGA OutputView Instructable »
Look on FORTH language first -- it is extra simple in implementation, and with AVR forth-assembler able to update flash ROM pages you can do assembly level programming on-host mixing with threaded code or some sort of bytecode for stack machine interpreter.
- DmitryP2 commented on wilgubeast's instructable 9 Unusual Uses for Aspirin
Good hint for opened conservations, but extremelly only for glass jars, NOT METAL
View Instructable »You forget about tinkering and solder cuprum wire with steel (paper clip as contact for battery for example), use aspirin as active flux, is is some stinky bubbling on solder iron, but extremelly usable in problematic cases soldering. Don't forget to extreme washing with acid neutralization and protective nitro paint on soldered surfaces
- DmitryP2 commented on Jakes workshop's instructable Make a Human TableView Instructable »
8-) Boston Dynamics table design, look like this: https://www.youtube.com/watch?v=mXI4WWhPn-U
- DmitryP2 commented on tanner_tech's instructable Industrial Isolation Transformer From TrashView Instructable »
Good choice will be have two outputs: 110 (or 220V for europe) isolated power output, and low volatage for MCU-powered control + BT module + optorelay (fan control, timer, manual controil from cellphone,..)
- DmitryP2 commented on MiiBooth's instructable 4 New Match Sticks Hacks (Video)View Instructable »
Add hint with any fuel (cotton balls or discs, any paper , newspaper or cheap toilet paper preferred) poured with melted candle -- cheap easy and good fire starter. Toilet paper poured by candle wax mixed with powered saltpeter can firestart in rain.
- DmitryP2 commented on AUGUSTO VJ's instructable EMERGENCY PHONE CHARGING HACK
Comparing to ordinary power banks -- this thing can be very small, and VERY lightweight, and supercheap in mass production (add LED and tiny switch for more usabiility)
View Instructable »Next instructable request: how to make DC/DC converter embedded into used 9V battery, to power your phone via microUSB cable. You need old 9V battrey, unpack it, make tiny PCB with effective impulse IC PWM controller and input/output capacitors (what PWM IC can you recommend to use ? scheme in USB chargers can be ineffective but maximally cheap), and solder contacts from old battry, and on-board microUSB connector. In result you will get DC/DC converter looks like 9V-battery on one side (snap it to charged new battery -- this contacts will give you reliable machanical and electrical contact), and tiny USB connector on other side. It is not emergency, but helpful if you carry it in your bag and make fast charging just bye 9V battery next shop.
- DmitryP2 commented on PawełJ17's instructable Open Sesame - DIY door opening IoTView Instructable »
Does anymody knows some short range RFID markers to mark tools in hackspace ? I have some problems with tools disappearing -- all tools in house, but have a long time to find man who take it last hour ago.
- DmitryP2 commented on Birger Niklas's instructable How to Build a Premium Sous Vide CookerView Instructable »
I'm going to make this like kit for home beer -- components (K-type thermo sensor amplifier for long sensor and SSR relay) on mail
- DmitryP2 commented on Teslaling's instructable Programming Arduino Bootloader without Programmer
Also I added this ISP programmer into hardware/arduino/avr/programmers.txt file:bitbang.name=Serial BitBangbitbang.protocol=invdasabitbang.program.tool=avrdudebitbang.program.extra_params=-P\\.\{serial.port}(note \.\\ prefix -- I have COM10 порт so avrdude can use it only with prefix)After that I restared Arduino IDE and got Serial BitBang programmer in menu.
Flashing looks like halted, so I closed ArduinoIDE and manually restarted arvdude from comman line:C:\AVR\Arduino\hardware\tools\avr>bin\avrdude.exe -C etc\avrdude.conf-c invdasa -p m328 -P \\.\COM10 <additional parameters>1) test run -n 2) erase chip and reset fuses-e -Ulock:w:0x3F:m -Uefuse:w:0x05:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m3) write bootloader (long time, but it must be done once)-Uflash:w:C:\AVR\Arduino\hardware\arduino\avr/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex:i -Ulock:w:0x0F:m
View Instructable »I do this like bootloader reflashing just now.I used SparkFun FT232RL breakout board (china clone HEX FT232R Breakout)First I try to use fast direct FT2XX bitbang, but I use Win7 x64 and got error "pthread not supported", so I was forced to use very slow (*) serial bitbang.(*) but universal: serial bitbang can be done on any RS232 or USB-Serial converter.I found that all logic volage levels on my FT232 was inverted, so I add special iverted configuration into hardware/arduino/avr/etc/avrdude.conf file:programmer id = "invdasa"; desc = "serial port banging, reset=!rts sck=!dtr mosi=!txd miso=!cts"; type = "serbb"; connection_type = serial; reset = ~7; # RTS sck = ~4; # DTR mosi = ~3; # TXD miso = ~8; # CTS;Also I rewired your connec…
see more »
Another filling recipe I made yesterday:- skim cheese- salt- mayonnaise- black pepper- sweet peppers (wet)grind in a blender into a coarse paste (in small pieces), spread on a slightly undercooked cake until the upper cells are filled, and finally bake in the oven