EYE on NPI – Microchip’s AVR-IoT Cellular Mini Development Board featuring the Sequans Monarch 2 GM02S cellular module #EYEonNPI @Sequans @MicrochipTech @DigiKey

This week’s EYE ON NPI (video) will pique your curiosity… it’s Microchip’s AVR-IoT Cellular Mini Development Board, featuring the Sequans Monarch 2 GM02S cellular module.

This dev board really knows how to get us interested with an AVR128DB48 128KB-flash AVR chip, Sequans GM02S compact LTE cell module, Feather format, Stemma QT / Qwiic connector and Arduino library support. This is an excellent dev board to use if you want to take advantage of the huge ecosystem afforded by Arduino, Feather, Qwiic/QT – you should be able to use the many thousands of libraries and hardware accessories for quick prototyping.

As mentioned, this dev board is Feather shaped, with a USB Type C connector, Li-poly battery charger, and built in programmer/debugger/serial interface for the AVR chip.

The individual microcontroller is a AVR128DB48 AVR, which comes with 128KB flash and 16KB RAM. Think of it as a super-beefy ATmega328P! A SAMD21E ‘curiosity’ chip is used as the programming interface and also serial interface. When plugged in, the board shows up as a disk drive, with a getting started guide bookmark and some other specification files. While following the getting started guide, we found that you can also drag hex files over to program it, very handy for quick-start! To program it, MCP suggests using the DxCore from SpenceKonde in Arduino, so you’ll want to get that installed while you follow the rest of the guide.

Next up, time to activate the included SIM card from Truphone that comes with the dev kit. This SIM is free to activate and is good for up to 150 MB of data transfer and 90 days, which is plenty of time to explore the board before needing to renew. Activating the SIM only took us 5 minutes – don’t forget to power cycle after activation to make sure the module and SIM re-authorize.

One of the surprises we had while trying this eval board is the really good documentation and learning system that is over at https://iot.microchip.com/avr-iot-cellular-mini – we’re kinda used to verbose text-based documentation or using specialized software that only runs on Windows. This is the first time we’ve seen a really nice documentation system with simple step-by-steps, lots of photos, links and a clear navigation system. There are also two interesting in-browser compilation and serial monitor widgets that we spotted, which is a good sign that folks are starting to move towards browser-and-filesystem replacements for toolchains.

The Arduino library code is available over at https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library which looks like it’s got platform.io support and you can download a release for installation into the Arduino IDE. (We do recommend someone at MCP try to add a proper release to the Arduino library manager to save one extra step if possible!) Once installed, there are a few helpful examples to get you going. The first one is just connecting to an HTTP endpoint and parsing out the result and it worked…really well! We were able to connect to the AT&T cellular network and fetch the data within a minute. We’d request an HTTPS example, since most folks will want a TLS method of connection!

Since the board is Arduino and Stemma QT compatible, we were able to connect an OLED and extend the example to display the HTTP-gotten data to the OLED – it only took us 10 minutes to install everything for Arduino library support and extend the code, which is amazingly fast!

You know what else is really fast? Digi-Key shipping for the AVR-IoT Cellular Mini Development Board, cause it’s in stock right now! Order today and you’ll be connecting to the LTE cellular network by tomorrow afternoon.


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Join Adafruit on Mastodon

Adafruit is on Mastodon, join in! adafruit.com/mastodon

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 36,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


Maker Business — “Packaging” chips in the US

Wearables — Enclosures help fight body humidity in costumes

Electronics — Transformers: More than meets the eye!

Python for Microcontrollers — Python on Microcontrollers Newsletter: Silicon Labs introduces CircuitPython support, and more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

Adafruit IoT Monthly — Guardian Robot, Weather-wise Umbrella Stand, and more!

Microsoft MakeCode — MakeCode Thank You!

EYE on NPI — Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — #NewProds 7/19/23 Feat. Adafruit Matrix Portal S3 CircuitPython Powered Internet Display!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



1 Comment

  1. The approach of putting an interactive web site on a USB MSD on the dev board is really interesting. Wondered if there was any thought of supporting this in CircuitPython? Obviously we can put static web pages on the CIRCUITPY drive, but there is no obvious way to communicate between JavaScript in the web page running in a browser and CircuitPython code running on the chip.

Sorry, the comment form is closed at this time.