|En la categoría:
¿Quieres vender uno?

Ingeniería práctica de Arduino: desarrollo de extremo a extremo con Arduino, Fusion 3-

Texto original
Practical Arduino Engineering: End to End Development with the Arduino, Fusion 3
Estado:
Nuevo
3 disponibles
Precio:
USD92,88
Aproximadamente86,49 EUR
Respira tranquilidad. Se aceptan devoluciones.
Envío:
Gratis Economy Shipping. Ver detallespara el envío
Ubicado en: Fairfield, Ohio, Estados Unidos
Entrega:
Entrega prevista entre el vie. 5 jul. y el mar. 16 jul. a 43230
Las fechas previstas de entrega (se abre en una nueva ventana o pestaña) incluyen el tiempo de manipulación del vendedor, el código postal de origen, el código postal de destino y la hora de aceptación, y dependen del servicio de envío seleccionado y de que el pago se haya hecho efectivoel pago se haya hecho efectivo (se abre en una nueva ventana o pestaña). Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución. Ver detalles- Más información sobre devoluciones
Pagos:
     

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. 

Información del vendedor

Registrado como vendedor profesional
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:395154670060
Última actualización el 19 may 2024 14:22:15 H.EspVer todas las actualizacionesVer todas las actualizaciones

Características del artículo

Estado
Nuevo: Libro nuevo, sin usar y sin leer, que está en perfecto estado; incluye todas las páginas sin ...
ISBN-13
9781484268513
Book Title
Practical Arduino Engineering
ISBN
9781484268513
Subject Area
Computers, Technology & Engineering
Publication Name
Practical Arduino Engineering : End to End Development with the Arduino, Fusion360, 3D Printing, and EagleCad
Publisher
Apress L. P.
Item Length
9.3 in
Subject
Engineering (General), Hardware / General
Publication Year
2021
Type
Textbook
Format
Trade Paperback
Language
English
Author
Harold Timmis
Item Weight
32 Oz
Item Width
6.1 in
Number of Pages
Xvii, 580 Pages

Acerca de este producto

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

Number of Pages
Xvii, 580 Pages
Language
English
Publication Name
Practical Arduino Engineering : End to End Development with the Arduino, Fusion360, 3D Printing, and EagleCad
Publication Year
2021
Subject
Engineering (General), Hardware / General
Type
Textbook
Subject Area
Computers, Technology & Engineering
Author
Harold Timmis
Format
Trade Paperback

Dimensions

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

Additional Product Features

Edition Number
2
Dewey Edition
23
Number of Volumes
1 Vol.
Illustrated
Yes
Dewey Decimal
629.89
Lc Classification Number
Ts171.57
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

Descripción del artículo del vendedor

Información de vendedor profesional

Premier Books LLC
David Taylor
26C Trolley Sq
19806-3356 Wilmington, DE
United States
Mostrar información de contacto
:ocinórtcele oerroCmoc.liaterelgaednarg@yabe
Certifico que todas mis actividades de venta cumplirán todas las leyes y reglamentos de la UE.
grandeagleretail

grandeagleretail

98,3% de votos positivos
2,7 millones artículos vendidos
Visitar tiendaContactar
Suele responder en 24 horas

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses

Descripción precisa
4.9
Gastos de envío razonables
5.0
Rapidez de envío
4.9
Comunicación
4.9
Registrado como vendedor profesional

Votos de vendedor (1.025.339)

h***a (311)- Votos emitidos por el comprador.
Mes pasado
Compra verificada
Thank you very much
3***e (1)- Votos emitidos por el comprador.
Mes pasado
Compra verificada
Shipping took about two weeks. OSM doesn’t update shipping very much but once it reached USPS, shipping was updated. Book is in perfect condition.
t***e (58)- Votos emitidos por el comprador.
Mes pasado
Compra verificada
Quick shipping and in great condition.

Valoraciones y opiniones del producto

Todavía no hay valoraciones ni opiniones
Sé el primero en escribir una opinión.