Skip to content

VC288 Volt-amp meter alternative firware. Targets the cheap DSN-VC288 volt-amp meter and the STM8S003F MCU.

Notifications You must be signed in to change notification settings

cnc4less/vc288-alt-fw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vc288-alt-fw

VC288 Volt-amp meter alternative firmware. Targets the cheap DSN-VC288 volt-amp meter that uses the STM8S003F MCU.

How to compile

  1. Install Visual Studio Code in your system.
  2. Install the PlatformIO extension on Visual Studio Code.
  3. Once these are installed, open the PlatformIO Home from the extension icon, and install the ST STM8 platform.
  4. Open this repository, by either cloning it to a directory, or by unziping the zip archive.
  5. Finally, build the code by navigating into the PlatformIO extension icon, and expanding the appropriate release build (for instance, stm8sblue_release). Select Build to build it; then Upload to upload the code to the chip using an STLinkV2.

For more info and other tools to upload it, please consult the PlatformIO info page for ST STM8.

Load the pre-built files

Since this project uses PlatformIO, a simple action can be added later to generate the .elf or .hex file for each pull request (or release) created for the ease of flashing a pre-compiled version.

Status

This is still not fully fledged as the original.

TODOs:

  • Linearize the ADC readings to get a precise value out of it.
  • Support the STM8S103F MCU (other variants of the same voltmeter).
  • ... other stuff that will come out eventually.

About

VC288 Volt-amp meter alternative firware. Targets the cheap DSN-VC288 volt-amp meter and the STM8S003F MCU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • C++ 0.5%