mirror of
https://github.com/SasaKaranovic/DIY-Filament-Dryer.git
synced 2026-07-08 17:52:36 +02:00
Fixing READNE typos.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
# How to build firmware
|
||||
|
||||
For our firmware development, we are going to use Arduino. Mainly because it's user friendly, easy to use and
|
||||
most hobbyists are familiar with it or have already used it. While we could build te same or even more efficient
|
||||
most hobbyists are familiar with it or have already used it. While we could build the same or even more efficient
|
||||
firmware using C and ESP-IDF, we are going to stick with Arduino and hope that this allows the project to be
|
||||
more friendly and easier to use/modify by wider DIY/hacker community.
|
||||
|
||||
@@ -25,7 +25,7 @@ Arduino IDE and manually searching and downloading all the board/library files.
|
||||
### 1. Install PlatformIO
|
||||
Installing PlatformIO CLI is pretty straight-forward and also well documented for Windows, Linux and MacOS.
|
||||
You will need to follow few steps and get PlatformIO CLI installed, detailed tutorial can be found at https://platformio.org/install/cli
|
||||
Make sure to install [PlatformIO Core](https://docs.platformio.org/en/latest//core/installation.html#installation-methods 'https://docs.platformio.org/en/latest//core/installation.html#installation-methods') and allso that it is available trough [shell](https://docs.platformio.org/en/latest//core/installation.html#piocore-install-shell-commands 'PlatformIO Core - Install Shell Commands¶').
|
||||
Make sure to install [PlatformIO Core](https://docs.platformio.org/en/latest//core/installation.html#installation-methods 'https://docs.platformio.org/en/latest//core/installation.html#installation-methods') and also that it is available trough [shell](https://docs.platformio.org/en/latest//core/installation.html#piocore-install-shell-commands 'PlatformIO Core - Install Shell Commands¶').
|
||||
|
||||
### 2. Build firmware
|
||||
Open shell/command-prompt and navigate to 'Firmware/platformio' folder.
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ When replacing capacitors, make sure you choose the same voltage rating!
|
||||
|
||||
### How can I order the PCB
|
||||
|
||||
I have prepared Gerber files that are verified and ready to go. You can take `Release\2023-04-29_14-32_DryBox_R1\2023-04-29_14-32_DryBox_R1_Gerber.zip` and upload it to your favorite PCB manufactuer like PCBWay, SeeedStudio, JLCPCB etc.
|
||||
I have prepared Gerber files that are verified and ready to go. You can take `Release\2023-04-29_14-32_DryBox_R1\2023-04-29_14-32_DryBox_R1_Gerber.zip` and upload it to your favorite PCB manufacturer like PCBWay, SeeedStudio, JLCPCB etc.
|
||||
There are no critical PCB specs, so you can select whichever one you prefer.
|
||||
For your reference, the specifications for the PCBs that I have ordered are listed below.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user