« SE5 ECEAI/eceai 2024/2025/benmbarek-elqastalani » : différence entre les versions

De wiki-se.plil.fr
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 13 : Ligne 13 :




Nous avons décidé de concevoir un système qui détermine la nature d'un objet en chute libre, en se basant sur les données provenant d'un accéléromètre attaché à ce dernier.
Nous avons décidé de concevoir un système qui détermine en premier temps la pression dans une balle en chute libre, puis si on avance bien prédire la hauteur du deuxième rebond.


le matériel utilisé :
le matériel utilisé :
Ligne 21 : Ligne 21 :
- Nucleo
- Nucleo


- Accéléromètre
- Accéléromètre (pas pour le moment)
 


Nous avons besoin //
Notre première approche est de proposer un modèle simple de classification.
Notre première approche est de proposer un modèle simple de classification.


La communication entre l'accéléromètre et la nucleo se fait en I2C.
// La communication entre l'accéléromètre et la nucleo se fait en I2C.


Possible Challenges:  
// Possible Challenges:  


The trajectory of the falling object will almost always be non linear, which introduces new parameters to the equation.
// The trajectory of the falling object will almost always be non linear, which introduces new parameters to the equation.


Need to take in account the weight of the object, the size, the rebound behaviour (ricochet). (Probably need a soft surface in order not to damage the object).
// Need to take in account the weight of the object, the size, the rebound behaviour (ricochet). (Probably need a soft surface in order not to damage the object).


The length of the connection could probably affect the communication ? Would it be possible to store the experience data then feed the model, or should it be real time ?
// The length of the connection could probably affect the communication ? Would it be possible to store the experience data then feed the model, or should it be real time ?

Version du 7 septembre 2024 à 09:43

ECEAI

le 03/09/2024 :

- Recherche du sujet

- Installation des logiciels;


le 05/09/2024 :


Nous avons décidé de concevoir un système qui détermine en premier temps la pression dans une balle en chute libre, puis si on avance bien prédire la hauteur du deuxième rebond.

le matériel utilisé :

- Raspberry pi

- Nucleo

- Accéléromètre (pas pour le moment)

Nous avons besoin // Notre première approche est de proposer un modèle simple de classification.

// La communication entre l'accéléromètre et la nucleo se fait en I2C.

// Possible Challenges:

// The trajectory of the falling object will almost always be non linear, which introduces new parameters to the equation.

// Need to take in account the weight of the object, the size, the rebound behaviour (ricochet). (Probably need a soft surface in order not to damage the object).

// The length of the connection could probably affect the communication ? Would it be possible to store the experience data then feed the model, or should it be real time ?