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)
Revision:
5:2a360754fea6
Parent:
4:226ef11c3ef4
--- a/main.cpp	Mon Jun 30 22:32:02 2014 +0000
+++ b/main.cpp	Fri Apr 08 22:37:02 2016 +0000
@@ -11,6 +11,7 @@
  *   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)
@@ -22,9 +23,8 @@
  */
 
 #include "mbed.h"
-#include "MAX14661.h"
+#include "ard2pmod.h"
 
-MAX14661 mux(D14, D15);
 I2C i2c(D14, D15);
 DigitalOut tog(LED1);
 DigitalOut als(LED2);
@@ -40,9 +40,7 @@
     char cmd[2];
     int alsData;
 
-    //  SDA (D14) + PB4 (D7)     SCL (D15) + PB3 (D6)
-    mux.setAB((MAX14661::SW10 | MAX14661::SW08),
-              (MAX14661::SW09 | MAX14661::SW07));
+    Ard2Pmod ard2pmd(Ard2Pmod::PMOD_TYPE_I2C_B);  // Configure Ard2Pmod board for I2C on row B
 
     cmd[0] = 0x02;  // Receive Register
     cmd[1] = 0xFC;  // 1.56ms, 1x