Two questions first have you done a tutorial on the getting started with Arduino Uno and where or how have you accumulated your seemingly vast knowledge of electronics ? I bought an Arduino Uno must be two years ago and because I didn't get it up and running I just shelved it.
Hi Julian, Nice video. Thanks. Please let me know where you can get that green chequered table mat ? And what is it called so I can search on the Internet.
Great video, very well done. Just a thought... rather than scroll through all the time zones (which you point out as a pain), couldn't you have just left it at UTC, given that London is, in fact on UTC?
I'm new in the Arduino world, so bear with me, please! Does the Arduino Yún need the Arduino Leonardo, to work, or does the Arduino Yún have its own Linux Machine running inside of it to be to connect to complex web-services directly from the Arduino Yún? Furthermore I know that the Arduino Yún can be programmed over the usb and wifi connection, but can the Arduino Yún be brogrammed over the ethernet cable also? Also does the Arduino Yún have to be powered by the micro usb only or can it be powered by ethernet cable and standard usb cable?
Hi there. I'm unable to read the Arduino Yun port address, instead shows bluetooth settings, also shows at the bottom connected to my MacBook com1. I will like to use the wireless function of the board to transfer sketches. Can you help? Good tutorials. Thank you.
it took a little while but your instruction were a big help. doghunter was my linino password instead of Arduino. also I used a Galaxy 6 running on Android for the WiFi hookup.
Note on the arduino.local option: you need a namespace handling service. As Julian mentioned, Apple has Bonjour, but that can be installed on windows too (either with iTunes or as Bonjour Print Services(support.apple.com/kb/DL999)). On linux you can install the avahi package. Since android os uses a modified linux kernel, that should work if your device is rooted. There should be a solution for Android but I don't know of any yet. Feel free to post one here if you know
I couldn't get passed the wifi configuration for some reason. When I hit configuration, there was an error message about AJAX... and the YUN disconnected. I tried to look up the problem on Google and it seemed that a lot of people had the same problem. Do you have any suggestions? I've tried to restart the device and repeat the same steps but still can't get my Wifi conf. to work. Thanks!
Try to clear your browser's history, cookies... Or use browser in private mode, if it doesn't work take a look at webserver settings in /etc/httpd or /etc/config/httpd
can can some one help ........ i am using yun shield for first time. new to ardunio. I am getting below message . avrdude: error: AVR device not responding avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. /usr/bin/run-avrdude: line 65: can't open /tmp/efuse: no such file avrdude: error: AVR device not responding avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. can some one help.
I've never heard of this, Julian! This is almost 8 years ago. Was it a flop? If it was good, I should be able to find it and it should only cost like, a 5er, right? Well, maybe 25. ;-)
I have bought three Yun for a High school project. AM having difficultly connecting it to a network at home or at school. First, the Interface to make those connections is totally different to what the Arduino site explains it as. I even get an Error AJAX.../0 reading. Can anyone help?
You must have a linino/doghunter version, with a white theme Gui. Password is "doghunter", for the ajax error, try to clean browser cache ( history, cookies...) Or use private mode in your browser. It solve me some mistakes. Else take a look at /etc/uhttpd or /etc/config/uhttpd to see how the webserver is set.
Do you plan to purchase a proper screen recorder with your channels growing popularity? I love the videos, but I often get nausea from the way that you are recording your screen. Anyways, keep up the good work!
I have two spark cores and they do things quite a bit more elegant than what we see with the Yun here. Only issue so far has been that not all Arduino libraries are available. But they are porting things rapidly. Haven't touched my Arduinos since i got my sparks :)
I've worked with a Spark before and it's pretty cool. The Spark Cloud service is very nice as well, but here are a few things the Yun can do which can not: 1. generate it's own wifi hotspot (spark totally depends on one being there and you still need a usb cable if there is no wifi, but you can keep all in a WAN with no internet on the yun). 2. You've actually got a computer in there (400MHz MIPS CPU, 64MB RAM, 16MB internal storage and can extend with microSD card+and USB host port) and this even bigger: you've got python preinstalled and a package manager so can do quite a bit of number crunching where the MCU can have a limit, you still have the MCU for the realtime stuff and you can plug things via USB (I've tested a cheap usb soundcard and I've seen webcams connected to it as well). Long story short, the Yun it more powerful/flexible. On the other side the Spark has a very nice form factor and is super easy to get start with. If you're missing Spark Cloud on yun you can use Temboo or why not setup a python web socket server. In conclusion I would say both have they pros and cons, but it's up to you and the scope of the project you plan to use one of these to pick the best for the job (form factor, processing power, connectivity, ease of use/development time,etc.)
Excelent videotutorial, i only can recommend you to use Camtasia Studio to screencast the activity you do on your computer to get better quality, my best!
Good choice in router, have 35 of those running solid for 3 years linking our shops back to HQ for EPOS over a VPN. They haven't skipped a beat. (Except one but that was the result of a flood). :)
I have a feeling that this series of vids is going to be good, thanks for sharing.
hiiii, can you please help me? i have to build arduino yun board and i don't have an idea of what exact components should i buy😪😪
Very nice introduction. There is one question. It's possible to connect Yun with Wifi to one network and with physical Ethernet to other network?
Two questions first have you done a tutorial on the getting started with Arduino Uno and where or how have you accumulated your seemingly vast knowledge of electronics ? I bought an Arduino Uno must be two years ago and because I didn't get it up and running I just shelved it.
Hi Julian,
Nice video. Thanks.
Please let me know where you can get that green chequered table mat ? And what is it called so I can search on the Internet.
Wireless port is not appearing in IDE. Wireless is connected, but no port appears when i disconnect the usb cable.
Great video, very well done. Just a thought... rather than scroll through all the time zones (which you point out as a pain), couldn't you have just left it at UTC, given that London is, in fact on UTC?
Jeff Kodysz London is now on BST, UTC + 1.
+Matt Muller Ah, I was not aware of that. Thanks for the info!
What the..I thought London was the very center of the Universe! :-)
I'm new in the Arduino world, so bear with me, please!
Does the Arduino Yún need the Arduino Leonardo, to work, or does the Arduino Yún have its own Linux Machine running inside of it to be to connect to complex web-services directly from the Arduino Yún?
Furthermore I know that the Arduino Yún can be programmed over the usb and wifi connection, but can the Arduino Yún be brogrammed over the ethernet cable also?
Also does the Arduino Yún have to be powered by the micro usb only or can it be powered by ethernet cable and standard usb cable?
Hi there. I'm unable to read the Arduino Yun port address, instead shows bluetooth settings, also shows at the bottom connected to my MacBook com1. I will like to use the wireless function of the board to transfer sketches. Can you help? Good tutorials. Thank you.
Very good tutorial, bought my first Arduino Yun yesterday, and setup wirelessly. Just need to get a MicroSD card.
Great and nice video, I am just a beginner and I don't know to buy a uno or yun, any advice
what is the different between arduino uno and arduino yun? can you please help? 😊
Thank you!!! you really helped me getting started with my new Arduino Yun
I set up the wifi part to my router and it will not let me connect via arduino 1.5.8 but it will connect threw ip address that it was assigned.
it took a little while but your instruction were a big help. doghunter was my linino password instead of Arduino. also I used a Galaxy 6 running on Android for the WiFi hookup.
Hello, I want to ask you some questions,
If the red light doesnt light in the process,is there anything wrong with yun??
Thank you for your help.
Note on the arduino.local option: you need a namespace handling service. As Julian mentioned, Apple has Bonjour, but that can be installed on windows too (either with iTunes or as Bonjour Print Services(support.apple.com/kb/DL999)). On linux you can install the avahi package. Since android os uses a modified linux kernel, that should work if your device is rooted. There should be a solution for Android but I don't know of any yet. Feel free to post one here if you know
I couldn't get passed the wifi configuration for some reason. When I hit configuration, there was an error message about AJAX... and the YUN disconnected. I tried to look up the problem on Google and it seemed that a lot of people had the same problem. Do you have any suggestions? I've tried to restart the device and repeat the same steps but still can't get my Wifi conf. to work. Thanks!
Try to clear your browser's history, cookies... Or use browser in private mode, if it doesn't work take a look at webserver settings in /etc/httpd or /etc/config/httpd
can can some one help ........ i am using yun shield for first time. new to ardunio.
I am getting below message .
avrdude: error: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
/usr/bin/run-avrdude: line 65: can't open /tmp/efuse: no such file
avrdude: error: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
can some one help.
Is this the rev 2 of the yun?
I've never heard of this, Julian! This is almost 8 years ago. Was it a flop? If it was good, I should be able to find it and it should only cost like, a 5er, right? Well, maybe 25. ;-)
I have bought three Yun for a High school project. AM having difficultly connecting it to a network at home or at school. First, the Interface to make those connections is totally different to what the Arduino site explains it as. I even get an Error AJAX.../0 reading. Can anyone help?
You must have a linino/doghunter version, with a white theme Gui. Password is "doghunter", for the ajax error, try to clean browser cache ( history, cookies...) Or use private mode in your browser. It solve me some mistakes. Else take a look at /etc/uhttpd or /etc/config/uhttpd to see how the webserver is set.
Good job, Julian ! Learning with you is easy !
Thanks Mike
Do you plan to purchase a proper screen recorder with your channels growing popularity? I love the videos, but I often get nausea from the way that you are recording your screen. Anyways, keep up the good work!
I think I miss something I can see the port in my panel.
hi, can you tell us more about your mobile power bank. looks usefull
I did a review on that: ua-cam.com/video/klYo9R78hNk/v-deo.html
what about SPARK CORE, is arduino + wifi for $39.
Looks interesting - breadboard friendly too!
and very small too, they just started shipping their second batch, so i will just wait mine :)
I have two spark cores and they do things quite a bit more elegant than what we see with the Yun here. Only issue so far has been that not all Arduino libraries are available. But they are porting things rapidly. Haven't touched my Arduinos since i got my sparks :)
I've worked with a Spark before and it's pretty cool. The Spark Cloud service is very nice as well, but here are a few things the Yun can do which can not: 1. generate it's own wifi hotspot (spark totally depends on one being there and you still need a usb cable if there is no wifi, but you can keep all in a WAN with no internet on the yun). 2. You've actually got a computer in there (400MHz MIPS CPU, 64MB RAM, 16MB internal storage and can extend with microSD card+and USB host port) and this even bigger: you've got python preinstalled and a package manager so can do quite a bit of number crunching where the MCU can have a limit, you still have the MCU for the realtime stuff and you can plug things via USB (I've tested a cheap usb soundcard and I've seen webcams connected to it as well). Long story short, the Yun it more powerful/flexible. On the other side the Spark has a very nice form factor and is super easy to get start with. If you're missing Spark Cloud on yun you can use Temboo or why not setup a python web socket server. In conclusion I would say both have they pros and cons, but it's up to you and the scope of the project you plan to use one of these to pick the best for the job (form factor, processing power, connectivity, ease of use/development time,etc.)
Hi there, I am having trouble running Arduino IDE 1.5.6 on Mac OS X 10.5.8. Anyone managed to get it working ? Thank you,
I had the same thought, very cool but £55 worth of cool ? I'm now going to watch part 2 :-)
Excelent videotutorial, i only can recommend you to use Camtasia Studio to screencast the activity you do on your computer to get better quality, my best!
tablet ?!
Oh my... you make one excellent 'salesman' by not really being one.
I gotta get myself one of those
This reminds me of Beaglebone Green Wireless now :)
hi,
for the arduino.local to work you only need to set up avahi in the system you are using to connect to the yun.
Download iTunes. It comes with Bonjour, meaning you'll be able to use arduino.local from Windows.
Thank you - it was very helpful
emmm... if they do a yun2560 for like 30 quid, would be worth a punt, until then..
Good choice in router, have 35 of those running solid for 3 years linking our shops back to HQ for EPOS over a VPN. They haven't skipped a beat. (Except one but that was the result of a flood). :)
I've been using Draytek routers since signing up with Zen Internet. Both totally reliable.
yea we all know that ! Huuray for the Arduino ! hip hip hips !
got a new sub
Hello Jillian,, you forgot to mention you need a micro to micro cable , as you did go from your yun to your tablet, cheerio .
Thanks, very straightforward. You can use the web editor now create.arduino.cc
I am surprised that you do not grasp basic notion that video made by waving a cheap phone camera around, is unwatchable
I fucking Loathe arduino.
DoctorHver why?