|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

Praktisches Arduino-Engineering: End-to-End-Entwicklung mit dem Arduino, Fusi...

Artikelzustand:
Neu
3 verfügbar
Preis:
US $78,27
Ca.CHF 71,58
Versand:
Kostenlos Economy Shipping. Weitere Detailsfür Versand
Standort: Jessup, Maryland, USA
Lieferung:
Lieferung zwischen Di, 11. Jun und Sa, 22. Jun nach 43230 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahmen:
14 Tage Rückgabe. Käufer zahlt Rückversand. Weitere Details- Informationen zu Rückgaben
Zahlungen:
     

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. 

Angaben zum Verkäufer

Angemeldet als gewerblicher Verkäufer
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:364635993283
Zuletzt aktualisiert am 09. Mai. 2024 15:53:01 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
Book Title
Practical Arduino Engineering : End to End Development With the A
ISBN
9781484268513
Publication Year
2021
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Practical Arduino Engineering : End to End Development with the Arduino, Fusion360, 3D Printing, and EagleCad
Author
Harold Timmis
Item Length
9.3in
Publisher
Apress L. P.
Item Width
6.1in
Item Weight
32 Oz
Number of Pages
Xvii, 580 Pages

Über dieses Produkt

Product Information

Implement Arduino-based designs in your project, and build, debug, and extend it using a solid engineering approach. This second edition is expanded to provide a better understanding of the engineering process and what it means to be an end-to-end developer. You'll start out by reviewing basic engineering procedures, from the fundamental requirements and preliminary design to prototyping and testing. You'll then apply those principles to single devices like LCDs, potentiometers and GPS modules, and move on to the integration of several modules into a larger project, a sub-autonomous robot. This robot will include devices such as GPS, Bluetooth, an OLED screen, an accelerometer, humidity and temp sensor, motor drivers, and ultrasonic sensor. This version goes on to cover how to create 3D models with Fusion360, make your own PCBs using Eagle, and use and maintain a 3D printer. Each and every chapter exemplifies this process and demonstrates how you can profit from the implementation of solid engineering principles--regardless of whether you just play in your basement or you want to publicize and sell your devices. With Practical Adruino Engineering you'll be able to review and improve this process, and even extend its scope. What You'll Learn Set up the Arduino software landscape and project for testing Review the process of hardware engineering as applicable to Arduino projects Create 3D models for 3D printing using Fusion360 in a robot chassis project Make PCBs using Eagle and incorporate it into a sensor station shield project Use and maintain a 3D printer with your own project Create Arduino shields in Eagle Debug Arduino projects of varying complexities via LabVIEW Use a special Arduino board for Bluetooth to control domestic and mobile Arduino projects Who This Book Is For Primarily aimed at intermediate engineers or engineering students. However, this book is also great for beginners and any maker who wants to expand their abilities in a single book.

Product Identifiers

Publisher
Apress L. P.
ISBN-10
1484268512
ISBN-13
9781484268513
eBay Product ID (ePID)
25050076362

Product Key Features

Author
Harold Timmis
Publication Name
Practical Arduino Engineering : End to End Development with the Arduino, Fusion360, 3D Printing, and EagleCad
Format
Trade Paperback
Language
English
Publication Year
2021
Type
Textbook
Number of Pages
Xvii, 580 Pages

Dimensions

Item Length
9.3in
Item Width
6.1in
Item Weight
32 Oz

Additional Product Features

Number of Volumes
1 Vol.
Lc Classification Number
Ts171.57
Edition Number
2
Table of Content
READER LEVEL: Intermediate Chapter 1: The Process of Arduino Engineering * Gathering Your Hardware * Gathering Your Tools * Understanding the Engineering Process Chapter 2: Understanding the Arduino Software * Getting started with setup() and loop() * Initializing Variables * Woorking with Loos * Communicating Digitally * Communicating with Analog Components * Serial Communication * Using Arduino Libraries * Putting Together the Arduino Language Chapter 3: An Introduction to 3D Design * What is 3D Cad? * Installing Fusion360 and setting it up for Enthusiast or Startup * The basics of 3D Modeling * How to use Calipers * Making your first "Thing" Chapter 4: An Introduction to 3D Printing * What is 3D Printing? * Types of 3D Printers * 3D Printer Recommendations * Tools of the Trade * What is a Slicer? (Go over a few Slicers) * Printing your first "Thing" Chapter 5: An Introduction to Eagle * What is Eagle? * Installing Eagle and including Libraries from 3rd party vendors * Basics of Schematic layout * Basics of Board Layout * Making your first board * Board manufacturers Chapter 6: Robotic Engineering Requirements: Controlling Motion * Creating a modular H-Bridge PCB in Eagle * 3D modeling your own Robot Chassis (Intro to Parametric Design) * Printing the Robot Chassis * Assembling the Robot Chassis and Hardware Chapter 7: Adding Complexity to the Robot: Working with LCDs * Monochrome LCD projects will stay the same * Add a section on OLED technology * Make an OLED Shield for the Arduino using Eagle Chapter 8: Robot Integration Engineering a GPS Module with Arduino * Hardware Explained: microSD shield * Understanding NMEA Protocol * Libraries Explained: TinyGPS and SdFat Libraries * The Basics of GPS Communication with the Arduino * Requirements Gathering and Creating the Requirements Document Chapter 9: Interlude: Home Engineering from Requirements to Implementation * Basic Fundamentals of this chapter will stay the same * Gather Requirements on a sensor station * Create a Sensor Station Shield in Eagle * Writing software for the Sensor Station Shield * Creating an enclosure for the Sensor Station Shield * 3D Printing the Sensor Station Enclosure Chapter 10: Robot Perception: Object Detection with the Arduino * Secondary Projects stay the same, but Images, Schematics, and Flowcharts are updated * 3D modeling an Ultrasonic sensor holder for the Robot * 3D Printing the Ultrasonic Sensor holder * The rest of the primary project stays the same. Chapter 11: Mature Arduino Engineering: Making an Alarm System using the Arduino * Basic Security System * Requirements Gathering and Creating the Requirements Document Chapter 12: Error Messages and Commands: Using GSM Technology with your Arduino * Talk on subjects like CDMA, 4G LTE, etc... * Use New Shield for 4G LTE instead of GSM Shield * Rest of chapter will stay the same Chapter 13: Control and Instrumentation: The XBOX controller and the LabVIEW Process * LabVIEW explanation stays the same * Creating a Sub-autonomous robot Chapter 14: Controlling your Project: Bluetooth Arduino * Gathering Requirements and Creating the Requirements Document * Configuring the Hardware * Writing the Software * Uploading the Software and Attaching the Bluetooth Shield * Operating the Robot
Copyright Date
2021
Topic
Engineering (General), Hardware / General
Dewey Decimal
629.89
Dewey Edition
23
Illustrated
Yes
Genre
Computers, Technology & Engineering

Artikelbeschreibung des Verkäufers

Great Book Prices Store

Great Book Prices Store

96,8% positive Bewertungen
1.2 Mio. Artikel verkauft
Shop besuchenKontakt
Antwortet meist innerhalb 24 Stunden

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten

Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
4.9
Kommunikation
4.8
Angemeldet als gewerblicher Verkäufer

Verkäuferbewertungen (342'171)

a***z (45)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
I tried to cancel this order just after I ordered it. Not because I did not want it but my address wasn't correct. Whoever has the book it isn't me.
2***a (97)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Bit slow on shipping, but otherwise good
0***l (129)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Great ebayer!