Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
vrac:vrac [2024/08/29 11:24] domi |
vrac:vrac [2025/09/16 17:39] (Version actuelle) domi [Électronique] |
||
|---|---|---|---|
| Ligne 267: | Ligne 267: | ||
| * http://hackaday.com/2014/03/05/make-your-electronics-lab-in-a-box/ | * http://hackaday.com/2014/03/05/make-your-electronics-lab-in-a-box/ | ||
| * http://www.ka6wke.net/finished-projects/bench-power-supply | * http://www.ka6wke.net/finished-projects/bench-power-supply | ||
| + | * https://rtestardi.github.io/usbte/flea-scope.pdf : flea scope : oscciloscope ~ 18$ | ||
| + | * https://wiki.postmarketos.org/wiki/Zhihe_series_LTE_dongles_(generic-zhihe) - dongle 4G / wifi / android | ||
| + | * Qualcomm MSM8916 - https://github.com/OpenStick/OpenStick | ||
| + | * https://wvthoog.nl/openstick/ | ||
| ** modules wifi ** | ** modules wifi ** | ||
| Ligne 312: | Ligne 316: | ||
| * https://www.waveshare.com/product/displays/e-paper/epaper-1/10.3inch-e-paper.htm | * https://www.waveshare.com/product/displays/e-paper/epaper-1/10.3inch-e-paper.htm | ||
| * https://hackaday.com/2021/03/02/wireless-low-power-e-ink-weather-gadget/ | * https://hackaday.com/2021/03/02/wireless-low-power-e-ink-weather-gadget/ | ||
| + | * esp32 + eink : https://heltec.org/project/wireless-paper/ | ||
| + | * https://randomnerdtutorials.com/esp32-deep-sleep-arduino-ide-wake-up-sources/ | ||
| + | * https://www.waveshare.com/product/displays/e-paper.htm | ||
| + | * https://github.com/fatihak/InkyPi | ||
| ** fpga ** | ** fpga ** | ||
| Ligne 319: | Ligne 327: | ||
| * https://fr.aliexpress.com/item/1005003152104886.html | * https://fr.aliexpress.com/item/1005003152104886.html | ||
| + | ** solar-only, battery-free device ** | ||
| + | |||
| + | * https://github.com/PocketConcepts/Solar_nRF/tree/main | ||
| + | |||
| + | ** 4433 Mhz ** | ||
| + | |||
| + | * https://github.com/merbanan/rtl_433 | ||
| ===== AI ===== | ===== AI ===== | ||
| Ligne 389: | Ligne 404: | ||
| Livres | Livres | ||
| + | | ||
| + | * http://www.vivlio.com/ | ||
| * http://www.livrespourtous.com/ | * http://www.livrespourtous.com/ | ||
| Ligne 425: | Ligne 442: | ||
| * http://www.slideshare.net/ | * http://www.slideshare.net/ | ||
| * http://www.ebooksdownloadfree.com/ | * http://www.ebooksdownloadfree.com/ | ||
| - | + | * jeunesse / enfants | |
| - | * https://www.actualitte.com/article/edition/des-centaines-de-livres-jeunesse-a-telecharger-gratuitement/90381 | + | * https://www.actualitte.com/article/edition/des-centaines-de-livres-jeunesse-a-telecharger-gratuitement/90381 |
| * http://ebookids.com/fr/livres-enfants/ | * http://ebookids.com/fr/livres-enfants/ | ||
| * https://livre.fnac.com/n201573/Jeunesse-ebook/eBooks-enfants-gratuits | * https://livre.fnac.com/n201573/Jeunesse-ebook/eBooks-enfants-gratuits | ||
| + | * https://bardinflor.perso.aquilenet.fr/kaosfantasy/ | ||
| + | * https://www.atramenta.net/ | ||
| * https://thegreatestbooks.org/ | * https://thegreatestbooks.org/ | ||
| * Jean Teulé | * Jean Teulé | ||
| Ligne 528: | Ligne 546: | ||
| * https://momes.parents.fr/les-tops-des-momes/top-des-momes-astuces/une-chambre-pour-deux-enfants-14-idees-de-separations-850609 | * https://momes.parents.fr/les-tops-des-momes/top-des-momes-astuces/une-chambre-pour-deux-enfants-14-idees-de-separations-850609 | ||
| + | * Bureau sur mesure : https://www.youtube.com/watch?v=8vtNslU4D6E | ||
| + | * Un bureau sans aucun câble visible ! | ||
| + | * configurateur meuble cuisine : https://www.creathome24.com/ | ||
| ===== Kit Robot ===== | ===== Kit Robot ===== | ||
| Ligne 540: | Ligne 561: | ||
| * Tinkerbots ? | * Tinkerbots ? | ||
| * Thymio | * Thymio | ||
| + | * https://github.com/Orange-OpenSource/oorobot | ||
| ===== Matrix ===== | ===== Matrix ===== | ||
| Ligne 572: | Ligne 593: | ||
| * https://internal.squat.net/procedures/misc/archive-website/ | * https://internal.squat.net/procedures/misc/archive-website/ | ||
| * https://wiki.globenet.org/doku.php?id=tech:manuels:site_statique | * https://wiki.globenet.org/doku.php?id=tech:manuels:site_statique | ||
| - | * ''httrack https://$SITE --disable-security-limits --max-rate=0 -iC2 -O /opt/httrack/$NOM_SITE -s0 -%v -%! -A0 -* +$SITE/ +mime:/ -F "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" -%c100'' | + | |
| - | * ''wget --cache=off --cookies=on --glob=on --tries=5 --proxy=on -r -p - --follow-ftp -k --quota=500m --convert-links --no-host-directories - --adjust-extension URL'' | + | <code> |
| + | httrack https://$SITE --disable-security-limits --max-rate=0 -iC2 -O /opt/httrack/$NOM_SITE -s0 -%v -%! -A0 -* +$SITE/ +mime:/ -F "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" -%c100'' | ||
| + | |||
| + | wget --cache=off --cookies=on --glob=on --tries=5 --proxy=on -r -p - --follow-ftp -k --quota=500m --convert-links --no-host-directories - --adjust-extension URL | ||
| + | </code> | ||
| + | |||
| + | ===== JS / jeux ===== | ||
| + | * Phaser.js | ||
| + | * drag and drop Phaser : https://codepen.io/jdnichollsc/pen/WbZgwM | ||