User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2019/12/09 21:53]
210.18.207.206 [Single Optional Argument for a LaTeX Macro]
start [2020/09/25 03:28]
sausage
Line 1: Line 1:
 +====== ESP32 with SSD1306 oLED display libraries ======
 +
 +{{ :​esp32-oled-libraries:​oled-adafruit-snow.jpg?​nolink&​200|}}
 +
 +There'​s a lot of articles out there already on using these little 128x64 oLED monochrome displays with an ESP32 or with an Arduino board. ​
 +
 +The go-to library for working with oLED displays appears to be Adafruit'​s SSD1306 library judging by the amount of articles written on it. This one is packed with features while being easy to use (but there are others!).
 +
 +[[esp32_with_ssd1306_libraries|Read Article]]
 +
 +----
 +
 +====== Charlieplexing LEDs on the ESP32 ======
 +
 +{{ :​charlieplexing:​3-pin-led1-other-paths.png?​nolink&​150|}}The ESP32 has a stack of GPIO pins allowing you to attach a whole bunch of LEDs. But it's a neat practice to try using fewer pins with several LEDs using Charlieplexing. There'​s quite a few things you can learn along the way.
 +
 +[[charlieplexing_on_the_esp32|Read Article]]
 +
 +----
 +
 +====== ESP32 From Scratch ======
 +
 +This guide will show you how to quickly set up an ESP32, placement onto a breadboard, wiring, the software, and finally sending code to it.
 +
 +[[esp32_from_scratch|Read Article]]
 +
 +----
 +
 +====== Space Capsule Hotel Adventure ======
 +
 +{{ :​wiki:​capsulehotel:​pods-feet.jpg?​nolink&​200|}} In February, myself and a couple of mates from work stayed at the Space Capsule Hotel in Sydney. Some thought what we were doing was dreadful/​unconventional but we were keen to check it out nonetheless.
 +
 +Once inside, there really is an illusion of being inside the sleeping cabin of some ship on route to mars.
 +
 +[[reactconf_and_spacecapsule_adventure|Read Article]]
 +
 +----
 +
 ====== Setting up a minimal Hugo website ====== ====== Setting up a minimal Hugo website ======
  
Line 7: Line 45:
 [[hugo|Read Article]] [[hugo|Read Article]]
  
----+----
  
 ====== Oscillators on the PIC16F1455 ====== ====== Oscillators on the PIC16F1455 ======
start.txt ยท Last modified: 2024/05/12 11:42 by sausage