Skip to content

Commit

Permalink
update arduino flash post with info about ftdi chips in wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Jan 22, 2020
1 parent 49ac700 commit aa3ecdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/post/2019/flash-arduino-from-a-raspberry-pi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Pi instead?

<!--more-->

**Update:** I found out that you can also use FTDI breakout boards like the
[SparkFun FT232RL][sparkfun] or [Adafruit FT232H][adafruit]. The drivers come
preinstalled on Linux. I've documented the cabling and configuation [in my wiki][wiki].

[sparkfun]: https://www.sparkfun.com/products/12731 "SparkFun USB to Serial Breakout - FT232RL"
[adafruit]: https://www.adafruit.com/product/2264 "Adafruit FT232H Breakout - General Purpose USB to GPIO+SPI+I2C"
[wiki]: https://ansemjo.github.io/wiki/tips/arduino.html "Arduino Tips - ansemjo's docs"

Luckily I purchased a Raspberry Pi Zero W shortly before and I've quickly found
configuration examples how to use GPIO pins to program an Arduino. Most examples
use pins spread all around the header though and I wanted to use a more compact
Expand Down

0 comments on commit aa3ecdd

Please sign in to comment.