/card

My Business Card

Primary LanguageCApache License 2.0Apache-2.0

My Business Card

.github/workflows/ci.yml

This repository contains the design files of my business card.

The card is based on an MSP430G2553 microcontroller, which is programmed to blink an LED in a pattern and transmits a message via NFC.

Background about the MSP430G2553

This repo contains various code samples for the MSP-430G2 launchpad. The processor seems reasonably low-cost for most applications and is reasonably low-cost, when in-stock.

Pro

Against

Sample Usage

  • Install MSP430GCC, MSPFlasher
  • Make sure the tools are in PATH
# Build all sources
meson build --cross-file meson.ini
cd build
meson -v -C build compile
# Flash sources to target
meson compile flash_<sample_name>
  • See Hardware for the required peripheral connections.