|Aangeboden in rubriek:
Hebt u iets om te verkopen?

Practical Arduino Engineering: End to End Development with the Arduino, Fusion 3

Objectstaat:
Nieuw
3 beschikbaar
Prijs:
US $92,88
OngeveerEUR 85,52
Verzendkosten:
Gratis Economy Shipping. Details bekijkenvoor verzending
Bevindt zich in: Fairfield, Ohio, Verenigde Staten
Levering:
Geschatte levering tussen vr, 7 jun en di, 18 jun tot 43230
Bij geschatte leveringsdatums - nieuw venster of tabblad wordt rekening gehouden met de verwerkingstijd van de verkoper, de postcode van de verzendlocatie, de postcode van de bestemming, en het moment van aanvaarding. Geschatte leveringsdatums zijn ook afhankelijk van de geselecteerde verzendservice en de ontvangst van de betalingbetaling ontvangen - nieuw venster of tabblad. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
30 dagen om te retourneren. Koper betaalt voor retourzending. Details bekijken- voor meer informatie over retourzendingen
Betalingen:
     

Winkel met vertrouwen

Topverkoper
Betrouwbare verkoper, snelle verzending en eenvoudige retourzending. 
Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Ingeschreven als zakelijke verkoper
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:395154670060
Laatst bijgewerkt op 19 mei 2024 14:22:15 CESTAlle herzieningen bekijkenAlle herzieningen bekijken

Specificaties

Objectstaat
Nieuw: Een nieuw, ongelezen en ongebruikt boek in perfecte staat waarin geen bladzijden ontbreken of ...
ISBN-13
9781484268513
Book Title
Practical Arduino Engineering
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

Over dit product

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

Objectbeschrijving van de verkoper

Informatie van zakelijke verkoper

Premier Books LLC
David Taylor
26C Trolley Sq
19806-3356 Wilmington, DE
United States
Contactgegevens weergeven
:liam-Emoc.liaterelgaednarg@yabe
Ik verklaar dat al mijn verkoopactiviteiten zullen voldoen aan alle wet- en regelgeving van de EU.
grandeagleretail

grandeagleretail

98,2% positieve feedback
2,7M objecten verkocht
Reageert meestal binnen 24 uur

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
4.9
Redelijke verzendkosten
5.0
Verzendtijd
4.9
Communicatie
4.9
Ingeschreven als zakelijke verkoper

Feedback verkoper (1.023.448)

5***5 (118)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
OK i made a mistake on this one. didn't look that carefully at the picture. thought i was buying the book not the audio. looks in good shape. guess I'll gift this one. fast shipping, nice price.
b***b (69)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Outstanding service and very fast shipping.
1***t (1100)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
I got it on time