On a acheté le matériel pour faire les éléments de jeux!
pour vous tenir informé de notre avancement je posterai régulièrement des news comme celle ci.
mercredi octobre 16, 2013 — 9:53
On a acheté le matériel pour faire les éléments de jeux!
pour vous tenir informé de notre avancement je posterai régulièrement des news comme celle ci.
Sep 30
Bonjour à tous! Ce samedi 28 septembre a eu lieu la présentation du règlement de la coupe pour l’édition 2014. Elle se tenait à la cité des sciences, il y avait en même temps une rencontre avec les participants au hackaton Nao auquel je participe donc je n’ai pas pu voir la présentation en live, …
Sep 17
Oui, j’ai bien dit que je voyais double. Et vu le titre, il fallait bien que j’en écrive 2 :-). (le premier article étant ici : http://www.telecom-robotics.org/2013/09/la-tresoriere-voit-double/) 1) Parfois, le trésorier commande 2 composants plutôt qu’un seul pour mutualiser les coûts. 2) Parfois, le trésorier passe 2 fois des commandes simultanément pour obtenir le composant convoité …
Sep 11
Non, ce n’est pas parce que j’ai fait une petite dégustation oenologique que je vois double 😉 ! Mais toujours est-il que le trésorier voit parfois double. Pourquoi ? Nous sommes des étudiants ou anciens étudiants en phase d’apprentissage, ergo, nous cramons des composants. Ergo, nous avons besoin de 2 composants plutôt qu’1. Exemple : si …
Sep 01
In embedded systems, one og the key features is multithreading : that is to say having multiple threads running. A thread is a processus running on your processor, it has its own memory and stack and can communicate with other threads through shared variables or function calls. The main interest in having multiple threads running …
Août 29
In the last tutorial we mentioned the other files present in a basic project, let’s take a closer look on one of them : the Makefile. This tutorial is going to be a short one, as only what you need to build your project will be explained. Nevertheless the Makefile is a really powerful tool …
Août 27
Now that you know how to configure the devices and what the serial driver does, let’s put it in practice. For this tutorial you will need: your stm32f407Discovery a usb-serial cable some wires and a breadboard
Août 26
Communication Well, we are now able to do so cool stuff with GPIOs and PWM, but we still lack something really important : communication. As a matter of fact you cannot communicate at all right now, and that’s what we will work on with the serial driver. But first we will discover UART is.
Août 26
Using a PWM You now know how to configure a PWM, great ! Now let’s see how to use it.
Août 26
You said PWM ? A Pulse Width Modulation signal is a binary (that’s to say that there are only two different output voltages: HIGH or LOW) signal of a given fixed period. The output is HIGH for the first part of the period, then stays LOW untill the next period. The interesting point about this …