Introduction to the Arduino Yun #1

  Рет қаралды 114,827

Julian Ilett

Julian Ilett

Күн бұрын

Пікірлер: 59
@HighRailmaxx
@HighRailmaxx 7 жыл бұрын
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.
@psp10004
@psp10004 10 жыл бұрын
Oh my... you make one excellent 'salesman' by not really being one. I gotta get myself one of those
@orgicus
@orgicus 10 жыл бұрын
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
@nicholasnoproblem
@nicholasnoproblem 7 жыл бұрын
This reminds me of Beaglebone Green Wireless now :)
@christianbegg3265
@christianbegg3265 4 жыл бұрын
Is this the rev 2 of the yun?
@MrClover026
@MrClover026 10 жыл бұрын
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.
@mattdathew2794
@mattdathew2794 9 жыл бұрын
got a new sub
@nsyd-jf6qt
@nsyd-jf6qt 7 жыл бұрын
what is the different between arduino uno and arduino yun? can you please help? 😊
@navi-charlotte
@navi-charlotte 9 жыл бұрын
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.
@jacgeo9887
@jacgeo9887 7 жыл бұрын
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?
@cornessdady
@cornessdady 7 жыл бұрын
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.
@Intike18
@Intike18 10 жыл бұрын
what about SPARK CORE, is arduino + wifi for $39.
@JulianIlett
@JulianIlett 10 жыл бұрын
Looks interesting - breadboard friendly too!
@Intike18
@Intike18 10 жыл бұрын
and very small too, they just started shipping their second batch, so i will just wait mine :)
@EspenLodden
@EspenLodden 10 жыл бұрын
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 :)
@orgicus
@orgicus 10 жыл бұрын
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.)
@jlucasound
@jlucasound 2 жыл бұрын
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. ;-)
@lezbriddon
@lezbriddon 10 жыл бұрын
emmm... if they do a yun2560 for like 30 quid, would be worth a punt, until then..
@SsSsSsmiley
@SsSsSsmiley 10 жыл бұрын
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?
@ricamaeagoncillo8015
@ricamaeagoncillo8015 5 ай бұрын
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😪😪
@monasterydreams
@monasterydreams 5 жыл бұрын
Thanks, very straightforward. You can use the web editor now create.arduino.cc
@danielgrace4805
@danielgrace4805 9 жыл бұрын
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.
@allopez13
@allopez13 9 жыл бұрын
Wireless port is not appearing in IDE. Wireless is connected, but no port appears when i disconnect the usb cable.
@slomotrainwreck
@slomotrainwreck 10 жыл бұрын
I have a feeling that this series of vids is going to be good, thanks for sharing.
@jeffkodysz4309
@jeffkodysz4309 9 жыл бұрын
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?
@matthewmuller
@matthewmuller 9 жыл бұрын
Jeff Kodysz London is now on BST, UTC + 1.
@jeffkodysz4309
@jeffkodysz4309 9 жыл бұрын
+Matt Muller Ah, I was not aware of that. Thanks for the info!
@jlucasound
@jlucasound 2 жыл бұрын
What the..I thought London was the very center of the Universe! :-)
@camohoj
@camohoj 9 жыл бұрын
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.
@ragupathy84
@ragupathy84 7 жыл бұрын
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.
@TheJohn93226
@TheJohn93226 9 жыл бұрын
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?
@binaltach
@binaltach 10 жыл бұрын
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,
@avalon6090
@avalon6090 10 жыл бұрын
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.
@jordan2738
@jordan2738 9 жыл бұрын
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!
@nemadauod359
@nemadauod359 2 жыл бұрын
Thank you!!! you really helped me getting started with my new Arduino Yun
@patrickingle5905
@patrickingle5905 10 жыл бұрын
Very good tutorial, bought my first Arduino Yun yesterday, and setup wirelessly. Just need to get a MicroSD card.
@siddharthachatterjee2335
@siddharthachatterjee2335 7 жыл бұрын
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.
@eglintonflats
@eglintonflats 10 жыл бұрын
I am surprised that you do not grasp basic notion that video made by waving a cheap phone camera around, is unwatchable
@sirron2929
@sirron2929 9 жыл бұрын
Download iTunes. It comes with Bonjour, meaning you'll be able to use arduino.local from Windows.
@tobortine
@tobortine 10 жыл бұрын
I had the same thought, very cool but £55 worth of cool ? I'm now going to watch part 2 :-)
@AlvaroSaburido
@AlvaroSaburido 9 жыл бұрын
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!
@michgingras
@michgingras 5 жыл бұрын
tablet ?!
@javieruriel
@javieruriel 9 жыл бұрын
Great and nice video, I am just a beginner and I don't know to buy a uno or yun, any advice
@michgingras
@michgingras 5 жыл бұрын
yea we all know that ! Huuray for the Arduino ! hip hip hips !
@BaoNguyendarkmatter820
@BaoNguyendarkmatter820 7 жыл бұрын
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!
@cornessdady
@cornessdady 7 жыл бұрын
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
@javieruriel
@javieruriel 9 жыл бұрын
I think I miss something I can see the port in my panel.
@asadfaizi
@asadfaizi 9 жыл бұрын
Thank you - it was very helpful
@IfItAintBrokeStillFixIt
@IfItAintBrokeStillFixIt 10 жыл бұрын
hi, can you tell us more about your mobile power bank. looks usefull
@JulianIlett
@JulianIlett 10 жыл бұрын
I did a review on that: kzbin.info/www/bejne/oZ28oGyIbJ2bhM0
@MikePoirier
@MikePoirier 10 жыл бұрын
Good job, Julian ! Learning with you is easy !
@JulianIlett
@JulianIlett 10 жыл бұрын
Thanks Mike
@reddragon27284
@reddragon27284 10 жыл бұрын
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). :)
@JulianIlett
@JulianIlett 10 жыл бұрын
I've been using Draytek routers since signing up with Zen Internet. Both totally reliable.
@pauldusa
@pauldusa 7 жыл бұрын
Hello Jillian,, you forgot to mention you need a micro to micro cable , as you did go from your yun to your tablet, cheerio .
@DoctorHver
@DoctorHver 7 жыл бұрын
I fucking Loathe arduino.
@Mrspiderman20014
@Mrspiderman20014 7 жыл бұрын
DoctorHver why?
Introduction to the Arduino Yun #2
10:43
Julian Ilett
Рет қаралды 59 М.
This isn't a normal mini PC... and I love it.
14:17
Hardware Haven
Рет қаралды 304 М.
100 Identical Twins Fight For $250,000
35:40
MrBeast
Рет қаралды 49 МЛН
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 6 МЛН
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
I Made My Own Computer | Let's See How It Works
7:51
3DSage
Рет қаралды 788 М.
12 Useful & Interesting ESP32 Projects for Beginners!
9:41
ToP Projects Compilation
Рет қаралды 625 М.
Arduino Boards
8:23
Toms Trains and Things
Рет қаралды 1,1 М.
Use Arduino to Switch Power On and Off!
8:57
DIY Tryin
Рет қаралды 923 М.
Julian Investigates: How Slow is Arduino?
14:41
Julian Ilett
Рет қаралды 112 М.
Introduction to ESP32 - Getting Started
47:57
DroneBot Workshop
Рет қаралды 1,6 МЛН
Как удалить компромат с компьютера?
0:20
Лена Тропоцел
Рет қаралды 1,8 МЛН
Wi-fi с бесконечным паролем 😱
0:18
FilmBytes
Рет қаралды 101 М.
Самый дорогой iPHONE 16 PRO MAX #shorts
0:58
Арсений Петров
Рет қаралды 1,5 МЛН
Наушники dyson
0:12
Ekaterina Korea
Рет қаралды 508 М.