Тёмный
CD73
CD73
CD73
Подписаться
Random computing science/programming tutorials, showcases & topics.
Комментарии
@user-nt1ll1bd2c
@user-nt1ll1bd2c 2 месяца назад
You saved my day! that I have to close serial monitor first for connecting Arduino to Unity. Thanks
@nafisforkan5188
@nafisforkan5188 3 месяца назад
Does the serialport work for bluetooth communication from an android application? And do I need to use a thread for that purpose also?
@Lee-ku3uw
@Lee-ku3uw 3 месяца назад
Great tutorial. Would love fo see more from you on this subject.
@mtab2008
@mtab2008 8 месяцев назад
Hi, Is it Unity also communicate the robot using Arduno?
@cd73net
@cd73net 8 месяцев назад
Yes - you can send and receive data from unity as well as the arduino, it works both ways
@gianfrancolevati9325
@gianfrancolevati9325 10 месяцев назад
that's it. this was the last piece i needed for my project. thank you very much.
@jacobapplebaum3326
@jacobapplebaum3326 Год назад
thank you sir, you are a legend. You just saved me $15 from having to give to the capatalist regime (Uduino). have a good day and let me know if you need a little slobba on da toppy (dear future employers reading this, I am not like this)
@andim.7911
@andim.7911 Год назад
Many thanks for this informative Tutorial. Helped me a lot! In case anyone gets an "IOException" Error, it is probably because your Arduino IDE is still running in the background. I had the same problem and when I closed the IDE it suddenly worked. :)
@worldwidestorys
@worldwidestorys Год назад
this saved me so much
@ashishitD
@ashishitD Год назад
Can you both read and write via serial?
@cd73net
@cd73net Год назад
Yes, however not at the same time
@ashishitD
@ashishitD Год назад
@CallumS005 please link me to the list of functions that I can use for serial communication. Error occurs ....says: "Ioexception:access is denied specific port not open" I've selected the .Net 4x and stuff.....but still error occurs Will the change in setting mentioned in the description fix the problem?
@ashishitD
@ashishitD Год назад
@CallumS005 also are u using apple of windows? Ppl say windows should work out of the box
@andim.7911
@andim.7911 Год назад
It is probably because your Arduino IDE is still running in the background. I had the same problem and when I closed the IDE it suddenly worked. :) There must be some port-conflict between Arduino and Unity.
@erikgwk
@erikgwk Год назад
We did this in academy with the potentiometer but I struggled to follow. This was helpful!
@loremipsum9448
@loremipsum9448 Год назад
Great implementation to separte IO thread from data usage. Have you been able to measure latency through USB? Are we talking few millis, tenths or hundreds? I need to bridge PC to wireless haptic and I consider using PC <--USB-> esp32Host <-- EspNow(WIFI) --> esp32Client
@avardabam9862
@avardabam9862 7 месяцев назад
Hey what project were you doing that involved haptics?
@nikosberain9889
@nikosberain9889 Год назад
thx a lot!