Skip to main content

Low-Level Hardware Support

  • Chapter
  • First Online:
MicroPython for the Internet of Things
  • 4106 Accesses

Abstract

The MicroPython firmware, as the most basic of functionality, is the same from board to board for all the general Python language supported and many of the built-in functions. However, some of the libraries in the MicroPython firmware have a few minor differences from one board to another. In some cases, there are more libraries or classes available than others or perhaps the classes are organized differently, but most implement the same core libraries in one form or another. The same cannot be said to be true at the lower-level hardware abstraction layers. This is simply because one board vendor may implement different hardware than others. In some cases, the board has features that are not present on other boards. For example, the WiPy has WiFi and Bluetooth but the Pyboard has neither.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 49.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    https://en.wikipedia.org/wiki/Hexadecimal

  2. 2.

    https://en.wikipedia.org/wiki/Network_Time_Protocol

  3. 3.

    Whenever you find yourself making functions for commonly used code, it is time to consider adding it to a library of your favorite functions to make the code available for all your programs as we discussed in Chapter 5.

  4. 4.

    No, I am not affiliated with either of these – merely a devoted fan and frequent return customer. Check them out!

  5. 5.

    But feel free if you are curious. If you do, you will see an interesting bit of code that demonstrates the addressability of I2C devices.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2017 Charles Bell

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Bell, C. (2017). Low-Level Hardware Support. In: MicroPython for the Internet of Things. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-3123-4_6

Download citation

Publish with us

Policies and ethics