📄️ Arduino Setup
SparkFun DE2290
📄️ Arduino Examples
The DE2290 Library includes three examples to demonstrate how to do simple scans, read the barcode data, configure the various settings available and sending specific commands. In this section we'll go over these examples in some detail and highlight important bits of code.
📄️ SparkFun DE2290 Python Package Setup
The SparkFun DE2290 Python package helps streamline sending commands and receiving barcode data from the 2D Barcode Scanner Breakout. Install the sparkfun-de2290d Python package hosted by PyPi through a command interface or if you prefer to manually download and build the libraries from the GitHub Repository,
📄️ SparkFun DE2290 Python Package Examples
The DE2290 Python package includes three examples to demonstrate the basics of using the 2D Barcode Scanner Breakout with Python. In this section we'll cover the examples and highlight how they work.