Skip to content

Commit

Permalink
Include gallery and insert images
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartinortiz committed Nov 17, 2024
1 parent f65aa5e commit a84e7a8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 7 additions & 1 deletion content/projects/rgb-flowers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
title = 'RGB Flowers'
date = 2024-05-28T19:30:20+01:00
draft = false
image = "img/rgb-flowers-1.jpg"
image = "/img/rgb-flowers-1.jpg"
+++

A beautiful and decorative pot with flowers created with my children. My contribution was some soldering and electronics for powering RGB LEDs that cycle across colors. The components used are a couple of RGB LEDs with their corresponding resistors and a Raspberry Pi Pico (my favorite microcontroller). The source code for the RGB cycle can be found on [this repository](https://github.com/mmartinortiz/electronics/tree/main/rgb_led). The project has been strongly inspired by a similar project from Adafruit.

{{< figure src="/img/rgb-flowers-4.gif" caption="The lighting flowers" attrlink="" >}}

Here are other small details of the project:

{{< img_gallery folder="/img/rgb-flower/" >}}

0 comments on commit a84e7a8

Please sign in to comment.