Difference between revisions of "Arbre Totem Fixme"

From Fixme.ch
Jump to: navigation, search
(Electronics PART)
(Electronics PART)
Line 44: Line 44:
 
== Electronics PART ==
 
== Electronics PART ==
 
=== uC part ===
 
=== uC part ===
[FR]: le choix du '''uC''' s'est porté sur le fabriquant '''[https://www.microchip.com/ Microchip]'''. Pour choisir la famille et le modèle, il faut déterminer les différentes fonctions que l'on a besoin, voir les points essentielles ci-dessous :  
+
['''''FR''''']: le choix du '''uC''' s'est porté sur le fabriquant '''[https://www.microchip.com/ Microchip]'''. Pour choisir la famille et le modèle, il faut déterminer les différentes fonctions que l'on a besoin, voir les points essentielles ci-dessous :  
  
 
On a besoin de :  
 
On a besoin de :  
Line 55: Line 55:
  
 
ce qui fait au minium ~ **20pins** => voir le tableau ci-dessous  
 
ce qui fait au minium ~ **20pins** => voir le tableau ci-dessous  
 +
 +
['''''EN''''']: uC's choice was on the  manufacturer '''[https://www.microchip.com/ Microchip]'''. To select the uC familiy and model, we need to determine the functions we require. Normaly, a minimum of 20pins is required. See the table below :
  
 
{| class="wikitable centre" style="width:80%;"
 
{| class="wikitable centre" style="width:80%;"
Line 108: Line 110:
 
|}
 
|}
  
[FR]: En se référant au [https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/PIC32MX5XX6XX7XX_Family%29Datasheet_DS60001156K.pdf datasheet PIC32MX795H],
+
['''''FR''''']: En se référant au [https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/PIC32MX5XX6XX7XX_Family%29Datasheet_DS60001156K.pdf datasheet PIC32MX795H], vu le nombre de pattes estimées, il serait bien de choisir un boitier de type '''TQFP''' de 64pins.  
vu le nombre de pattes estimées, il serait bien de choisir un boitier de type **TQFP** de 64pins.  
+
 
On reste sur du prototype, donc il serait bien d'utiliser le chip ayant le plus de mémoire (ROM -> 512ko | RAM -> 128ko)
 
On reste sur du prototype, donc il serait bien d'utiliser le chip ayant le plus de mémoire (ROM -> 512ko | RAM -> 128ko)
 +
 +
['''''EN''''']: With reference to [https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/PIC32MX5XX6XX7XX_Family%29Datasheet_DS60001156K.pdf datasheet PIC32MX795H], with the estimated number of pins, you should choose a 64pins '''TQFP''' housing. It would be good idea to choose the uC with the largest memory (ROM -> 512ko | RAM -> 128ko)
  
 
== Mechanical PART ==  
 
== Mechanical PART ==  

Revision as of 01:54, 23 November 2023

CroquisTotem.PNG

Description

[FR] : le but de ce projet est de réaliser un totem lumineux pouvant afficher des messages défilants ou des animations.
Ce totem sera utilisé lors de festivales ou de manifestions lié aux activités du hackerspace, que ce soit à l'intérieur ou à l'extérieur.
Un premier prototype a été réaliser par un étudiant de l'ES (Nicolas Furst - 2019).

Ci-dessous les points importants demandé lié au Totem :


[EN] : the goal of this project is to make a light totem which can display different scrolling messages or animations.
This totem will be used at festivals or demonstration meeting related FIXME hackerspace activities, indorrs or outdorrs.
Below the key points required for the Totem :

A first prototype was realized by an former student of the ES technical school (Nicolas Furst - 2019).

  • Lighted Totem with RGB Leds
  • Mast-mounted Totem
  • Colourful animation
  • Display a scrolling Texte
  • View the message form several angles
  • Battery Supply - rechargeable with a solar panel
  • Battery life => 12H
  • Connection with totem by Wifi, Bluetooth or 4G

GIT

Sotfwares used

for the version 1_X (ETML-ES)

  • for mechanical part : soldiworks
  • for shematics and PCB design : Altium
  • for PIC micronctroller programming  : => IDE : MPLABX  ??- configurator : Harmony ?? - compilator : XC

for the version 2_x (FIXME)

in progress !!!

Blocs Diagram

BlocDiagrammes.PNG

Electronics PART

uC part

[FR]: le choix du uC s'est porté sur le fabriquant Microchip. Pour choisir la famille et le modèle, il faut déterminer les différentes fonctions que l'on a besoin, voir les points essentielles ci-dessous :

On a besoin de :

  • 3 entrées analogiques,
  • une communication SPI comprenant la clock, le chip select, le MISO et le MOSI,
  • 5 I/O,
  • un reset
  • deux pins de programmation
  • alimentation pour la partie digitales et analogiques

ce qui fait au minium ~ **20pins** => voir le tableau ci-dessous

[EN]: uC's choice was on the manufacturer Microchip. To select the uC familiy and model, we need to determine the functions we require. Normaly, a minimum of 20pins is required. See the table below :

Module part
Application Function Pin's Number
battery current measurement Analogic Input (ADC) 1x
battery voltage measurement Analogic Input (ADC) 1x
luminosity measurement Analogic Input (ADC) 1x
Wifi Communication SPI 4x
Wifi Communication Digital I/O 4x
5V activation Digital I/O 1x
uC programming PGE-D/C 1x
buC Reset _MCLR 1x
Power Supply digital I/O VDD minimum 1x
Power Supply analog Input AVDD minimum 1x
Ground Supply VSS - AVSS minimum 1x

[FR]: En se référant au datasheet PIC32MX795H, vu le nombre de pattes estimées, il serait bien de choisir un boitier de type TQFP de 64pins. On reste sur du prototype, donc il serait bien d'utiliser le chip ayant le plus de mémoire (ROM -> 512ko | RAM -> 128ko)

[EN]: With reference to datasheet PIC32MX795H, with the estimated number of pins, you should choose a 64pins TQFP housing. It would be good idea to choose the uC with the largest memory (ROM -> 512ko | RAM -> 128ko)

Mechanical PART

A venir !!!



Firmware

A venir

Software

A venir !!

Links

A venir

Contributeur

A venir !!