background preloader

Projet CNE -trolleybus

Facebook Twitter

Mind42: Free online mind mapping software. Using Eclipse with Arduino Duemilanove. 3: Building applications outside the Arduino IDE - Multiprocessing for Microcontrollers. GetGnuWin32 – Maintaining a Gnuwin32 Package archive. 3: Building applications outside the Arduino IDE - Multiprocessing for Microcontrollers. BuildProcess. Learning Examples | Foundations | Hacking | Links Overview A number of things have to happen for your Arduino code to get onto the Arduino board.

BuildProcess

First, the Arduino environment performs some small transformations to make sure that the code is correct C or C++ (two common programming languages). It then gets passed to a compiler (avr-gcc), which turns the human readable code into machine readable instructions (or object files). Then, your code gets combined with (linked against), the standard Arduino libraries that provide basic functions like digitalWrite() or Serial.print().

Multi-file sketches A sketch can contain multiple files (tabs). Transformations to the main sketch file The Arduino environment performs a few transformations to your main sketch file (the concatenation of all the tabs in the sketch without extensions) before passing it to the avr-gcc compiler. Wiki:lininoonearduinoide [] OPKG Package Manager. The opkg utility (an ipkg fork) is a lightweight package manager used to download and install OpenWrt packages from local package repositories or ones located in the Internet.

OPKG Package Manager

GNU/Linux users already familiar with apt-get, aptitude, pacman, yum, etc. will recognize the similarities. YunPackageManager. Learning Examples | Foundations | Hacking | Links The package management system, also called “package manager”, is a very important tool for Linux systems as it gives the user an easy way to install, update and remove additional applications or programs.

YunPackageManager

Instead of downloading and compiling the source code of the program you want to install, the source is pre-configured and compiled according to your system requirements and is inserted inside a package with other information, such as the version and dependencies (requirements of the software to install the software). On the OpenWrt-Yun Linux system the package manager tool is called “opkg”. Process. Learning Examples | Foundations | Hacking | Links Examples > Process Process This example for the Arduino Yún shows how to use the Bridge library's Process class to run Linux processes on the AR9331.

Process

Specifically, in this example, you'll be using curl and cat to transfer data from a web server and get information on the Linux processor. ShellCommands. Learning Examples | Foundations | Hacking | Links Examples > ShellCommands Shell Commands.

ShellCommands

Noblepepper/YunAvrToolchain. Intel Centrino Advanced-N 6235 Wi-Fi / Bluetooth 6235AN.HMWWB. BoardYun. (redirected from Products.ArduinoYUN) Overview The Arduino Yún is a microcontroller board based on the ATmega32u4 (datasheet) and the Atheros AR9331.

BoardYun

The Atheros processor supports a Linux distribution based on OpenWrt named OpenWrt-Yun. The board has built-in Ethernet and WiFi support, a USB-A port, micro-SD card slot, 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, an ICSP header, and a 3 reset buttons. NB : In some countries, it is prohibited to sell WiFi enabled devices without government approval.

The Yún distinguishes itself from other Arduino boards in that it can communicate with the Linux distribution onboard, offering a powerful networked computer with the ease of Arduino. The Yún is similar to the Leonardo in that the ATmega32u4 has built-in USB communication, eliminating the need for a secondary processor. Summary. Arduino Yun - USB Battery Pack for Net-Aware Robot Project. I apologize, in advance, if this information is contained here somewhere or on other Arduino sites.

Arduino Yun - USB Battery Pack for Net-Aware Robot Project

I did as may google/forums searches as I could think of and was not able to find a complete answer... Knowing that the Yun needs 5v and connecting anything above that can lead to a fried Yun, I was looking for a battery pack solution. How important is amperage output for the Yun? Can you fry it at 1-2A or do I only need to worry about voltage? I want to use the Yun and a decent external source to power a net-aware, wi-fi based remote controllable, and avoidance AI robot project I am building.

Yun with batteries. I have just tested a setup based on Arduino Yun.

Yun with batteries

This is what I'v learned so far (I'm still testing): Securitate - Setări cont. Installing Ubuntu inside Windows using VirtualBox. This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Installing Ubuntu inside Windows using VirtualBox

The screenshots in this tutorial use Ubuntu 12.04, but the same principles apply also to Ubuntu 12.10, 11.10, 10.04, and any future version of Ubuntu. Actually, you can install pretty much any Linux distribution this way. Introduction VirtualBox allows you to run an entire operating system inside another operating system. Ubuntu Linux: Install RT2870 Chipset Based USB Wireless Adapter. This blog post listed Linux Compatible USB wireless adapters.

Ubuntu Linux: Install RT2870 Chipset Based USB Wireless Adapter

It seems that many new Linux users frequently have problems learning how to install RT2870 driver under Linux. I also received email requesting installation instructions for the same device. This quick tutorial will explains how to install RT2870 based chipset device with WPA2 authentication and TKIP wireless encryption. 4 Ways to Install a Game With Bin/cue Files Using Daemon Tools.

Steps. WiFi USB Dongle for Raspberry Pi. Wi-Pi is a high performance, cost effective WLAN USB module which connects the Raspberry Pi low cost computer, to a Wi-Fi local area network. Wi-Pi uses the latest 802.11n Wireless Technology, and can support data rates of up to 150 Mbps, compared with older 54 Mbps 11g products. It also benefits from a higher wireless LAN bandwidth, making data transmission more efficient. Wi-Pi also supports wireless roaming, ensuring a more consistent wireless connection to a wireless access point. Wi-Pi uses the latest international w ireless CCA air channel detection technology, enhancing wireless performance. Currently WIPI can be used with multiple development platforms, such as Raspberry Pi SBC, RIoTboard SBC, Atmel SAMA5D3 Xplained development platform, Beaglebone Black SBC, SABRE Lite and Mars Boarddevelopment platfrom,. Key Applications: USB WLAN Adapter. Usb wifi dongle. Enabling WiFi on an Intel® Galileo Board. Setting up Wi-Fi — Clay and Galileo.

Now you can power on the Galileo. If you are NOT using N-135 or N-6205 WiFi card you will need to install the driver: First download the driver from the download site. Note: this is the driver for the N-6235 card, if you have different card, you will have to find the driver. Portable USB Charger. Sample Java Code to Read Temperature from an TMP102 via I2C & Save Data to a MySQL Database Table.

The Java code below reads current temperature data from the TMP102 temperature sensor using the i2cget command line utility to read the TMP102's registers. The reading is taken every second and the result is saved to a MySQL database table. The table contains a column for the date and time and a column for the temperature in degrees Fahrenheit. The code below should work with Java 6, 7, or 8. You will need to have the complete JDK installed to compile the code.

Prerequisites The i2cget command line utility is part of the I2C Tools package. To install MySQL, use the following command and follow the prompts: Need help on Linux I2C driver. How to mix C and C++, C++ FAQ. Www.cs.swarthmore.edu/~newhall/unixhelp/howto_C_libraries.html. C Libraries In general, libraries are created from many library source files, and are either built as archive files (libmine.a) that are statically linked into executables that use them, or as shared object files (libmine.so) that are dynamically linked into executables that use them. Tel.archives-ouvertes.fr/docs/00/80/85/80/PDF/TH2010_Hijazi_-_Alaa.pdf. Transport en Commun de Limoges. • Le réseau trolleybus en chiffres • Le fonctionnement du réseau trolleybus • Les récentes évolutions et derniers aménagements du réseau. Trolleybus. Dumas.ccsd.cnrs.fr/docs/00/55/18/37/PDF/2010.TH16668.maherzi.nordine.pdf. Www.bulletin-online.ch/uploads/media/article_146649.pdf. Vétra. Un article de Wikipédia, l'encyclopédie libre.

Vétra Logo Vétra version des années 40 sur la face avant d'un CB 60 de Limoges conservé au musée de l'AMTUIR. Vétra (contraction de Société des Véhicules et Tracteurs Électriques) est un constructeur français connus entre autres pour sa production de trolleybus. Historique[modifier | modifier le code] La Société des Véhicules et Tracteurs Électriques, communément désignée Vétra, est née le 16 septembre 1925 afin de trouver de nouveaux débouchés pour les matériels du groupe fondateur qui deviendra en 1928, Als-Thom (devenue plus tard Alsthom et enfin Alstom de nos jours), société elle-même issue du regroupement de la SACM (Société Alsacienne de Constructions Mécaniques à Belfort, célèbre constructeur de locomotives entre autres) et de la Compagnie Française Thomson-Houston, voir (Thomson-Houston Electric Company).

Hal.inria.fr/docs/00/65/62/11/PDF/THESE_P-KRECZANIK.pdf. Trolleybus UK. Innovations. There have been considerable improvements in detail design, for example the automatic lowering of poles in the event of de-wirement or under the direct control of the driver without the driver having to leave the driving seat.