Compare commits

...

5 Commits

Author SHA1 Message Date
449c7382cf Ajout de ISSA 2026-09-04 10:31:13 +02:00
f08961c5ce Make it draft 2026-08-30 02:45:22 +02:00
1d10c6a8c0 Add new article about twang32 2026-08-30 02:45:07 +02:00
9c6c79ecc8 Update blogotheme 2026-08-26 23:45:49 +02:00
b0da619add Mise à jour de l'article sur Mastodon 2026-08-26 23:45:03 +02:00
5 changed files with 43 additions and 8 deletions

View File

@@ -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

View 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.

View File

@@ -38,7 +38,7 @@ Qu'importe où vous êtes inscrites, vous pouvez me suivre.
Un aperçu de l'application Mastodon :
![](https://joinmastodon.org/_next/static/media/Compose-0b1ddc94-d84d-4376-b957-9f676e851964.06d7d596.png)
![](ios_android_apps.webp)
## 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 lapplication officielle ;
- Android : Tusky, Megalodon ou lapplication 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.
![](https://joinmastodon.org/_next/static/media/Profile-1a3889e8-43a3-4607-88cf-448ace95859a.16d318a3.png)
- iOS : [Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884), [Ivory](https://tapbots.com/ivory/) ou lapplication officielle ;
- Android : ⭐ [Moshidon](https://lucasggamerm.github.io/moshidon/), [Tusky](https://tusky.app/) ou lapplication 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 nest pas nécessaire de choisir lapplication parfaite dès le départ : on peut commencer avec le site web, puis en essayer plusieurs pour trouver linterface qui nous convient.
@@ -145,4 +143,8 @@ Mastodon nest pas seulement une copie bio dun réseau existant. Cest un
---
![](fck_insta.jpg)
![](fck_insta.jpg)
---
*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/)*

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB