teejusb / fsr

FSR code used for dance pads
GNU General Public License v3.0
63 stars 43 forks source link

Info file .EXE for Windows #14

Open MircoLeo opened 3 years ago

MircoLeo commented 3 years ago

hi, I wanted to ask if you will create an installation file for windows for the management of the FSR thresholds, in order to make it easier to manage the threshold change of each sensor, and if you increase the firmware for arduino, you will be able to configure the 16 sensors configuration that you can then possibly manage the calibration from a single program that can be installed on windows

teejusb commented 3 years ago

I don't quite follow. There's a WebUI that lets you manage the thresholds already.

MircoLeo commented 3 years ago

I understand, it was to know if it was in progress and to make it easier even for those not familiar with programming, the threshold management individually through a dedicated program ^ _ ^

DJKero commented 3 years ago

I don't quite follow. There's a WebUI that lets you manage the thresholds already.

I think he may be asking for a Windows Installer that:

  1. Stores the repo in a configurable location.
  2. Installs Python, Node and Yarn. (Steps 1 & 2 of the UI setup)
  3. Asks you which Microcontroller you're using and amount of panels to modify Server.py.
  4. Executes a batch script that automates steps 4 through 9 of the UI setup. (using the location from point 1)

So you only need to do the firmware setup and run the installer. Is that what you're asking for @MircoLeo?

teejusb commented 3 years ago

It's confusing because he states in order to make it easier to manage the threshold change of each sensor which is what the WebUI does.

A (cross platform) installer for setup is something I do want but I wasn't sure if that's what he was asking. Also there is an included batch script in the readme if someone wants an easy way to start up the WebUI.

DJKero commented 3 years ago

Yeah I know, the wording is a bit confusing, I'm not sure if he thinks the WebUI setup is too cumbersome or if he's not aware of it, I lean towards the former. And I think he's talking about the addition of sensors/panels too.

MircoLeo commented 3 years ago

exactly, my request was to install the program in windows instead of webui since I don't know how to use Python, Node and Yarn to manage the thresholds, I only know how to install the arduino file and that's it

Non seguo molto. C'è una WebUI che ti consente già di gestire le soglie.

Penso che potrebbe chiedere un programma di installazione di Windows che:

  1. Memorizza il repository in una posizione configurabile.
  2. Installa Python, Node e Yarn. (Fasi 1 e 2 della configurazione dell'interfaccia utente)
  3. Ti chiede quale Microcontrollore stai utilizzando e la quantità di pannelli da modificare Server.py.
  4. Esegue uno script batch che automatizza i passaggi da 4 a 9 della configurazione dell'interfaccia utente. (usando la posizione dal punto 1)

Quindi devi solo eseguire la configurazione del firmware ed eseguire il programma di installazione. È questo che stai chiedendo per @MircoLeo ?

È confuso perché afferma in order to make it easier to manage the threshold change of each sensorche è ciò che fa la WebUI.

Un programma di installazione (multipiattaforma) per l'installazione è qualcosa che voglio, ma non ero sicuro che fosse quello che chiedeva. Inoltre c'è uno script batch incluso nel readme se qualcuno vuole un modo semplice per avviare la WebUI.

DJKero commented 3 years ago

exactly, my request was to install the program in windows instead of webui since I don't know how to use Python, Node and Yarn to manage the thresholds, I only know how to install the arduino file and that's it

I see, yeah the setup process of the whole thing is pretty involved. An installer for the WebUI so it's easier to setup is a good idea. @teejusb do you know of a cross-platform installer solution to look into?

MircoLeo commented 3 years ago

appunto, la mia richiesta era di installare il programma in windows invece che webui visto che non so usare Python, Node e Yarn per gestire le soglie, so solo installare il file arduino e basta

Vedo, sì, il processo di installazione dell'intera faccenda è piuttosto complicato. Un programma di installazione per l'interfaccia utente Web in modo che sia più semplice da configurare è una buona idea. @teejusb conosci una soluzione di installazione multipiattaforma da esaminare?

this for example is what I use with my fsr https://github.com/electromuis/analog-dance-pad/releases

teejusb commented 3 years ago

I do have an installer in progress so I'll get it out soon enough.

MircoLeo commented 3 years ago

Ho un programma di installazione in corso, quindi lo tirerò fuori abbastanza presto.

good as soon as ready I will install your firmware together with the executable program, so if it is plug and play for every pc I use it would be great