Skip to content

Fishino Pinout Reference

Find Fishino board pinouts instantly with this free Fishino Pinout Reference. View GPIO layouts, power pins, communication interfaces, onboard peripherals, and pin configurations for Fishino development boards.

15 views Free
Board Pinout Selector
8-Bit Microcontroller
Loading... Interface Layout Standard
Visual Schematic & Pinout Map
CLICK TO LARGE AND ENLARGE

Input Parameters Specification

Pin Multiplexing Capabilities Details on port pins designed to share general-purpose input/output (GPIO), analog inputs, PWM, and communications.
WiFi module Interface Paths Onboard ESP8266 controller pins mapped to coordinate web server requests and client wireless connections.
MicroSD Interface Paths Physical pins routed to the on-board card slot allow SPI-based data-logging arrays.
Power Sourcing Schemes Power routing configurations allocating load paths across USB, battery inputs (VBAT), and regulated pin rails.

Practical Operational Examples

Configuring WiFi on Fishino UNO

Utilize the built-in ESP8266 chip. Wire digital pins 10 (CS for SD), 11/12/13 (SPI), and dedicated ESP control lines in your firmware to connect to local networks.

Datalogging array on Fishino MEGA

Initialize the SD library using hardware pin 4 (SD CS) on the MEGA. Store real-time sensor measurements directly to a formatted FAT16/FAT32 microSD card.

Deploying a Wireless Smart Thermostat

Connect a temperature sensor to analog pin A0 on the Fishino Guppy. Configure a lightweight web server inside your sketch to stream data over HTTP.

Battery-Powered Remote Logger

Connect a LiPo battery to the external power terminals of the Fishino Guppy. Program the AVR controller to sleep and wake up periodically via external interrupts.

Fishino Architecture & Theory

Fishino IoT boards combine standard AVR microcontrollers (ATmega328P on UNO/Guppy, ATmega2560 on MEGA) with an onboard ESP8266 WiFi chip, a microSD card slot, and a dedicated RTC (Real-Time Clock) module to create all-in-one IoT prototyping platforms. Because these components are integrated directly on-board, they share unified SPI and I2C buses, eliminating the need for complex, messy stacking shields and manual wire jumpers.

Tip: Standard Fishino boards run on 5V logic for AVR pins, but the onboard ESP8266 WiFi module uses 3.3V. The boards include level shifters, but any external 3.3V sensors wired to the GPIO headers still require appropriate level shifting.

Formulas & Hardware Calculations

Analog Read Voltage calculation: V_in = (Analog_Value * V_ref) / 1023 (Standard 10-bit analog resolution)
Battery Discharge Rate: Runtime_hours = Battery_capacity_mAh / System_current_mA
SPI Bus Clock Speed: SPI_Clock_Hz = CPU_Clock_Hz / Clock_Divider

Step-by-Step Selection Walkthrough

Choose the target microcontroller using the select menu at the top of the page.
Review the updated standard card showing the board's class and primary chipset.
Study the customized 2D vector layout showing board structure and pin headers.
Consult the exhaustive connection tables below the diagram to locate specific peripheral pin assignments.

About This Reference Guide

Your direct lookup path for Fishino UNO, MEGA, and compact Guppy IoT boards.

This reference index consolidates pin configurations, expansion header maps, and line assignments for the complete Fishino ecosystem.

Finding accurate pin layouts is essential for firmware developers, IoT engineers, and electronics makers. Precise pin alignments prevent hardware conflicts, communication dropouts, and permanent board damage from short-circuits.

Always verify operating voltages (5V vs 3.3V) before constructing custom connections. Correct connection paths preserve performance and safety.

AVR ControllersATmega328P and ATmega2560 compatible hardware bases.
Wireless FocusOnboard ESP8266 modules for complete WiFi integration.
Storage OptionsIntegrated microSD card slots for data-logging applications.
Circuit ProtectionOnboard level shifting to protect the 3.3V WiFi processor.

Frequently Asked Questions

1. What makes Fishino boards different from standard Arduinos?

Fishino boards integrate essential IoT components—including a WiFi module (ESP8266), a microSD card reader, and a real-time clock (RTC)—directly onto the main board, eliminating the need for stacking shields.

2. How does the SPI bus work with multiple onboard devices?

The AVR microcontroller uses Chip Select (CS) pins to choose which device to communicate with. Pin 10 is reserved for the SD card, pin 4 for the Ethernet (on supported modules), and pin 11 for the WiFi module.

3. Can I use standard Arduino shields on Fishino boards?

Yes. Fishino UNO and MEGA share the same pin layouts and form factors as standard Arduino UNO and MEGA boards, making them fully compatible with standard shields.

4. What is the logic level of the GPIO pins?

All standard GPIO pins run on 5V logic. Onboard level shifters protect the 3.3V ESP8266 chip and microSD slot, but external 3.3V sensors still require level translation.

5. What is the Fishino Guppy?

The Fishino Guppy is a compact, breadboard-friendly version of the Fishino UNO. It retains the ATmega328P controller, microSD slot, and ESP8266 WiFi, but packages them into a small Nano-sized form factor.

6. How do I update the onboard ESP8266 firmware?

Fishino boards include a dedicated serial pass-through mode. By uploading a standard serial-bridge sketch to the main AVR processor, you can flash firmware updates directly to the ESP8266 via USB.

Related Electronics Tools

Transformer Turns Ratio CalculatorVerify primary and secondary winding values.
Inductor Energy Storage CalculatorMeasure magnetic storage parameters in active units.
SMPS Duty Cycle CalculatorEvaluate voltage regulators and switching controllers.
Wire Gauge CalculatorEstimate safe wire thickness for different current limits.

Related Tools

About this tool

Fishino Pinout Reference is a free online calculator tool. Use it to get instant, accurate results for your electronics calculations.