avsa242 / si114x-spin

Parallax P8X32A/Propeller driver object for the Silicon Labs Si114x UV/Proximity/Ambient light sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

si114x-spin


This is a P8X32A/Propeller driver object for the Silicon Labs Si114x (5, 6, 7) series UV/Proximity/Ambient light sensors.

IMPORTANT: This software is meant to be used with the spin-standard-library (P8X32A) or p2-spin-standard-library (P2X8C4M64P). Please install the applicable library first before attempting to use this code, otherwise you will be missing several files required to build the project.

Salient Features

  • I2C connection at up to 3.4MHz (tested at 400kHz)
  • Read ambient light sensor (IR, Visible) raw data
  • Read Auxiliary and UV data channels (UV index unverified)
  • Flags indicating measurement overflow for IR and visible light sensors
  • One-shot and continuous measurement modes
  • Set IR and Visible light sensor gains
  • Set custom UV index calibration coefficients
  • Measure illuminance, in lux

Requirements

P1/SPIN1:

  • spin-standard-library
  • 1 extra core/cog for the PASM I2C engine

P2/SPIN2:

  • p2-spin-standard-library

Compiler Compatibility

Processor Language Compiler Backend Status
P1 SPIN1 FlexSpin (5.9.13-beta) Bytecode OK
P1 SPIN1 FlexSpin (5.9.13-beta) Native code OK
P1 SPIN1 OpenSpin (1.00.81) Bytecode Untested (deprecated)
P2 SPIN2 FlexSpin (5.9.13-beta) NuCode FTBFS
P2 SPIN2 FlexSpin (5.9.13-beta) Native code OK
P1 SPIN1 Brad's Spin Tool (any) Bytecode Unsupported
P1, P2 SPIN1, 2 Propeller Tool (any) Bytecode Unsupported
P1, P2 SPIN1, 2 PNut (any) Bytecode Unsupported

Limitations

  • Very early in development - may malfunction, or outright fail to build
  • Doesn't support proximity sensor function
  • Doesn't support alternate slave address usage/programming
  • Doesn't support temp sensor/Vdd/Vss reading (not currently planned)
  • Measurement calibration/correction/calculation unverified

About

Parallax P8X32A/Propeller driver object for the Silicon Labs Si114x UV/Proximity/Ambient light sensor

License:MIT License


Languages

Language:Propeller Spin 100.0%