This demonstrates some of the capabilities of the MAX44000. It is written to work with the ARD2PMD adapter board and the MAX44000PMB1. It uses the standard Arduino pin names and will compile for most Arduino form-factor mbed boards.

Dependencies:   ard2pmod mbed

This demonstrates some of the capabilities of the MAX44000.

This is written to work with the ARD2PMD adapter board and the MAX44000PMB1. It uses the standard Arduino pin names and it will compile for most Arduino form-factor mbed boards.

Some boards use D13 for an LED signal, so this example uses the second row (row B, pins 7 through 12) of the Pmod connector.

  • LED1 toggles when something is first detected by the proximity sensor.
  • LED2 indicates when the Ambient Light Sensor reads grater than alsLim.
  • LED3 will stay on whenever something is detected by the proximity sensor and stay on for an additional 5s after it is no longer detected.

The following boards have been tested to work:

  • MAX32600MBED
  • FRDM-KL25Z
  • FRDM-K64F
  • Seeeduino Arch (LEDs inverted)
  • Seeeduino Arch Pro
  • ST Nucleo F401RE (only one LED, inverted)

History

Updated mbed library. ; Replaced MAX14661 library with Ard2Pmod Library. ; Added MAX32600MBED to list of tested boards. default tip

2016-04-08, by gsteiert [Fri, 08 Apr 2016 22:37:02 +0000] rev 5

Updated mbed library. ; Replaced MAX14661 library with Ard2Pmod Library. ; Added MAX32600MBED to list of tested boards.


Fixed ALS data reading

2014-06-30, by gsteiert [Mon, 30 Jun 2014 22:32:02 +0000] rev 4

Fixed ALS data reading


Corrected comments. Arch Pro LEDs are not inverted.

2014-06-23, by gsteiert [Mon, 23 Jun 2014 05:30:26 +0000] rev 3

Corrected comments. Arch Pro LEDs are not inverted.


Publishing ALS Proximity Demo

2014-06-23, by gsteiert [Mon, 23 Jun 2014 05:03:54 +0000] rev 2

Publishing ALS Proximity Demo


Includes support for dual row, but commented out.;

2014-06-22, by gsteiert [Sun, 22 Jun 2014 23:04:51 +0000] rev 1

Includes support for dual row, but commented out.;


Tested to work with FRDM-KL25Z

2014-04-26, by gsteiert [Sat, 26 Apr 2014 03:37:00 +0000] rev 0

Tested to work with FRDM-KL25Z