sábado, 29 de diciembre de 2012

Arduino by Davis: “Re: Aus Zeitmangel: Arduino und reichhaltiges Elektroniksortiment abzugeben” plus 19 more

Arduino by Davis: “Re: Aus Zeitmangel: Arduino und reichhaltiges Elektroniksortiment abzugeben” plus 19 more

Link to Arduino by Davis

Re: Aus Zeitmangel: Arduino und reichhaltiges Elektroniksortiment abzugeben

Posted: 29 Dec 2012 01:19 AM PST

hier noch ein Foto von dem Oszilloskop (Ausgemusterte Qualität der BW):

VB 150€

Re: trouble with RDM6300 RFID reader

Posted: 29 Dec 2012 01:19 AM PST

You are missing the fact that if the serial data is comming in on different pins you have to use diffrent commands to read them. Look at the serial referance section for this.

Re: Changer l'adresse IP du W5100 dans le setup()

Posted: 29 Dec 2012 01:19 AM PST

Merci pour tes réponses.

Mon LAN est en 192.168.x.y

LAN-------en1-MacBook-en0--------ArduinoEthernetR3

en1 192.168.x.y
en0 10.0.0.1

Pas d'autre équipement sur le sous réseau 10.255.255.255.

Re: PLEASE HELP! Serial Error

Posted: 29 Dec 2012 01:14 AM PST

You are trying to connect the same serial port to two things, one is called port the other is called arduino. There is only one port and it can only be connected to one thing.
Part of this looks like my code but the Firmata part is not. The code you ha...

Re: Current Date & Serial Data

Posted: 29 Dec 2012 01:11 AM PST

For the ultimate of datalogging go into YouTube and look for "Arduino Wireless Temperature Data Logger - Alex Stranz" but I don't think the code is published
Cheers

Re: [WIN] Aggiornam. compilatore IDE 0022-0023-1.0 all'ULTIMA VERSIONE ATMEL

Posted: 29 Dec 2012 12:50 AM PST

Paolo, fammi capire, tu stai scrivendo sul Topic con il quale abbiamo spiegato come aggiornare la toolchain e per risolvere il problema sei andato a seguire le istruzioni del Forum Internazionale? smiley-sad-blue

Re: how can i transfer this to become a function?

Posted: 29 Dec 2012 12:49 AM PST

Implement it not as a function but as a C++ class. Each pin will need its own state variable. Look at the stepper libary to see how this is done, or read a book on C++

Re: swRTC

Posted: 29 Dec 2012 12:47 AM PST

Quote
accomodati pure, ma ritengo non sia giusto riceverla.

Ueee guarda che scherzavo  smiley-grin

Re: Attiny e Seriale

Posted: 29 Dec 2012 12:46 AM PST

Confermo che con l'IDE 1.0.3 ed il core Tiny 0100-0015 la scrittura del finto bootloader sui chip Tiny cambia il valore dei fuse del micro.
Provato or ora con un Tiny84.
[/quo...

Re: Question about increment/assignment

Posted: 29 Dec 2012 12:44 AM PST

Quote
is it possible to assign one variable to another?
Quote
Its basically a try at Quadcopter stabilization without the use of a PID Loop

These two statements seem diametrically opposed, if you are asking that question you are well ...

Re: 8x8x8 multiplexed LED cube with an Arduino Mega 2560

Posted: 29 Dec 2012 12:28 AM PST

Funny thing, I was looking at the same seller, only at his 3mm LEDs. I guess he has good prices. I'd like to use 3mm ones because it makes the cube more empty, more transparent, more visible (up to 5x5x5 it probably does not matter but when you get to ...

Re: Question about increment/assignment

Posted: 29 Dec 2012 12:27 AM PST

Ach, Apple Basic. I used to use that. smiley

You had hi-res mode, all sorts of nice stuff.

Re: Duemilanove chip in an Uno

Posted: 29 Dec 2012 12:26 AM PST

Quote
...  pre-programmed "Duemilanove only" chips  ...

What sort of chip can only be a Duemilanove? Not a genuine one.

Re: creare bottone html bistabile (acceso o spento)

Posted: 29 Dec 2012 12:24 AM PST

http://www.w3schools.com/jsref/event_onclick.asp
Hosti tutto il jS su un sito esterno e poi lo includi nell'html dell'arduino...
Come esiste onClick ci sarà anche onRelase

Re: 10 x 10 led matrix i think? - help with led tail lights

Posted: 29 Dec 2012 12:20 AM PST

is it possible to turn the top 3 rows and bottom 3 rows of leds into one circuit each since each cluster of 3 rows will be performing the same functions at the same times? in order to cut down on pins being used so maybe i am able to stick to using one...

Re: Atmega168 @3,3V ?

Posted: 28 Dec 2012 11:59 PM PST

Pour les fuses, il y a ça :

http://www.vonnieda.org/software/avrfuses


ou ça :

http://www11.ocn.ne.jp/~maracas/avrfuse.html

Pas plus simple à utiliser.....

Re: Arduino Due Install - doesn't show up in device manager (at all!)

Posted: 28 Dec 2012 11:54 PM PST

You should put the board in dfu mode first. Read the instructions carefully

Does the fact that I'm on the Uno R3 (which has an ATmega328) put me in a different situat...

Re: Kondensatoren als Spannungsglättung bei Stepsequencer

Posted: 28 Dec 2012 11:54 PM PST

Die Frage zum Auslesen per Schieberegister:

Quote
Wie kommst du auf 2 Pins? (Ich komme auf 3)

Mit 2 Pins kann ich jeden beliebigen Output bei einem Schieberegister erzeugen. 2 Pins reichen IMMER um ein SR zu belegen. 1 Pin für Clock, 1 Pin f...

help with led tail lights

Posted: 28 Dec 2012 11:54 PM PST

so i have been doing some research and thought this might help make sure im on the right track here, so in terms of leds, its basically goin to be a 10x9 led matrix(or so i think), this will be for a 67 el camino and the tail light bezel is broken into...

Re: error: expected constructor, destructor, or type conversion before 'int'

Posted: 28 Dec 2012 11:49 PM PST

It was complaining about the line
Quote
int R1,R2;//R1- value of rightfront sensor, R2- value of rightback sensor

but while waiting for your answers I went over the rest of the program to find all the typos I inevitably made, I found a few mis...

No hay comentarios:

Publicar un comentario