Cargando…

Arduino internals /

Arduino Internals guides you to the heart of the Arduino board. AuthorÆDale Wheat shares his intimate knowledge of the Arduino board--its secrets, its strengths and possible alternatives to its constituent parts are laid open to scrutiny in this book.ÆYou'll learnÆto build new, improved Arduino...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Wheat, Dale
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, Ã2011.
Colección:Technology in action.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn773577221
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120123s2011 caua o 001 0 eng d
010 |a  2012472745 
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d ZMC  |d COO  |d B24X7  |d UMI  |d EBLCP  |d E7B  |d OCLCQ  |d DEBSZ  |d BEDGE  |d OCLCQ  |d OCLCF  |d YDXCP  |d MEAUC  |d OCLCQ  |d TXI  |d OCLCQ  |d CAUOI  |d VT2  |d LIV  |d MERUC  |d ESU  |d IOG  |d N$T  |d OCLCO  |d CEF  |d DEHBZ  |d U3W  |d OCLCQ  |d WYU  |d UWO  |d YOU  |d UAB  |d OCLCQ  |d LEAUB  |d AU@  |d UKAHL  |d OCLCQ  |d DCT  |d ERF  |d OCLCQ  |d UKBTH  |d UHL  |d LQU  |d BRF  |d OCLCO  |d OCLCQ 
019 |a 782912149  |a 785777434  |a 857251291  |a 967626855  |a 1005806875  |a 1062912609  |a 1087368758  |a 1103267373  |a 1110828434  |a 1112529147  |a 1113053751  |a 1113180818  |a 1129358469  |a 1137257743  |a 1153046490  |a 1192336221  |a 1240537613 
020 |a 9781430238836  |q (electronic bk.) 
020 |a 1430238836  |q (electronic bk.) 
020 |z 9781430238829 
020 |z 1430238828 
024 7 |a 10.1007/978-1-4302-3883-6  |2 doi 
024 8 |a 9781430238829 
024 7 |a 10.1007/978-1-4302-3 
029 1 |a AU@  |b 000048770942 
029 1 |a AU@  |b 000053278477 
029 1 |a DEBBG  |b BV040901513 
029 1 |a DEBSZ  |b 378288180 
029 1 |a DEBSZ  |b 381375536 
029 1 |a DEBSZ  |b 431115265 
029 1 |a NZ1  |b 14230858 
029 1 |a AU@  |b 000067095747 
035 |a (OCoLC)773577221  |z (OCoLC)782912149  |z (OCoLC)785777434  |z (OCoLC)857251291  |z (OCoLC)967626855  |z (OCoLC)1005806875  |z (OCoLC)1062912609  |z (OCoLC)1087368758  |z (OCoLC)1103267373  |z (OCoLC)1110828434  |z (OCoLC)1112529147  |z (OCoLC)1113053751  |z (OCoLC)1113180818  |z (OCoLC)1129358469  |z (OCoLC)1137257743  |z (OCoLC)1153046490  |z (OCoLC)1192336221  |z (OCoLC)1240537613 
037 |a CL0500000130  |b Safari Books Online 
050 4 |a QA76.76.O63  |b W44 2011 
072 7 |a COM  |x 046000  |2 bisacsh 
072 7 |a UY.  |2 bicssc 
082 0 4 |a 005.4469  |2 23 
049 |a UAMI 
100 1 |a Wheat, Dale. 
245 1 0 |a Arduino internals /  |c Dale Wheat. 
260 |a [Berkeley, CA] :  |b Apress,  |c Ã2011. 
300 |a 1 online resource (xx, 372 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
490 1 |a Technology in action 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 29, 2017). 
505 0 0 |t Hardware --  |t Software --  |t Atmel AVR --  |t Supporting Hardware --  |t Arduino Software --  |t Optimizations --  |t Hardware Plus Software --  |t Example Projects --  |t Project Management --  |t Hardware Design --  |t Software Design --  |t Networking --  |t More Example Projects. 
520 |a Arduino Internals guides you to the heart of the Arduino board. AuthorÆDale Wheat shares his intimate knowledge of the Arduino board--its secrets, its strengths and possible alternatives to its constituent parts are laid open to scrutiny in this book.ÆYou'll learnÆto build new, improved Arduino boards and peripherals, while conforming to the Arduino reference design. Arduino Internals begins byÆreviewingÆthe current Arduino hardware and software landscape. In particular, ĭt offers a clearănalysis ofÆhow the ATmega8 board works and when and where to use its derivatives.ÆThe chapter on the "hardware heart" is vital for the rest of the book andÆshould be studied in some detail. Furthermore, Ărduino Internalsŏffers important information about the CPU running the Arduino board, the memory contained within it and the peripherals mounted on it. To be able to write softwareÆthat runsŏptimally on what is a fairly small embedded board, oneÆmust understandÆhow the different parts interact. Later in the book, Æyou'll learnÆhow to replace certain parts with more powerful alternatives and how to design Arduino peripherals and shields. Since Arduino Internalsăddresses both sides of the Arduino hardware-software boundary, the author analyzes the compiler toolchain and again provides suggestions onÆhow to replace it with something moreÆsuitable forÆyour own purposes. You'll also learn about how libraries enable youÆto change the way Arduino and software interact, ănd how to write your own library implementing algorithmsÆyou've devised yourself. Arduino Internals also suggests alternative programming environments, since many Arduino hackers have a background language other than C or Java. Of course, it is possible to optimize the way in which hardware and software interact--an entire chapter is dedicated to this field. Arduino Internals doesn't just focus on the different parts of Arduino architecture, but also on the ways in which example projects can take advantage of the new and improved Arduino board. Wheat employs example projectsÆto exemplify the hacks and algorithms taught throughout the book. Arduino projects straddling the hardware-software boundary often require collaboration between people of different talents and skills which cannot be taken for granted. For this reason, Arduino Internals contains a whole chapter dedicated to collaboration and open source cooperation to make those tools and skills explicit. One of the crowning achievements of an Arduino hacker is to design a shield or peripheral residing on the Arduino board, which is the focus of the following chapter.Ă later chapter takes specialization further byĕxamining Arduino protocols and communications, a field immediately relevant to shields and the communication between peripherals and the board. Finally, Arduino Internals integrates different skills and design techniques by presenting several projects thatÆchallenge you to put yourÆnewly-acquiredÆskills to the test! Please note: the print version of this title is black & white; the eBook is full color. 
542 |f Copyright à Apress  |g 2011 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Operating systems (Computers) 
650 6 |a SystÆemes d'exploitation (Ordinateurs) 
650 7 |a operating systems.  |2 aat 
650 7 |a COMPUTERS  |x Operating Systems  |x General.  |2 bisacsh 
650 7 |a Operating systems (Computers)  |2 fast  |0 (OCoLC)fst01046280 
776 0 8 |i Print version:  |a Wheat, Dale.  |t Arduino internals.  |d [Berkeley, CA] : Apress, Ã2011  |w (DLC) 2012472745 
830 0 |a Technology in action. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430238829/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26832452 
938 |a Books 24x7  |b B247  |n bks00044630 
938 |a EBL - Ebook Library  |b EBLB  |n EBL883804 
938 |a ebrary  |b EBRY  |n ebr10528847 
938 |a EBSCOhost  |b EBSC  |n 1173496 
938 |a YBP Library Services  |b YANK  |n 7361872 
994 |a 92  |b IZTAP