Peep dis! Have you always wanted to have another pair of eyes on the back of your head? Or outfit your costume with big beautiful orbs? The MONSTER M4SK is like the Hallowing but twice as good, with two gorgeous 240x240 pixel IPS TFT displays, driven by a 120MHZ Cortex M4 processor that can pump out those pixels super fast. You’ll get the same quality display as our Raspberry Pi Eyes kit but without needing to tote around a full Linux computer
This unique design has the eyes at the same pupil-distance as a human (~63mm) but is designed so that the nose section can be broken apart with pliers/cutters and then wired together with a 9-pin JST SH cable up to 100mm long so the eyes can be re-positioned or freely attached.
We wanted to make audio-effects easier so in addition to a class D audio amp, there’s also a stereo headphone jack that is connected to the two DACs on the chip. Use it when you want an externally sound amplifier box for big effects. For small portable effects, the built-in amp can drive 8 ohm speakers up to 1 Watt.
On each side are JST-PH plugs for connecting external devices. The 3-pin JSTs connect to analog/timer pins on the SAMD51, so you can use them for sensors or GPIO devices. The 4-pin JST connector connects to the I2C port and you can fit Grove connectors in it for additional hardware support. For the PDM mic port, you can use this cable to wire to a PDM mic.
There’s also plenty of sensors built in - light sensor, 3 tactile buttons, and a capacitive touch pad on the nose.
Speaking of that nose, the silkscreen is by the skillful Miss Monster, check out those fangs!
This is by far the cutest, creepiest and most incredible development board we’ve made so far! Gaze upon these features:
Have some info to add for this board? Edit the source for this page here.
This is the latest stable release of CircuitPython that will work with the MONSTER M4SK.
Start here if you are new to CircuitPython.
Built-in modules available: _bleio, _pixelbuf, analogio, audiobusio, audiocore, audioio, audiomixer, audiomp3, bitbangio, board, busio, countio, digitalio, displayio, framebufferio, frequencyio, gamepad, i2cperipheral, math, microcontroller, msgpack, neopixel_write, nvm, os, ps2io, pulseio, pwmio, random, rgbmatrix, rotaryio, rtc, sdcardio, sharpdisplay, storage, struct, supervisor, terminalio, time, touchio, ulab, usb_hid, usb_midi, vectorio
This is the latest unstable release of CircuitPython that will work with the MONSTER M4SK.
Unstable builds have the latest features but are more likely to have critical bugs.
Release Notes for 6.2.0-beta.3
Built-in modules available: _bleio, _pixelbuf, analogio, audiobusio, audiocore, audioio, audiomixer, audiomp3, binascii, bitbangio, bitmaptools, board, busio, countio, digitalio, displayio, errno, framebufferio, frequencyio, gamepad, i2cperipheral, json, math, microcontroller, msgpack, neopixel_write, nvm, os, ps2io, pulseio, pwmio, random, re, rgbmatrix, rotaryio, rtc, sdcardio, sharpdisplay, storage, struct, supervisor, terminalio, time, touchio, ulab, usb_hid, usb_midi, vectorio
Every time we commit new code to CircuitPython we automatically build binaries for each board and language. The binaries are stored on Amazon S3, organized by board, and then by language. Try them if you want the absolute latest and are feeling daring or want to see if a problem has been fixed.
All previous releases are listed on GitHub, with release notes, and are available for download from Amazon S3. They are handy for testing, but otherwise we recommend using the latest stable release. Some older GitHub release pages include the same binaries for downloading. But we have discontinued including binaries as assets on newer release pages because of the large number of files for each release.
Latest version: v3.13.0
The bootloader allows you to load CircuitPython, Makecode, and Arduino programs. The bootloader is not CircuitPython. You can check the current version of your bootloader by looking in the INFO_UF2.TXT file when the BOOT drive is visible (FEATHERBOOT, CPLAYBOOT, etc.).
To update, first save the contents of CIRCUITPY, just in case. Then double-click the reset button to show the BOOT drive. Drag the update-bootloader .uf2 file to the BOOT drive. Wait a few tens of seconds for the bootloader to update; the BOOT drive will reappear. Check INFO_UF2.TXT to verify that the bootloader version has been updated. Then you will need to reload CircuitPython.