Yep, I did it with your blessings. I did few improvements . Thanks a lot.
@mcsurvivalman26226 жыл бұрын
This is an excellent tutorial, I really appreciate videos like these. I ran into one problem, but I fixed it. The issue was with the "Dim Somestring As string" My debugger said, "1 dim array of string cannot be converted to string ... to fix this I made the variable "Somestring" an Array rather than a string.
@834Danie5 жыл бұрын
How do you stop the text from blinking inthe othe textbox?
@angelogiacon64994 жыл бұрын
@@834Danie Really, you're only using the big textbox to show the total amount of data coming in. Usually, you would store the incoming data into a string variable and not a textbox anyway. The real data you're interested in is the "parsed" data or seperated data into each part.
@nicolashutsebaut32633 жыл бұрын
thx, this helped a lott!!
@Nocturnes19842 жыл бұрын
Will this work the same in C#?
@semakzl45243 жыл бұрын
thank a lot to sharing this very useful info about us but i have question. Can we do array with live arduino sensor data and make chart with this array? I'm searching for weeks but i didnt finf anything pls share your ideas with me.
@ElectroniClinic3 жыл бұрын
check playlist, i have a video in which i displayed the temperature values on chart.
@ابومحمدالغيثيبنإسماعيل5 жыл бұрын
Thanks a lot .
@yt440volts6 жыл бұрын
Can you make another video on the first form you show in the video please? This video helped but I think showing how you made the first form would really help.
@ElectroniClinic6 жыл бұрын
I have used the same technique in so many other projects. Check my playlist on desktop apllications designing
@834Danie5 жыл бұрын
why is your text blinking in the textbox and not constant showing like in you other video.. can it be fix and how ?
@jhoveldango87305 жыл бұрын
Sir, Good Day ! Can you use 2 Serialports? Or I mean 2 arduino port in one form. Thanks for the answer :) Lastly any tip or guide how to use Adafruit Fingerprint Sensor with Visual Studio 2010 and MSSQL Database this is for my thesis 😊 sorry for long Message.
@ElectroniClinic5 жыл бұрын
ya, of course, you can, you can even add more Arduino. Define multiple serial ports.
@ElectroniClinic5 жыл бұрын
I already have a tutorial on this. check playlist.
@jhoveldango87305 жыл бұрын
Thank you sir, I will check it later. Best regards 😊
@mochamadurfanhadiansyah55663 жыл бұрын
my data shows up, but its so fast and the textbox2 become empty. how to keep show the data before its change?
@Gabi-he6rw4 жыл бұрын
Thank you! :)
@mahmoudkhalaf65014 жыл бұрын
Hello Sir, I am trying to split the data in two Ricechtextbox, I am getting Encoder data and GPS data from the Arduino Serial monitor, I am only able to put only one Split by LInes or a symbol, can please help me. Thank you,
@fatih19225 жыл бұрын
Dude your videos are very good. If you do the same project with gps module and parsing the gps sentences in vb and displaying the coordinates on a map(without using node mcu). That will rock. There re no such a tutorials on youtube. They only use the gps library and dispay the sentences on arduino IDE s serial monitor. Thats all.
@ElectroniClinic5 жыл бұрын
check my video on GPS real-time tracking using the blynk application. in that project, I used the same concept, but instead send value to the vb application, I sent it to the blynk application. check my playlists.
@834Danie5 жыл бұрын
need video with more then 3 sensors (temp , flow , current and volt) if it is possible to show guide line ....
@Gabi-he6rw4 жыл бұрын
Do you know/have anything similar in c#?
@mcsurvivalman26226 жыл бұрын
I'm sending my data manually at random time intervals, so how would I go about making the software update the sensor values when a new stream of data arrives?
@ElectroniClinic6 жыл бұрын
For this watch my new tutorial on 3 phase transformer load monitoring using computer application.
@ElectroniClinic6 жыл бұрын
I this this new project i used the datareceived function and also used the split technique
@silkyradio80594 жыл бұрын
Pls help me. Sentence "somestring = s.Split(New Char() {","c})" my visual basic warned an error. I don't understand why?
@834Danie5 жыл бұрын
for me to code i need example to work off i am not a programmer so can you help?
@superdn4 жыл бұрын
is there a c# tutorial for this?
@yaswantdatla35955 жыл бұрын
Sir this work is excellent, but i want in c# can u send link or codes for that.
@angelogiacon64994 жыл бұрын
Good tutorial, but you lost me a bit on the last bit..(Private Sub DataRecieved part)..you went thru that a bit fast and didn't explain well, but overall good, thanks.
@ElectroniClinic4 жыл бұрын
actually i have explained this function so many times. watch my other tutorials on visual basic.
@Steven-jf4cs3 жыл бұрын
Actually the uses for this is ... infinity and BEYOND!!!!!
@zeabenikebede9905 жыл бұрын
hi sir i'm trying to send the temperature and humidity value from arduino to vb but it does not split the data received form arduino and it display all the data in the TextBox1 what shall i do pleas help me
@ElectroniClinic5 жыл бұрын
separate them using coma
@ElectroniClinic5 жыл бұрын
watch complete video. don't skip any portion
@834Danie5 жыл бұрын
is it possible to make a video of ds18b20 temp sensors to do the same as sending it as a textForSMS from Arduino to visual Basic
@ElectroniClinic5 жыл бұрын
yes. you can do it. watch my tutorial on ds18b20. all you need is just to send that to the vb. :). check playlist you will find a video.
@marcomonteiro84955 жыл бұрын
why mine isnt showing anything can u help me out
@kirklampano6656 жыл бұрын
hi man, my two textbox aren't showing values but the textbox1 shows values from the arduino. can you help me? thanks
@kirklampano6656 жыл бұрын
i am using visual studio 2018
@muca8716 жыл бұрын
I had the same problem. Go into Design tab and under Timer change Enabled = TRUE
@samirdasmahapatra556 жыл бұрын
Hi, I want to save the data into MsAccess database, how it is possible, any suggestion.
@ElectroniClinic6 жыл бұрын
You should use msql database for saving values. This way you can also access values from anywhere around the world
@samirdasmahapatra556 жыл бұрын
thanks for your reply, I am new for this, can you share some example or any tutorial, how to use MSQL.
@ElectroniClinic6 жыл бұрын
in a few days i will be posting a tutorial on msql database for storing sensors values
@samirdasmahapatra556 жыл бұрын
@@ElectroniClinic so nice,, thank you. Can I have your email ID
@ElectroniClinic6 жыл бұрын
stu_engineering@yahoo.com
@jimallysonnevado39735 жыл бұрын
how about if the data is a text not number
@ElectroniClinic5 жыл бұрын
then no need to.convert that into decimal or integer.
@ElectroniClinic5 жыл бұрын
you can use the string functions.
@antoniuskwok7915 жыл бұрын
why my interface freezing after 5 seconds ?
@shogunvanrepi35556 жыл бұрын
what if through the internet, because i want to read the sensor value between countries, do you have the tutorial?
@ElectroniClinic6 жыл бұрын
very soon i will make a tutorial on this, i already did this project. i am doing all these projects one by one. subscribe to my channel. you will get the notification once i upload this project.
@shogunvanrepi35556 жыл бұрын
ok buddy
@shogunvanrepi35556 жыл бұрын
if possible to monitor more than 1 sensor and apikey different to be used for each person
@ElectroniClinic6 жыл бұрын
shogun van repi yes bro its possible.
@shogunvanrepi35556 жыл бұрын
ok i wait for the video buddy
@kunalroy1486 жыл бұрын
can you make this project in java. I want to make this project.
@ElectroniClinic6 жыл бұрын
send details.
@kunalroy1486 жыл бұрын
The same project you are explaining here i want to make it in Java. Means reading sensor value like Humidity, Temperature, Gas sensor and Light sensor
@834Danie5 жыл бұрын
i can do a little bit of coding
@subhamdas24914 жыл бұрын
Arduino mai split kayse kare
@ElectroniClinic4 жыл бұрын
watch my videos in which i have used the arduino and nodemcu together.
@ElectroniClinic4 жыл бұрын
n videos mei sensors data split kia hai.
@subhamdas24914 жыл бұрын
@@ElectroniClinic link dedo dhund ne me dikkat nahi hogi
@subhamdas24914 жыл бұрын
@@ElectroniClinic konsa wala dekhu samajh naji ara
@yt440volts6 жыл бұрын
I am getting the same error as you did so what did you do to fix it?
@ElectroniClinic6 жыл бұрын
which error?
@hafis37972 жыл бұрын
@@ElectroniClinic Input string was not in a correct format.' at this coding value1 = Convert.ToDecimal(TextBox2.Text)
@zuliano48252 жыл бұрын
@@ElectroniClinic yes it same to me, how to fix it?
@yt440volts10 ай бұрын
Input string was not in a correct format@@ElectroniClinic