BoianM's instructables
Tell us about yourself!
Complete Your ProfileAchievements
- BoianM favorited Visuino Esp826-01 Button by piekny25 days ago
- BoianM commented on BoianM's instructable Arduino: Control Servo With Buttons3 months ago
- BoianM commented on BoianM's instructable Arduino Nano: Temperature and Humidity DHT11/DHT21/DHT22 Sensor Module With Visuino4 months agoView Instructable »
Congratulations! :-) Enjoy!
- BoianM favorited 13 Ideas for Diffusing LEDs by bekathwia6 months ago
- BoianM favorited Portable WiFi Analyzer by 陳亮6 months ago
- BoianM favorited NeoPixel Reactive Table by thatguyer8 months ago
- BoianM commented on RonFrtek's instructable VISUINO Rolling Dice Using 0.96 Inch 4 Pin OLED Module10 months agoView Instructable »
Very Nice! Congratulations on your first Instructable! :-)
- BoianM commented on BoianM's instructable Arduino Nano and Visuino: 7 Segment Display Clock With MAX7219 and DS1307 Real Time Clock(RTC)10 months agoView Instructable »
Double click on the RTC component in Visuino. You will see Elements editor, where you can add elements to set Seconds, Minutes, Hours etc. You can configure the elements to set specific value or increment/decrement by value. Then you can connect buttons to clock the elements ;-)
- BoianM commented on BoianM's instructable RS485 Serial Communication Between Arduino Mega and Arduino Nano With Visuino11 months agoView Instructable »
Actually for $10 you can use it forever ;-) . You also get 3 months of updates to the latest version.
- BoianM commented on BoianM's instructable RS485 Serial Communication Between Arduino Mega and Arduino Nano With Visuino11 months agoView Instructable »
The problem is that if I post the code it will be for specific version of the Visuino libraries, and as I upgrade the libraries, the code will become incompatible :-( .You can use Visuino for free. It runs for 10 minutes every time you run it without registration, and this is plenty of time to not only generate code but even do full projects :-)
- BoianM commented on BoianM's instructable Scan the Arduino I2C Bus for Connected I2C Devices With Visuino11 months agoView Instructable »
Thank you Jim! :-)Glad that it helps :-)
- BoianM commented on BoianM's instructable Arduino Nano: BH1750 Ambient Light I2C Sensor With Visuino11 months agoView Instructable »
Thank you! :-)Yes, you should be able to configure multiple of them each with different address. I have not experimented, but that is how the I2C works.
- BoianM commented on BoianM's instructable I2C Communication Between Two Arduino Boards With Visuino - I2C Ultrasonic Ranger1 year agoView Instructable »
Visuino install the libraries. What you have set as "Sketchbook location" in the Arduino IDE?Should be something like:C:\Users\mitov\Documents\ArduinoUsually the Visuino libraries are installed in the "C:\Users\{user name}\Documents\Arduino\Mitov" folderThey are also made open source:https://bitbucket.org/mitov/visuino-libraries
- BoianM commented on BoianM's instructable Arduino Uno and Visuino: Control Smart Car Robot With Joystick and L298N Motor Driver1 year agoView Instructable »
You control it directly with the Joystick in this project :-)
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
Congratulations! Enjoy :-)
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
It depends on the WiFi hotspot. I have not experimented to see the distance of my one,
- BoianM commented on BoianM's instructable RS485 Serial Communication Between Arduino Mega and Arduino Nano With Visuino1 year agoView Instructable »
The RS485 is bidirectional, so you can send and receive commands exactly the same way on both sides ;-)
- BoianM commented on BoianM's instructable Arduino Nano and Visuino: Measure Motor Speed (RPM) With Optocoupler and Encoder Disk1 year agoView Instructable »
This is a kit that I bought couple of years ago on eBay. In this project just motor connected to power, and optocoupler to measure the speed. Not a complete robot ;-) . I just wanted to show how you can measure the speed.
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
Very good! Thank you for sharing the update! I am sure this will help a lot of people :-)
- BoianM commented on BoianM's instructable Assemble Elegoo Arduino Robot Version 2.01 year ago
Hi :-)
View Instructable »I have never ran it until the batteries are empty :-( . Since they are rechargable I usually put it to fully charge after playing with it.
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
Congratulations! :-) I think you had to make some changes to the code for the latest Google API. Please post it to help others ;-)
- BoianM entered Assemble Elegoo Arduino Robot Version 2.0 in the Arduino Contest 2017 contest 1 year ago
- BoianM entered Assemble Elegoo Arduino Robot Version 2.0 in the Wheels Contest 2017 contest 1 year ago
- BoianM commented on BoianM's instructable Scan the Arduino I2C Bus for Connected I2C Devices With Visuino1 year agoView Instructable »
Thank you!What device you tried to scan?What version of Visuino?What happens?
- BoianM commented on piekny's instructable PWM TWO CHANNELS IN VISUINO + PACKET1 year agoView Instructable »
You should add the full Visuino Diagram as picture, and maybe also some pictures of the test hardware circuit ;-)
- BoianM commented on BoianM's instructable Arduino Nano: Infrared Obstacle Avoidance Sensor With Visuino1 year agoView Instructable »
Which of the projects? I show how to build 3 different projects in this tutorial. The project sources are in the zip. You can open them with latest version of Visuino and generate the code. I keep updating the Visuino and its libraries to optimize them, and if I post generated code, it will become obsolete over time. It is best to generate the code with the latest version for its libraries.
- BoianM commented on BoianM's instructable Arduino Nano: Show GPS Location on I2C 2 X 16 LCD Display With Visuino1 year agoView Instructable »
The code is included.You should use Visuino to generate the Arduino C++ code to make sure the generated code is compatible with the latest version of the libraries. Otherwise if I send you generated code, it will become obsolete soon, as I constantly improve the libraries. You can use Visuino for free to generate the code. It runs for 10 minutes every time you run it even unregistered, so you can always generate the up to date code with it ;-)
- BoianM commented on BoianM's instructable Arduino Nano: Accelerometer Gyroscope Compass MPU9250 I2C Sensor With Visuino1 year ago
Can you connect using the Arduino serial terminal?
View Instructable »You will see some garbage symbols arriving in the Serial terminal, but at least you will know that it is sending data. I will try to contact you directly to give you my Skype so we can investigate ;-)
- BoianM favorited Zippy the Fanbot by TaiL141 year ago
- BoianM commented on BoianM's instructable Arduino Nano and Visuino: Control Stepper Motor With Rotary Encoder1 year agoView Instructable »
Yes it is exactly the same for UNO :-) You can use it directly with no change.
- BoianM commented on KurtRoesener's instructable Simple Ambient RGB LEDs Lights With Visuino.1 year agoView Instructable »
Congratulations! Very nice and cool color transitions! Good luck with the contest! :-)
- BoianM followed Asier Marzo1 year ago
- BoianM commented on Asier Marzo's instructable Acoustic Levitator1 year agoView Instructable »
Thank you!Just received probably the very first Acoustic Levitation KIT :-)http://labpacks.blogspot.com/2017/11/unboxing-my-n...Hope to start potting it together soon!
- BoianM commented on KurtRoesener's instructable Switching 3 Banks of LEDs With One Switch and Visuino1 year ago
Congratulations! Very Nice :-)Added it to the rest of your tutorials in the Visuino Wiki:https://www.visuino.com/wiki/index.php?title=Main_Page#Kurt_Roesener
View Instructable »You are Always Welcome KurtRoesener :-) !
- BoianM commented on BoianM's instructable Arduino Nano and Visuino: Display BME280 Temperature Humidity and Pressure on Nextion Display Scope1 year ago
Thank you! Enjoy :-)
View Instructable »Visuino generates the actual Arduino code, and opens the Arduino IDE.What is the error you have?I use it every day for many projects, and so far it always compiles fine.Usually the only project people face is if the Sketchbook path is incorrectly set in the Arduino IDE preferences.
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
Not if it is connected to some portable WiFi ;-)I will see to make GPRS version too one of this days ;-) I may do a LoRa too.
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
It should work with WeMos Mini. I don't have Minis at the moment to test thou :-(
- BoianM commented on BoianM's instructable Arduino Nano: DS1302 Real Time Clock(RTC) With Visuino1 year agoView Instructable »
Yes, the RTC has "Set" pin. You can connect and Date/Time source to it. The simplest test is to add "Compile Date/Time" component and connect it to the set pin. This will set the component with the time at the moment of the compilation.
- BoianM commented on BoianM's instructable Using Visuino and Delphi Short Video Tutorial1 year agoView Instructable »
Thank you!Considering that I am 50 years old, at this age, getting rid of the accent will be a but difficult you know... Not easy to teach old dog new tricks... :-DI am not professional instructor. I am the developer of Visuino, and I show people how they can use it, and what they can do with it ;-)Cheers, Boian
- BoianM commented on BoianM's instructable Arduino Nano: Log GPS Information to MicorSD Card With Visuino1 year agoView Instructable »
Hi KimO24,Most likely you have the wrong path for the Sketchbook location in teh Arduino IDE.Should be like this:C:\Users\{USER NAME}\Documents\ArduinoYou can also contact me directly to help you set it up.
- BoianM commented on BoianM's instructable Arduino Nano: Using DS1820/DS18S20 Maxim One Wire Thermometer Sensor Module1 year agoView Instructable »
The Visuino code is included in the project.The generated Arduino code uses the Visuino Open Source libraries, ind since they change all the time, if I post the generated code it will become incompatible very soon. You should download Visuino and use it to generate the code for you. It can be used free even without registration. It will run for 10 minutes every time when you run so you can edit and generate projects as long as you want.This way the code will be guaranteed to work.
- BoianM commented on BoianM's instructable Arduino Uno and Visuino: Control Smart Car Robot With Joystick and L298N Motor Driver1 year agoView Instructable »
This should work almost exactly the same with ELGOO :-) . I will try to post a tutorial one of this days, if the time permits...
- BoianM commented on BoianM's instructable Arduino Uno and Visuino: Control Smart Car Robot With Joystick and L298N Motor Driver1 year agoView Instructable »
You are Welcome! Enjoy :-)
- BoianM commented on BoianM's instructable Arduino Uno and Visuino: Control Smart Car Robot With Joystick and L298N Motor Driver1 year agoView Instructable »
Here is tutorial I did for Elegoo V1:https://www.instructables.com/id/Assemble-Elegoo-S...And here is for Elegoo V2:http://labpacks.blogspot.com/2017/08/assemble-eleg...I am still posting the videos on V3:http://labpacks.blogspot.com/2017/10/assemble-eleg...Hopefully will finish them in few days :-)
- BoianM commented on BoianM's instructable Arduino Uno and Visuino: Control Smart Car Robot With Joystick and L298N Motor Driver1 year ago
Congratulations!I already have done couple of Bluetooth versions, and plan more ;-)Here is one:https://youtu.be/QftNBvhsLi4
View Instructable »You are Welcome!I actually posted one tutorial on Android controlled robot, and plan more advanced and interesting version soon ;-)Here is the current video tutorial ;-)https://youtu.be/QftNBvhsLi4
- BoianM commented on BoianM's instructable Arduino Nano: Infrared Obstacle Avoidance Sensor With Visuino1 year agoView Instructable »
Congratulations! You are Welcome! Enjoy :-)
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
Well... the simplest option is to use MQTT with Visuino like in this tutorial:https://youtu.be/oX1DB68TF_k
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year agoView Instructable »
Congratulations! Enjoy :-)
- BoianM commented on BoianM's instructable Arduino Nano: Bitmap Animation in SSD1306 I2C OLED Display With Visuino1 year agoView Instructable »
Hi Renata,What is the driver chip on your module? It could be SH1106.Try to set the "Type" property of the DisplayOLED1 component to "odtSH1106", and see if it works.Cheers, Boian
- BoianM favorited Model Train Control on Arduino by Steve Massikker1 year ago
- BoianM commented on BoianM's instructable Arduino Nano and Visuino: 7 Segment Display Clock With MAX7219 and DS1307 Real Time Clock(RTC)1 year agoView Instructable »
You will need to divide the time by 2 and add Compare component to compare for above 12 to display PM instead of AM ;-) I am sure you can do it with Visuino yourself ;-)
- BoianM commented on BoianM's instructable ESP8266 and Visuino: GPS Location Web Server With Google Maps1 year ago
Thank you! :-)
Not yet, have been busy with a lot of other projects :-( . Hope to make one soon!
View Instructable »Hi HeshanH,What is the problem?
- BoianM commented on BoianM's instructable Arduino Nano: DS1307 Real Time Clock(RTC) With Visuino1 year agoView Instructable »
Thank you DanteM13 !If I post the generated code, it will be for specific version of Visuino and the Visuino libraries.The Visuino libraries are open source, but I change them all the time, so the posted code will become incompatible soon :-( If you generate it with Visuino it will always be compatible with the Visuino libraries of that version.I am looking at option of starting a website where you can send Visuino project and it will generate the latest version of the Arduino code, and will send you the necessary libraries, but this is still a future plan :-(
- BoianM commented on BoianM's instructable Arduino Nano: Accelerometer Gyroscope Compass MPU9250 I2C Sensor With Visuino1 year ago
Please take a look at my other tutorials. With Visuino you can add as many sensors as you want, and run simultaneously, until you run out of pins, get address conflict on I2C, or run out of memory ;-)
View Instructable »Yes, again, I have made number of tutorials some showing how you can record the data on MicroSD as example. Visuino also has the option to log the serial communication to file for later processing. Serial print is shown in most of my tutorials ;-)
- BoianM commented on BoianM's instructable Arduino Nano: Rotary Encoder With Visuino1 year agoView Instructable »
Thank you! Please contact me directly so I can help. I am not sure I understand all the details of what you need. My e-mail is mitov @ mitov.com, and I can send you Skype contact there ;-)
- BoianM commented on BoianM's instructable Arduino: Control Servo With Buttons1 year agoView Instructable »
This breadboard has a separation of the power bus in the middle. Some Breadboards are like that (You can see that the blue and red lines are interrupted) . I just happened to have this type of breadboard when I was making the project.
- BoianM favorited Acoustic Levitator by Asier Marzo1 year ago
- BoianM commented on vmusica's instructable Node MCU With Three DS18B201 year agoView Instructable »
You can create a network of any number of NodeMCUs ;-) . Usually you make one of them a hotspot, and have the rest connected there.
- BoianM commented on BoianM's instructable Arduino Nano: DHT11 Temperature and Humidity Visual Instrumentation With Visuino1 year agoView Instructable »
Fixed :-) . Was in step 8 actually ;-) Thank you for noticing the mistake, and letting me know!
- BoianM commented on BoianM's instructable Arduino Nano: DHT11 Temperature and Humidity Visual Instrumentation With Visuino1 year agoView Instructable »
Thank you!On which step is the mistake? I must have missed it :-(
- BoianM commented on BoianM's instructable Visuino - Beta1 - Visual Arduino Development Quick Tutorial1 year agoView Instructable »
Turned out to be changed forler for the Arduino Sketch project. Resolved over Skype :-)
- More Activities
Yes, you can add elements to the "Analog Value" component and connect each button to separated element. I am sure you will have a lot of fun experimenting with it, as there are multiple options... ;-)