If you want to receive data from an Arduino (or a sensor connected to the Arduino) in C# then here's my video for that: kzbin.info/www/bejne/o4i5eoydg6ufnqM
@NinaInman Жыл бұрын
Thank you, King
@tylerleopold264210 ай бұрын
Hello Brett, I'm coding on Visual Studio in C# language and I was wondering how you can export an Arduino file to an Arduino using a button.
@MarcoZedda-pu7hw3 ай бұрын
I tried and tried but it doesn't work, I need help, I have a minimal Arduino R1 programmable board
@thebeluvdtrex2 жыл бұрын
Wth how is it that I looked this up and someone just posted this a day ago?
@codingwithbrett2 жыл бұрын
Hope you found it useful. Let me know if you want to know anything else about how to connect C# to an Arduino.
@andorazafy9 ай бұрын
Hi it is really hepfull I'm just wondering how to do it without cable, i just want a wireless sending
@codingwithbrett9 ай бұрын
They best way to communicate between C# and a microcontroller is to use MQTT over wifi: kzbin.info/www/bejne/l2bOqGZ6hM1rn7s
@andorazafy9 ай бұрын
@codingwithbrett thanks man I find an another way to : Arduino to c# and c# to other pc using tcp/ip
@andorazafy9 ай бұрын
@codingwithbrett thank you,your videos help me a lot in my project.
@Amigaudio8 ай бұрын
anyone knows how to make the comunicatin between the C# app to arduino faster? it takes one second to do the action on arduino everytime
@codingwithbrett8 ай бұрын
MQTT over wifi (but use an ESP32 or ESP8266 not an Arduino).
@malithamadusankasadaruwan9836 Жыл бұрын
tnx 🥰
@codingwithbrett9 ай бұрын
Here's a more up to date method of receiving sensor data. It uses MQTT over wifi so is better suited to the ESP32 or ESP8266: kzbin.info/www/bejne/l2bOqGZ6hM1rn7s
@samk2630 Жыл бұрын
Thank you
@larkkane9822 жыл бұрын
Anyone knows if this would work with a cheap Arduino UNO clone/knock off?
@codingwithbrett2 жыл бұрын
It should work - I have a few Arduino Unos I bought from AliExpress and Amazon. Incidentally the Elegoo Uno R3 sold on Amazon is very nice and I'll definitely be buying more of them.
@larkkane9822 жыл бұрын
@@codingwithbrett Alright thanks! I'll try it out.