Compare commits
5 Commits
e9eef2ea0d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 449c7382cf | |||
| f08961c5ce | |||
| 1d10c6a8c0 | |||
| 9c6c79ecc8 | |||
| b0da619add |
@@ -404,6 +404,10 @@ https://latalvere.org/la-talvere/
|
||||
|
||||
## La fabrique et la maison rose à strasbourg
|
||||
|
||||
## ISSA - Island School of Social Autonomy
|
||||
|
||||
https://issa-school.org/about/
|
||||
|
||||
|
||||
# Plus d'informations
|
||||
|
||||
|
||||
29
content/Articles/twang-32-xiao-esp32-s3/index.md
Normal file
29
content/Articles/twang-32-xiao-esp32-s3/index.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
categories : ["English"]
|
||||
title : "Building a TWANG for the Xiao ESP32 S3"
|
||||
displayInMenu : false
|
||||
dropCap : false
|
||||
description : "A little review of how I built the classic LED strip game TWANG32 with a Xiao ESP32 S3"
|
||||
date : "2026-09-6"
|
||||
draft : true
|
||||
displayInList : true
|
||||
resources:
|
||||
- name: featuredImage
|
||||
src: "cover.jpg"
|
||||
---
|
||||
|
||||
A few years ago, I was at the Chaos Computer Camp, roaming around as you do in such places. My eyes where caught by the cries of joy in a small building, people inside where trying out things with LEDs. As a fond enjoyer of blinking lights myself, I approched and set my eyes upon a single strip of LED that someone was somehow controling with a joystick. I didn't really understand the purpose yet, but as I was looking at it I knew I had to try.
|
||||
|
||||
When it was my turn, I tried, and I tried hard. The sun coming up made me realize that I needed to find out how it was made, what it was called and make one myself. Waking up the next morning, I was taken by the *tourbillon de la vie* and didn't forgot all about it.
|
||||
|
||||
I did have a small reminder two years ago, when during a free party, a comrade camping with my friends and me brought one, controlled by a Wiimote : I asked the name, but again, caught by the same maëlstrom, I forgot about it.
|
||||
|
||||
Fast forward 4 years later, and I finally found the name of the game : Twang ! A friend of mine built a snake based on a LED strip in a similar fashion for a small festival which gave me the motivation to build one. As I had a an extra Xiao ESP32 from another project I'll soon write about, a 3D printed another friend lent me and some extra cash, it was time.
|
||||
|
||||
I based myself on the repo [TWANG32 by bdring](https://github.com/bdring/TWANG32).
|
||||
|
||||
Even thought the project was a bit old, I didn't have any major hurdle in getting it to run. The only thing I needed to comment out as the sound, as the XIAO doesn't have a DAC ( Digital Analog Converter ) so I sadly can't have the sound of the game. If you know of a way, let me know.
|
||||
|
||||
A good thing I did was to make the accelerometer detachable, because removing the top part of the case is otherwise quite a pain.
|
||||
|
||||
I also recommend to put some weight in the joystick's box, it makes it easier for people to play with it.
|
||||
@@ -38,7 +38,7 @@ Qu'importe où vous êtes inscrites, vous pouvez me suivre.
|
||||
|
||||
Un aperçu de l'application Mastodon :
|
||||
|
||||

|
||||

|
||||
|
||||
## Comment rejoindre Mastodon ?
|
||||
|
||||
@@ -46,11 +46,9 @@ Le plus simple consiste à télécharger l'application Mastodon, et créer un co
|
||||
|
||||
[Il existe différentes apps pour consulter Mastodon](https://joinmastodon.org/apps), publier, suivre des conversations et gérer plusieurs comptes :
|
||||
|
||||
- iOS : Ice Cubes, Ivory, Mona ou l’application officielle ;
|
||||
- Android : Tusky, Megalodon ou l’application officielle ;
|
||||
- sur Ordi : le site web de son serveur, par exemple, https://toot.paris pour toot.paris ainsi que des applications comme Tuba sous Linux.
|
||||
|
||||

|
||||
- iOS : [Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884), [Ivory](https://tapbots.com/ivory/) ou l’application officielle ;
|
||||
- Android : ⭐ [Moshidon](https://lucasggamerm.github.io/moshidon/), [Tusky](https://tusky.app/) ou l’application officielle ;
|
||||
- sur Ordi : le site web de son serveur, par exemple, https://toot.paris pour toot.paris ainsi que des applications comme ⭐ [Tuba](https://tuba.geopjr.dev/) sous Linux.
|
||||
|
||||
Il n’est pas nécessaire de choisir l’application parfaite dès le départ : on peut commencer avec le site web, puis en essayer plusieurs pour trouver l’interface qui nous convient.
|
||||
|
||||
@@ -145,4 +143,8 @@ Mastodon n’est pas seulement une copie bio d’un réseau existant. C’est un
|
||||
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
*Vous pouvez aussi lire un ancien article que j'avais [écrit sur le sujet ici.](https://n07070.xyz/articles/un-mastodon-dans-le-cyber-espace/)*
|
||||
BIN
content/Articles/venez-sur-masto/ios_android_apps.webp
Normal file
BIN
content/Articles/venez-sur-masto/ios_android_apps.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Submodule themes/blogotheme updated: 056a228661...7d59079d1e
Reference in New Issue
Block a user