Loading...
  Show Posts
Pages: 1 2 [3] 4 5 ... 203
31  International / Generale / Re: Nuovo IDE 1.0.4 on: May 13, 2013, 12:33:58 pm
Per quello c'è la nigthly build.  smiley-mr-green
32  International / Generale / Re: Nuovo IDE 1.0.4 on: May 13, 2013, 08:20:58 am
La 1.0.5 è sempre più vicina

Code: (revision.txt)
ARDUINO 1.0.5 - 2013.05.15

[core]

* [avr] malloc bug: backported avr-libc 1.8.0 implementation
* [avr] removed deprecated interrupt handlers causing compiler issues
  with newer avr-gcc.
* [avr] added c_str() method to String
* [avr] Stream "_timeout" field and related methods are now protected

[libraries]

* Upgrades to WiFi library
* Fixed a bunch of examples

[firmwares]

* Upgrades to WiFi firmwares

[ide]

* Backport from 1.5: install Library from .zip file or folder
* Added button "Copy error to clipboard" (Paul Stoffregen)
* Updated windows drivers
* Added Windows installer
33  International / Megatopic / Re: Ardutester - Arduino Component Tester on: May 12, 2013, 02:00:46 pm
Ciao Pighi,
scusami, ma sono impantanato col lavoro per almeno i prossimi 10 gg.
Tra le altre cose devo anche andare fuori Sardegna.

non correre troppo in avanti, lo so che sei un vulcano di idee, ma così non riesco a seguirti.  smiley-mr-green
34  International / Hardware / Re: DUE - No Auto Reset on: May 12, 2013, 05:09:09 am
Guarda nella discussione sull'Autoreset in Megatopic. Ho aggiunto in uno degli ultimi post un riferimento alla DUE.
Avendo, la DUE, due porte seriali si comporta in due modi diversi.
35  International / Generale / Re: Saldare su millefori on: May 12, 2013, 04:42:35 am
Io conosco BlackBoard:
http://blackboard.serverpool.org/
E' in Java e dovrebbe girare su tutti i sistemi.

Interessante.
36  International / Generale / Re: Saldare su millefori on: May 12, 2013, 03:43:21 am
Esiste un software per progettare su millefori?
37  International / Hardware / Re: Yikes! - 328P briccato on: May 11, 2013, 02:51:02 pm
--> http://mightyohm.com/blog/products/hv-rescue-shield-2-x/
38  International / Software / Re: Grafico real-time sensore on: May 11, 2013, 09:18:25 am
--> http://arduino.cc/en/Tutorial/Graph
--> http://material.media.mit.edu/?p=724
--> http://learning.codasign.com/index.php?title=Beginning_Processing_and_Arduino
39  International / Hardware / Re: Soluzione piu' "elegante" regolazione tensione on: May 11, 2013, 09:05:16 am
Doppia uscita --> http://www.ebay.it/itm/DC-DC-Step-Down-module-12V-switch-to-5V-3-3V-For-LCD-Car-Radio-LED-power-supply-/151000843552?pt=UK_BOI_Electrical_Test_Measurement_Equipment_ET&hash=item23285a0520&_uhb=1#ht_1972wt_1163

Quale shield Ethernet? la ufficiale?
40  International / Software / Re: [DOMANDA] testo scorrevole on: May 11, 2013, 09:01:23 am
Non è possibile usando le funzioni della libreria perché il comando è codificato nel controller del display e muove entrambe le righe.
Puoi fare però una cosa del genere
--> https://gist.github.com/RC1140/3299197
41  International / Software / Re: Ethernet shield + Dyndns, non sempre funzionante on: May 11, 2013, 07:51:26 am
Ogni quanto trasmetti a DynDns il tuo IP?
Non è che cambia e non aggiorni il loro database?

Ti conviene inoltre specificare tutti i parametri di rete
Invece di
Code:
Ethernet.begin(mac,ip);
usa
Code:
Ethernet.begin(mac,ip, Dns, gateway, subnet);
se il dns è uguale al gateway, sulle reti casalinghe è cosi nel 98% dei casi.
usa
Code:
Ethernet.begin(mac,ip, gateway, gateway, subnet);
42  International / Generale / Re: Saldare su millefori on: May 11, 2013, 06:50:26 am
--> http://mightyohm.com/files/soldercomic/translations/FullSolderComic_IT.pdf
43  International / Megatopic / Re: ABC - Arduino Basic Connections on: May 11, 2013, 04:11:18 am
Si, credo che la distanza tra le colonne sia necessaria per questioni geometriche altrimenti dovrebbe variare le scale.
44  International / Megatopic / Re: Nuova libreria advancedFunctions per Arduino DUE on: May 11, 2013, 03:40:03 am
Sembra la diatriba tra Bell e Meucci.  smiley-roll-blue
45  International / Software / Re: Pull up interna on: May 11, 2013, 03:35:23 am
A parte tutti i discorsi sopra riportati.

@Francesco
Puoi allegare uno schema del problema? Faccio fatica a capire il circuito da te realizzato.
Grazie.  smiley-wink
Pages: 1 2 [3] 4 5 ... 203