vaxus's instructables
Tell us about yourself!
Achievements
- vaxus commented on randofo's instructable Arduino GoPro Wifi Control
- vaxus commented on Chitlange Sahas's instructable Torque: DIY All Terrain Electric Longboard
What kind of charging box are you using? I see you left battery connector out of the cover box.
View Instructable »Had anyone tried the Graphene accus that are coming now? 50 usd more but suppose to be charged in 1/10 time.see on hobbyking.com: "turnigy graphene 12000mah.."
- vaxus followed simplerandom
- vaxus commented on tahitianrider's instructable Easy DIY 3D Printed Electric Longboard!View Instructable »
Great project.To complete your project, do you have any suggestion on charging device for such big battery?
- vaxus commented on Nikus's instructable Arduino Drone | Quadcopter (3D Printed)
voted, good luck!!!
View Instructable »Great one.Have you done total calculation of the price ? Was it worth it ?Have fun... I will build one...
- vaxus followed dexter_industries
- vaxus commented on dexter_industries's instructable Alexabot: Amazon Alexa Controlled Robot With the Raspberry PiView Instructable »
amazing work!!! you are genious!!! good luck with improvements, will follow your posts
- vaxus commented on Toglefritz's instructable Build a Raspberry Pi-Powered Amazon EchoView Instructable »
HELP NEEDED !!!while running Wake Word Agent, problem with sound card (microphone).... added a usual small USB one.still have an error returned and cant find any config file or C code definition of that------------------------------------------------pi@raspberrypi:~/Desktop/alexa-avs-sample-app/samples/wakeWordAgent/src $ ./wakeWordAgent -e kitt_aiINFO:main: Starting Wake Word AgentINFO:WakeWordAgent: State set to IDLE(2)ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.front.0:CARD=0'ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM frontALSA lib pcm.c:2239:…
see more » - vaxus commented on Toglefritz's instructable Build a Raspberry Pi-Powered Amazon EchoView Instructable »
I would like to try using Bluetooth speaker and microphone for the Echo in/out.Is there configuration where I can specify which audio device to be used?During setup phase only option to use AV/HDMI as audio out.Thanks, awesome instructable.
- vaxus commented on Khaleel123's instructable 3D Printed Arduino OLED Watt MeterView Instructable »
there is another sensor for AC current also up to 30 A. It is called ACS712 also at 1.8$ on ebay
- vaxus commented on bumhee34's instructable World First! DIY Real 4k (UHD) Beam Projector
any solution for trapezie change (at least vertical)?
View Instructable »Amazing project !!! I can only immagine amount of trials and packages received and sent back :-)You are the only one who does it with LED, all DLP projectors are still with normal lamps. Can you tell the brightness in Lumens ? My projector is BenQ TH693 with 210 W lamp has 3200 Lumens.
- vaxus commented on pinuct's instructable Self-Balancing RobotView Instructable »
you better buy all that on EBAY.... it will make 1/4 of the total price, believe me, I do so (example, Arduino board - <= 4 dollars)
- vaxus commented on Jakes workshop's instructable Convert a 3D PRINTER to LASER ENGRAVER | Under 40$View Instructable »
Great instructable!!! I loved it most for details, because other instructable same art are missing bits-and-bytes.I found same laser on ebay.com for 60 USD only, so will go for aliexpress soon (11 Nov is on sale for 30 usd instead of 40 usd)
- vaxus's instructable How to change the name of HC-06 Bluetooth module's weekly stats:
- vaxus commented on vaxus's instructable Easy IoT weather station with multiple sensors (enchanced 1)View Instructable »
I have not done it, but definitelly possible with delay() command. Or another possibility, I red somewhere that you can programmatically make reset of the board by connecting reset button to a digital output. So you can reset the board (hard-core sleep) so it will consume less energy. You should search for that solution.
- vaxus's instructable Easy IoT weather station with multiple sensors (enchanced 1)'s weekly stats:
- vaxus commented on Ingenerare's instructable Easy IoT weather station with multiple sensorsView Instructable »
Oooo, thanks. I found that Adafruit's board. .... BUT, It is so expensive (17 usd direct or 30 euro on Amazon.de) !!!!I rather consider to take a ready accu+integrated solar panel for 15 euro, available also in outdoor waterproof package.Have you considered that ?
- vaxus commented on Ingenerare's instructable Easy IoT weather station with multiple sensorsView Instructable »
any details on the board ? name ? thanks.
- vaxus commented on BoianM's instructable ESP8266 and Visuino: DHT11 Temperature and Humidity Web ServerView Instructable »
Great Instructable!!! Worked from the first shoot!!! Thanks a lot.Notes: I did not manage to connect with the "server name" in local network, but worked fine with IP address. Need to assign a fix IP and already have access to it from external network over port-forwarding setup on router.p.s. next step is to add a timestamp into the webpage... working on that myself with module DS1302)
- vaxus commented on Ingenerare's instructable Easy IoT weather station with multiple sensors
Thanks a lot!!! I followed instructions and had a great experience with my first IoT project.Unfortunatelly it did not work as-is, while:1. I used the only DHT11 sensor and no other - script was not working at runtime2. some libraries were not loadable as per instuction, needed to play aroundOverall was original Instructables are great!!!I posted my personal Instructables with missing (or corrected) steps, tested with 2 boards (ESP12E DEVKIT V2, NodeMCU AMICA)You can find mine here:http://instructables.com/Easy-IoT-Weather-Station-With-Multiple-Sensors-enc
View Instructable »Interesting!!! Did you build also charging of the accu with solar panel? I am very interested in that!!!
- vaxus commented on Ingenerare's instructable Easy IoT weather station with multiple sensorsView Instructable »
I followed instructions. It was a great experience and it worked at the end.I had to make some tricks and adjustments to the code...1. downloading in Arduino IDE the board, than selected "NodeMCU V0.9"the same board did worked well also when board "NodeMCU V1.0" was selected. I did test with 2 boards:a) ESP12E DEVKIT V2 (www.doit.am) (baud rate 115200)b) NodeMCU AMICA www.nodemcu.com (baud rate 115200, despite on board written "use 9600")2. the module ESP8622WiFi is not downloaded automatically with the board, I downloaded it myself and to put into library/ESP8622WiFi (found here https://github.com/ekstrand/ESP8266wifi/archive/ma... and read READ.ME file inside)3. need to download other sensor libraries for Adafruit_Sensor - library Adafruit Sensor Unif…
see more » - vaxus commented on Keanan's instructable Arduino / Processing Audio Spectrum AnalyzerView Instructable »
I was excited to read the article, wow arduino and analyzes the audio.... but unfortunatelly it is not - the name is misleading. Arduino is used just to show LED matrix. What a pity...p.s. I am considering to make a project "Arduino + audio analyzer chip". But is becomes very expensive..... I should go back to old fashion several "resistors+inductions" audio solution :-)
- vaxus commented on Gursimran Singh 425's instructable DIY CNC For 60$ (Large Work Area)
As some question on cheap parts arised before.I found today a complete Arduino + GRBL + 4 drivers for 18 eu + 3 eu deliverywww.amazon.de/dp/B01GL8G850
View Instructable »you have to be carefull with NEMA-17. Those you proposed are only 4 KG (or 2) tongue. That is very poor.Try gearbest.com, I got mine on amazon.de, seams to be good ones.Search for NEMA17 17HS5425 .... (48 N.cm) - 5 peaces for 62 euro
- vaxus commented on MircoSlepko's instructable Raptor 5: a Fully Iron CNC DIYView Instructable »
FANTASTICO !!!! FARE UN PROGETTO DALL'INIZIO FINO ALLA FINE CON TALE PRECISIONE E SENSA RIFARE TUTTO ALCUNE VOLTE E UN MIRACOLO!!!CONGRATULAZIONI !!! PROVATE A COMMERCIALIZZARLO SPERO.
very very very usefull post, thanks. will try it.