sabbas vai. this is the nice and cleanest video.. thank you,, keep making videos like this.
@aldoguardia85254 жыл бұрын
could you fix the #35 and #36 videos please? i can't see them :(
@yormanjorcetquispechavez33304 жыл бұрын
LOS SIGUIENTES VIDEOS QUE SON 2 EN PARTICULAR NO SE PUEDE VER PORFAVOR ERA LA CONTINUACION DE ESTE TEMA EN ESPECIAL POR FAVOR PODRIA COMPARTIRLOS
@usamasabir97364 жыл бұрын
Hey, Can you help me ? I want to connect and ESP 32 with MATLAB over TCP/IP. Can you tell me what additional steps do i need to do
@KGPTalkie4 жыл бұрын
Run esp 32 in access point mode. Connect your computer to that access point then get the ip address of your computer. This ip will be used by Matlab also. Now send the data to that ip and receive from Matlab as described in this lesson.
@usamasabir97364 жыл бұрын
@@KGPTalkie I have configured esp 32 as an access point. Can you tell me how to read the data send from MATLAB from ESP 32.I am using ESP-32 Dev kit V1 and for programing Arduino IDE
@usamasabir97364 жыл бұрын
@@KGPTalkie I did that but I am still not sure how to send data (integer value) to esp 32? I need it for my semester project. please help me out
@deeppujara45664 жыл бұрын
Thank you very much.
@raghusidda5 жыл бұрын
Why I am not able to transfer more than 64 values? What changes to be made?
@KGPTalkie5 жыл бұрын
Not sure but that could be maximum limit of sending in onetime.
@raghusidda5 жыл бұрын
@@KGPTalkie may I know how do I change?
@raghusidda5 жыл бұрын
Hi, It was very informative? Could you please help me on how to transfer floating point values?
@KGPTalkie5 жыл бұрын
Thanks for watching. Convert float in stream of byte and then convert back.
@raghusidda5 жыл бұрын
@@KGPTalkie Could you please type the code?
@alfredobadillo22804 жыл бұрын
@@raghusidda if You still want to know. typecast (floatnumber,'uint8')
@pepegrillo72906 жыл бұрын
Hi, thanks for your video Can you helpe me with an error that i have in my code? I'm trying to send an image by tcpip, but when i try to use fwrite (t,data,'uint8') i have an error "an error ocurred during writin" How can i use fwrite and fread to send a recive an image? Thanks
@KGPTalkie6 жыл бұрын
Hey, Please refer to these links. It will help you otherwise let me know. in.mathworks.com/matlabcentral/answers/391775-how-to-transfer-image-file-from-server-to-client-using-tcp-ip in.mathworks.com/matlabcentral/answers/68358-sending-an-image-or-a-text-file-to-another-instance-of-matlab-with-tcpip-connection
@pepegrillo72906 жыл бұрын
KGP Talkie thakns i will see that information I see you develped an application for Android, I'm trying to do my own application with and android support package of matlab, I want to take an image from the galery of the device but I haven't could, may I have an advice of you?