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.
@@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.
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.
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.
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.
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.
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.
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,
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?
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.
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
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.
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.
How do you stop the text from blinking inthe othe textbox?
@@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.
Yep, I did it with your blessings. I did few improvements . Thanks a lot.
Will this work the same in C#?
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.
check playlist, i have a video in which i displayed the temperature values on chart.
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.
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.
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.
I have used the same technique in so many other projects. Check my playlist on desktop apllications designing
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.
ya, of course, you can, you can even add more Arduino. Define multiple serial ports.
I already have a tutorial on this. check playlist.
Thank you sir, I will check it later. Best regards 😊
thx, this helped a lott!!
Do you know/have anything similar in c#?
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,
why is your text blinking in the textbox and not constant showing like in you other video.. can it be fix and how ?
Thanks a lot .
Pls help me. Sentence "somestring = s.Split(New Char() {","c})" my visual basic warned an error. I don't understand why?
Actually the uses for this is ... infinity and BEYOND!!!!!
Thank you! :)
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?
For this watch my new tutorial on 3 phase transformer load monitoring using computer application.
I this this new project i used the datareceived function and also used the split technique
my data shows up, but its so fast and the textbox2 become empty. how to keep show the data before its change?
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
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.
need video with more then 3 sensors (temp , flow , current and volt) if it is possible to show guide line ....
Sir this work is excellent, but i want in c# can u send link or codes for that.
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.
actually i have explained this function so many times. watch my other tutorials on visual basic.
is there a c# tutorial for this?
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
separate them using coma
watch complete video. don't skip any portion
for me to code i need example to work off i am not a programmer so can you help?
hi man, my two textbox aren't showing values but the textbox1 shows values from the arduino. can you help me? thanks
i am using visual studio 2018
I had the same problem. Go into Design tab and under Timer change Enabled = TRUE
Hi, I want to save the data into MsAccess database, how it is possible, any suggestion.
You should use msql database for saving values. This way you can also access values from anywhere around the world
thanks for your reply, I am new for this, can you share some example or any tutorial, how to use MSQL.
in a few days i will be posting a tutorial on msql database for storing sensors values
@@ElectroniClinic so nice,, thank you. Can I have your email ID
stu_engineering@yahoo.com
why mine isnt showing anything can u help me out
how about if the data is a text not number
then no need to.convert that into decimal or integer.
you can use the string functions.
why my interface freezing after 5 seconds ?
what if through the internet, because i want to read the sensor value between countries, do you have the tutorial?
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.
ok buddy
if possible to monitor more than 1 sensor and apikey different to be used for each person
shogun van repi yes bro its possible.
ok i wait for the video buddy
can you make this project in java. I want to make this project.
send details.
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
Arduino mai split kayse kare
watch my videos in which i have used the arduino and nodemcu together.
n videos mei sensors data split kia hai.
@@ElectroniClinic link dedo dhund ne me dikkat nahi hogi
@@ElectroniClinic konsa wala dekhu samajh naji ara
i can do a little bit of coding
I am getting the same error as you did so what did you do to fix it?
which error?
@@ElectroniClinic Input string was not in a correct format.'
at this coding value1 = Convert.ToDecimal(TextBox2.Text)
@@ElectroniClinic yes it same to me, how to fix it?
Input string was not in a correct format@@ElectroniClinic
how to fix it@@zuliano4825