Difference between revisions of "Installation"
Jump to navigation
Jump to search
(Wiki update: sync with manual and dev docs (2026-03)) |
|||
| Line 1: | Line 1: | ||
{{Note|1='''Legacy V1 Documentation''' — This page documents Raspberry Pi software setup for the bcMeter V1. The current ESP32-based bcMeter comes pre-configured and is set up via the [[Setup#Welcome Screen|Welcome Screen]]. These instructions are preserved for V1 users.}} | |||
== Recommended: Pre-configured microSD Card Image (V1) == | |||
=== Step 1: Download and Flash the Image === | === Step 1: Download and Flash the Image === | ||
# Download the bcMeter image file [https://bcmeter.org/wp-content/uploads/simple-file-list/bcMeter_latest_img.zip here] | # Download the bcMeter image file [https://bcmeter.org/wp-content/uploads/simple-file-list/bcMeter_latest_img.zip here] | ||
# Unzip the downloaded file | # Unzip the downloaded file | ||
# Use [https://www.balena.io/etcher/ Etcher] to flash the image to your microSD card: | # Use [https://www.balena.io/etcher/ Etcher] to flash the image to your microSD card: | ||
#* Insert your microSD card | #* Insert your microSD card | ||
#* Open Etcher and select the | #* Open Etcher and select the image | ||
#* Select your microSD card as | #* Select your microSD card as target | ||
#* Click "Flash!" and wait for | #* Click "Flash!" and wait for completion | ||
=== Step 2: Boot and Connect === | === Step 2: Boot and Connect === | ||
# Insert the flashed microSD card into | |||
# Insert the flashed microSD card into the Raspberry Pi | |||
# Power on the device | # Power on the device | ||
# Wait approximately 2 minutes for | # Wait approximately 2 minutes for boot | ||
# | # Connect to the WiFi network "'''bcMeter'''" with password: <code>bcMeterbcMeter</code> | ||
Configure | === Step 3: Configure === | ||
# Open a browser and navigate to <code><nowiki>http://bcmeter.local</nowiki></code> | |||
# The bcMeter interface will appear | |||
# Follow on-screen instructions | |||
== Advanced: Manual Setup via SSH (V1) == | |||
Use the [https://www.raspberrypi.com/software/ Raspberry Pi Imager] to write '''Raspberry OS 64-bit LITE''' to the microSD card. Do '''not''' install the Desktop variant. | |||
Configure with username <code>bcmeter</code> and password <code>bcmeter.org</code>. Enable SSH and WiFi. | |||
=== SSH Installation === | |||
<pre> | |||
ssh bcmeter@bcMeter | |||
# or: ssh bcmeter@bcMeter.local | |||
# Download and run installer | |||
wget -N https://raw.githubusercontent.com/bcmeter/bcmeter/main/install.sh && sudo bash install.sh | |||
</pre> | |||
This runs an unattended installation taking a few minutes. | |||
== Current Platform (ESP32) == | |||
The ESP32-based bcMeter comes with firmware pre-installed. Setup only requires: | |||
# Plug in power | |||
# Connect to the "bcMeter" WiFi hotspot | |||
# Open <code><nowiki>http://bcmeter.local</nowiki></code> | |||
# Follow the [[Setup#Welcome Screen|Welcome Screen]] | |||
See [[Setup]] for detailed instructions. | |||
Revision as of 14:10, 8 March 2026
Recommended: Pre-configured microSD Card Image (V1)
Step 1: Download and Flash the Image
- Download the bcMeter image file here
- Unzip the downloaded file
- Use Etcher to flash the image to your microSD card:
- Insert your microSD card
- Open Etcher and select the image
- Select your microSD card as target
- Click "Flash!" and wait for completion
Step 2: Boot and Connect
- Insert the flashed microSD card into the Raspberry Pi
- Power on the device
- Wait approximately 2 minutes for boot
- Connect to the WiFi network "bcMeter" with password:
bcMeterbcMeter
Step 3: Configure
- Open a browser and navigate to
http://bcmeter.local - The bcMeter interface will appear
- Follow on-screen instructions
Advanced: Manual Setup via SSH (V1)
Use the Raspberry Pi Imager to write Raspberry OS 64-bit LITE to the microSD card. Do not install the Desktop variant.
Configure with username bcmeter and password bcmeter.org. Enable SSH and WiFi.
SSH Installation
ssh bcmeter@bcMeter # or: ssh bcmeter@bcMeter.local # Download and run installer wget -N https://raw.githubusercontent.com/bcmeter/bcmeter/main/install.sh && sudo bash install.sh
This runs an unattended installation taking a few minutes.
Current Platform (ESP32)
The ESP32-based bcMeter comes with firmware pre-installed. Setup only requires:
- Plug in power
- Connect to the "bcMeter" WiFi hotspot
- Open
http://bcmeter.local - Follow the Welcome Screen
See Setup for detailed instructions.