sábado, 23 de marzo de 2013

Arduino by Davis: “Re: Lo zipit Z1 e arduino” plus 19 more

Arduino by Davis: “Re: Lo zipit Z1 e arduino” plus 19 more

Link to Arduino by Davis

Re: Lo zipit Z1 e arduino

Posted: 23 Mar 2013 03:13 AM PDT

Ok, ho compreto uno shield con il W5100, ma se compilo questo sketch:
[code]/*
 * Web Server
 *
 * A simple web server that shows the value of the analog input pins.
 */

#include <Ethernet.h>

byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
byte ip...

Re: trust ebay new arduino for beginner?

Posted: 23 Mar 2013 03:12 AM PDT

if you buy from china then go directly for mega 2560.

you get them for 17$
http://www.ebay.de/itm/190814363717?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649

its just as ready as any other arduino/clone


Quote
Go to the Installation and Troubleshoo...

Re: Non resetting variable

Posted: 23 Mar 2013 03:12 AM PDT

I think you might want Static....

Re: reaction time measurement

Posted: 23 Mar 2013 03:12 AM PDT

what do you mean with
I wouldn't expect them to be able to do much better than 10ms.
[/quo...

Re: Non resetting variable

Posted: 23 Mar 2013 03:08 AM PDT

Show all your code, not just a snippet.

How to use this forum

Re: leggere stringa da serial monitor

Posted: 23 Mar 2013 02:36 AM PDT

@Mauro,

è interessante ciò che dici anche se per ora risulta un po complicato da capire, dopotutto con il C/C++ ci sto lavorando da natale, ma anche io ho visto che la miglior forma di semplificare è avere quanti meno caratteri possibili per comando, i...

Re: cannot display on serial monitor

Posted: 23 Mar 2013 02:34 AM PDT

hi, its actually two sketches that works differently. the sketch in this post can receive multiple SMS but cannot display. the other one can display but cannot read multiple

Re: Riferimento analogico

Posted: 23 Mar 2013 02:33 AM PDT

Avevo letto poco tempo fa questa cosa dell'ATmega che auto-legge la tensione di alimentazione, ovviamente sono giunto alla conclusione che è di una grande inutilità, non può uno strumento di misura misurare se stesso, chiaro che si porta appresso tutte...

Re: iComSat v1.1 HELP

Posted: 23 Mar 2013 02:32 AM PDT

LOL i tot i have uploaded -.- so sorry [code]#include "SIM900.h"
#include <SoftwareSerial.h>
//If not used, is better to exclude the HTTP library,
//for RAM saving.
//If your sketch reboots itself proprably you have finished,
//your memory available.
/...

Re: UnoJoy flight simulator controls?

Posted: 23 Mar 2013 02:31 AM PDT

Yop, you are right, sorry, my mistake, here's the corect code.

[code]#include "MegaJoy.h"

void setup(){
  setupPins();
  setupMegaJoy();
}

void loop(){
  // Always be getting fresh data
  megaJoyControllerData_t controllerData = getControllerData();
  ...

Re: Curcuit on high frequency PWM(10-0V) to (5-0V) , step-up and step- down

Posted: 23 Mar 2013 02:17 AM PDT

Thank You for advice.

According to your advice,use NPN transistor nad pull up resistor,
Do not use op-amp.  Use NPN transistor and pull-up resistor to 10v supply.
[/quot...

Re: duvidas sobre pinos

Posted: 23 Mar 2013 02:16 AM PDT

Obrigado a todos, smiley

era essa a minha duvida. smiley

cumprimentos

Re: Error Compiling Message

Posted: 23 Mar 2013 02:16 AM PDT

This code wont because. you being configured tx and rx pin for same port


Hello, I am trying to use an Ulrasonic range finder, SRF01, with SoftwareSerial, but I cannot seem ...

Re: Arduino SPI con ENC28J60 e Display Nokia 6100

Posted: 23 Mar 2013 02:10 AM PDT

Ciao Uwefed, grazie per la risposta! Hai ragione, nella fretta di scrivere il messaggio non ho indicato che stò sviluppando su Arduino Duemilanove (in realtà un Clone, ma sempre con un ATmega328 abbiamo a che fare smiley ). Ho a disposizione anche un Ardui...

Re: Riferimento analogico

Posted: 23 Mar 2013 02:09 AM PDT

Buongiorno a tutti,
mi unisco alla discussione in quanto ultimamente anch'io sto affrontando l'argomento riguardante la precisione del riferimento interno dell'atmega328.

Parlando della lettura analogica, sappiamo tutti che Arduino UNO riesce a discrim...

Re: UnoJoy flight simulator controls?

Posted: 23 Mar 2013 02:05 AM PDT

Can I suggest that you edit your post and put the code in code tags ?
Highlight it and click the # button above the smileys.

It prevents the code being mangled, unless you really do have a smiley in it !

Re: RTC is hanging

Posted: 23 Mar 2013 02:05 AM PDT


i wanna know . why it get hangs. It normal or abnormal behavior while working with wire library.




This is a (big) issue for some.
The Wire library has no timeout on some funct...

Re: leggere stringa da serial monitor

Posted: 23 Mar 2013 02:01 AM PDT

Scusate, Mauro, hai ragione, ho fatto un errore, ho dimenticato quel particolare, in realtà il mio codice originale ricevendo il primo byte della seriale tramite un ciclo if..else if  mi selezionava i comandi "base" poi vi era una chiamata ad un'altra ...

Re: weird error in code pls help

Posted: 23 Mar 2013 02:00 AM PDT

You need to define how the robot should behave and how it will avoid obstacles before writing any code.

How often will it check for obstacles and can you do this without blocking other actions (no use of delay()) ?
Will it run at a fixed speed or accel...

Re: Display Countdown 30 secondi

Posted: 23 Mar 2013 01:59 AM PDT

Chiedo conferma.  smiley-sad

No hay comentarios:

Publicar un comentario