Skip to content

Releases: luftaquila/fsk-energymeter

v1.1.0

12 Nov 10:32
Compare
Choose a tag to compare

Firmware

Use the STM32CubeProgrammer with the ST-Link to upload the firmware ELF to the device.
Make sure that the Shared option is set to Enabled in the ST-LINK configuration.

FSK-EEM Viewer

Web

Windows

If the Windows protected your PC message appears, click More Info and click Run anyway to run the application.

MacOS

Run the following commands before open the application for the first time.
Otherwise, it will say "fsk-energymeter" is damaged and can’t be opened. because the packages are not signed.

unzip fsk-energymeter-viewer-macos-arm64-v1.1.0.app.zip
xattr -c fsk-energymeter.app
chmod +x fsk-energymeter.app/Contents/MacOS/fsk-energymeter

The Device Configuration tab is not supported in the native MacOS application and the Safari due to a lack of the WebSerial API.
Use the web version with the Chromium browser instead. (Reference)

Linux

Run the following commands before open the application for the first time.

chmod u+x fsk-energymeter-viewer-linux-x64-v1.1.0.AppImage

v1.0.0

29 Oct 00:22
Compare
Choose a tag to compare

Firmware

Use the STM32CubeProgrammer with the ST-Link to upload the firmware ELF to the device.
Make sure that the Shared option is set to Enabled in the ST-LINK configuration.

FSK-EEM Viewer

Web

Windows

If the Windows protected your PC message appears, click More Info and click Run anyway to run the application.

MacOS

Run the following commands before open the application for the first time.
Otherwise, it will say "fsk-energymeter" is damaged and can’t be opened. because the packages are not signed.

unzip fsk-energymeter-viewer-macos-arm64-v1.0.0.app.zip
xattr -c fsk-energymeter.app
chmod +x fsk-energymeter.app/Contents/MacOS/fsk-energymeter

The Device Configuration tab is not supported in the native MacOS application and the Safari due to a lack of the WebSerial API.
Use the web version with the Chromium browser instead. (Reference)

Linux

Run the following commands before open the application for the first time.

chmod u+x fsk-energymeter-viewer-linux-x64-v1.0.0.AppImage