Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivier-boesch/wavegenerator
https://github.com/olivier-boesch/wavegenerator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olivier-boesch/wavegenerator
- Owner: olivier-boesch
- License: mit
- Created: 2020-12-11T07:54:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T11:27:03.000Z (10 months ago)
- Last Synced: 2024-03-26T12:45:54.012Z (10 months ago)
- Language: OpenSCAD
- Size: 225 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WaveGenerator
Générer une commande par logiciel pour la cuve à vagues NOVA Physics.
Article présentant le montage : https://www.pedagogie.ac-aix-marseille.fr/jcms/c_10865222/fr/generateur-de-vagues-commande-par-une-tablette-d-une-cuve-a-vagues-nova-physics
l'arduino se comporte comme un générateur de signal carré de fréquence variable. Trois commandes sont possibles :
* S\n : arrête le générateur
* C3600\n : génère en continu à 3600Hz
* B3,5000\n : Génère une salve de 3 impulsions de fréquence 5000HzLe logiciel propose une interface propre de commande de ce générateur.
## Schéma de branchement
Ordinateur --USB--> arduino --banane vers BNC--> cuve à vagues
## Comment faire
* Charger le code arduino dans l'arduino UNO.
* Faire le branchement électrique (relier la borne noire à GND et la borne rouge au pin 10)
* Relier l'arduino en USB à l'ordinateur
* Relier l'arduino à la commande du moteur avec un câble Banane-BNC
* Démarrer wavegen.exe (sous windows) ou wavegen (sous linux)## arduino
## Logiciel
Dépendances : kivy et pyserial (modules python)
### Binaires v1.3.0 (sans installation)
binaire windows 64 bits (zip) : https://github.com/olivier-boesch/WaveGenerator/releases/download/v1.3.0/wavegen_win64.zip
binaire linux 64 bits (zip) : https://github.com/olivier-boesch/WaveGenerator/releases/download/v1.3.0/Wavegen_linux64.zip
binaire Android Arm64 (apk) : https://github.com/olivier-boesch/WaveGenerator/releases/download/v1.3.0/wavegen-1.3.0-arm64-v8a-debug.apk