Search preferences
Ir a los resultados principales

Filtros de búsqueda

Tipo de artículo

  • Todos los tipos de productos 
  • Libros (1)
  • Revistas y publicaciones (No hay ningún otro resultado que coincida con este filtro.)
  • Cómics (No hay ningún otro resultado que coincida con este filtro.)
  • Partituras (No hay ningún otro resultado que coincida con este filtro.)
  • Arte, grabados y pósters (No hay ningún otro resultado que coincida con este filtro.)
  • Fotografías (No hay ningún otro resultado que coincida con este filtro.)
  • Mapas (No hay ningún otro resultado que coincida con este filtro.)
  • Manuscritos y coleccionismo de papel (No hay ningún otro resultado que coincida con este filtro.)

Condición

Encuadernación

Más atributos

  • Primera edición (No hay ningún otro resultado que coincida con este filtro.)
  • Firmado (No hay ningún otro resultado que coincida con este filtro.)
  • Sobrecubierta (No hay ningún otro resultado que coincida con este filtro.)
  • Con imágenes (1)
  • No impresión bajo demanda (1)

Idioma (1)

Precio

  • Cualquier precio 
  • Menos de EUR 20 (No hay ningún otro resultado que coincida con este filtro.)
  • EUR 20 a EUR 45 (No hay ningún otro resultado que coincida con este filtro.)
  • Más de EUR 45 
Intervalo de precios personalizado (EUR)

Gastos de envío gratis

  • Envío gratis a España (No hay ningún otro resultado que coincida con este filtro.)

Ubicación del vendedor

  • Warren Gay

    Publicado por Elektor-Verlag, 2020

    ISBN 10: 1907920935 ISBN 13: 9781907920936

    Idioma: Inglés

    Librería: AHA-BUCH GmbH, Einbeck, Alemania

    Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

    Contactar al vendedor

    EUR 11,99 gastos de envío desde Alemania a España

    Destinos, gastos y plazos de envío

    Cantidad disponible: 2 disponibles

    Añadir al carrito

    Taschenbuch. Condición: Neu. Elektor International Media BV Ilustrador. Neuware - Programming embedded systems is difficult because of resource constraints and limited debugging facilities. Why develop your own Real-Time Operating System (RTOS) as well as your application when the proven FreeRTOS software is freely available Why not start with a validated foundation Every software developer knows that you must divide a difficult problem into smaller ones to conquer it. Using separate preemptive tasks and FreeRTOS communication mechanisms, a clean separation of functions is achieved within the entire application. This results in safe and maintainable designs.Practicing engineers and students alike can use this book and the ESP32 Arduino environment to wade into FreeRTOS concepts at a comfortable pace. The well-organized text enables you to master each concept before starting the next chapter. Practical breadboard experiments and schematics are included to bring the lessons home. Experience is the best teacher.Each chapter includes exercises to test your knowledge. The coverage of the FreeRTOS Application Programming Interface (API) is complete for the ESP32 Arduino environment. You can apply what you learn to other FreeRTOS environments, including Espressif's ESP-IDF. The source code is available from GitHub. All of these resources put you in the driver's seat when it is time to develop your next uber-cool ESP32 project.What you will learn:How preemptive scheduling works within FreeRTOSThe Arduino startup 'loopTask'Message queuesFreeRTOS timers and the IDLE taskThe semaphore, mutex, and their differencesThe mailbox and its applicationReal-time task priorities and its effectInterrupt interaction and use with FreeRTOSQueue setsNotifying tasks with eventsEvent groupsCritical sectionsTask local storageThe gatekeeper task.