Skip to content

Smart Response XE

lbuild config: modm:srxe

Smart Response XE is an obsolete classroom clicker, sold for as little as 5 USD on well known online auction site. It's a compelling platform that's fully reverse engineered and ready to hack out of box, featuring:

  • ATmega128RFA1 MCU
  • 384x136 LCD display
  • QWERTY keyboard
  • External 1MB SPI flash
  • Exposed ISP and JTAG headers
  • ZigBee transciever with antennas
  • Powered by 4 AAA batteries
  • Optional (unpopulated):
  • RS232
  • Debug LED
  • Buzzer
  • Accelerometer

Configuration

<library>
  <options>
    <option name="modm:target">atmega128rfa1-zu</option>
    <option name="modm:platform:core:f_cpu">16M</option>
  </options>
  <modules>
    <module>modm:board:srxe</module>
  </modules>
</library>