martes, 29 de enero de 2013

Arduino by Davis: “Re: TinyWebServer + font” plus 19 more

Arduino by Davis: “Re: TinyWebServer + font” plus 19 more

Link to Arduino by Davis

Re: TinyWebServer + font

Posted: 29 Jan 2013 01:42 AM PST

bonjour,
ceci peu peut être t'aider dans la déclarations des fonts
http://www.alsacreations.com/astuce/lire/630-fonte-personnalisee-site-web.html

Re: Sparrow/starling trap

Posted: 29 Jan 2013 01:41 AM PST

Somehow reminds me of Faulty Towers... Basil the Rat... LOL

Re: Accendere Stufa al quarzo con Arduino

Posted: 29 Jan 2013 01:40 AM PST

Il problema più grosso quindi (sicurezza generale a parte) mi pare sia scegliere un relè abbastanza robusto per gestire questo tipo di carico (1 kW ? )

Re: PROPOSAL: Arduino Workshops in Manila, Philippines

Posted: 29 Jan 2013 01:39 AM PST

@Kuya Marc please reply!! I'm getting excited, and we are leaving for Philippines soon!!

Re: UNO Pinout Diagram

Posted: 29 Jan 2013 01:39 AM PST

Bellissimo, hai il tuo primo karma smiley

Re: RGB LED Matrix spread over 400 square feet (43 square meters)

Posted: 29 Jan 2013 01:22 AM PST

It's about 1000 RGB LEDS or the equvivalent of 3000 individual LEDs (20 cm apart = 25 pr/m2).

But that is still a very large amount of LED's to control individually.

I would do as GoForSmoke suggests, create a modular design with a local controller for...

Re: TinyWebServer + font

Posted: 29 Jan 2013 01:19 AM PST

Dans le fichier TinyWebServer.cpp il faut rajouter le type ici et de ma compréhension cela devrait fonctionner

FLASH_STRING(mime_types,
  "HTM*text/html|"
  "TXT*text/plain|"
  "CSS*text/css|"
  "XML*text/xml|"
  "JS*text/javascript|"

  "GIF*image/gif|...

Re: Why i can't reply the topic : avrdude: stk500_getsync(): not in sync: resp=0x00

Posted: 29 Jan 2013 01:19 AM PST

Sir, the error people get is exactly "avrdude: stk500_getsync(): not in sync: resp=0x00" and they will google that exact thing to get results. And i see that you have sacrificed your thread named as that for being old, which has the highest chance to a...

Re: RGB LED Matrix spread over 400 square feet (43 square meters)

Posted: 29 Jan 2013 01:18 AM PST

If you have enough money, you can use digital pots to fade the leds.

Re: Ricevere SMS con GSM Shield (tutto qui)......ma perche non trovo niente

Posted: 29 Jan 2013 01:17 AM PST

Forse mi sbaglio, ma mi sembra che il comando per l'invio di un SMS sia errato: che io sappia non è consentito inserire degli spazi nell'invio del comando.

Prova a scrivere così: mySerial.println("AT+CMGS=\"+39XXXXXXXX\"");

Re: UNO Pinout Diagram

Posted: 29 Jan 2013 12:43 AM PST

Complimenti, davvero un lavoro bello e utile! L'ho aggiunto al Topic "Links utili" della sezione MegaTopic smiley

Re: Burning Code in a DIY Arduino

Posted: 29 Jan 2013 12:43 AM PST

So, is that means it is better not to connect any input/output device at the MOSI, MISO and SCK pins ?

You can safely use them for push buttons and similar inputs...

Re: DC motor control with absolute encoder

Posted: 29 Jan 2013 12:42 AM PST

Thank you so much, you are king smiley

Re: EEPROM memory-stomping bug?

Posted: 29 Jan 2013 12:40 AM PST

Here's the code that's failing for me.  I've reduced it to just the system which is failing and will be working soon on using different boards and computers to explore the limits of the bug.

Re: Can I secure my code from being copied on arduino boards?

Posted: 29 Jan 2013 12:40 AM PST

thanks to PaulS

the info about compiler and code being linked is key for me, and I hope I understand that correctly.... it means that only the same compiler install can open the code on the chip correct?

Re: Battery Question

Posted: 29 Jan 2013 12:28 AM PST

Any specifications (e.g. minimum runtime) or explanation of constraints (e.g. limited mass/volume/budget) would be appreciated.

Re: Salida de voltage de 5v de arduino Leonardo

Posted: 29 Jan 2013 12:28 AM PST

Necesitas una protoboard para poder montar los circuitos:

Re: Getting started with Xbee Pro 868

Posted: 29 Jan 2013 12:24 AM PST

Hi,
Thanks for your help. It's good to know that the 868 is supposed to work the same way than series 1. I was going too fast anyway.

I used to send Tx16 with my old xbees 802.15.4 but the new xbees 868 only work with Tx64. Now I am trying to make the ...

Re: débuter ethernet shield - contrôler une led

Posted: 29 Jan 2013 12:24 AM PST

Je ne connais pas les cartes Ethernet ni leur usage mais sur ce forum il est souvent fait mention d'incompatibilité avec des fonctions qui utilisent les mêmes timers.
Or dans ton code je vois que tu utilises une sortie PWM pour allumer ou éteindre une ...

Re: Where can I find gray LCD (like the one in a calculator)

Posted: 29 Jan 2013 12:19 AM PST

http://www.ebay.com/itm/8-DIGITS-7-SEGMENT-LCD-DISPLAYS-GLASS-2-PCS-/320778989149?pt=LH_DefaultDomain_0&hash=item4aafeaee5d

They are not really easy to interface. They have loads of (possibly multiplexed) lines.
You will need to expand the output port...

No hay comentarios:

Publicar un comentario