sábado, 15 de diciembre de 2012

Arduino by Davis: “Re: Display images (jpg/png) on a 3.2" display from SD card” plus 19 more

Arduino by Davis: “Re: Display images (jpg/png) on a 3.2" display from SD card” plus 19 more

Link to Arduino by Davis

Re: Display images (jpg/png) on a 3.2" display from SD card

Posted: 15 Dec 2012 01:45 AM PST

Not quite correct there smiley

loadBitmap() will only load raw, pre-processed files, but a conversion tool for Windows is included with UTFT, and there is also an online vers...

Re: Cnc Laser progetto in costruzione

Posted: 15 Dec 2012 01:32 AM PST

Ecco alcune prove effettuate ieri, i disegni non li ho fatti tutti io perchè ancora non so usare bene inkscape però sto imparando smiley-wink
Per fare il fiocco con le palline (1400 linee di comandi riga più riga meno) ci mette sui 3-4 minuti, che ve ne pare ?

Re: struttura dati in arduino

Posted: 15 Dec 2012 01:28 AM PST

ma se volessi creare una struttura + complessa tipo
giocatore[1].nome=....
giocatore[1].squadra=....
etc..etc...insomma come le strutture dati del C, PASCAL etc?

...

Re: any fans of the Bascom AVR ?

Posted: 15 Dec 2012 01:24 AM PST

We (the company I work for) have need to use microcontrollers for occasional in-house projects and I have been involved in programming for a couple of commercial (closed) products. We don't advertise the fact we use a particular make of microcontroller...

Re: Wireless transmitters?

Posted: 15 Dec 2012 01:23 AM PST

Hi,

What range does this information need to be transmitted over?  Is there the possibility of utilising an existing Wifi network or do you need to provide the comms?

Geoff

Re: Differences between ARM3 and Microcontrollers

Posted: 15 Dec 2012 01:19 AM PST

Quote
although I've never looked specifically  for an IC that doesn't need the clock signal, i've never seen one.
TLC 5945 or TLC 5947 ( I think )

Re: any fans of the Bascom AVR ?

Posted: 15 Dec 2012 01:18 AM PST

Quote
...Maybe you, as a forum moderator, as a person working for a company, signed such an agreement but the majority of people, that have dealt somehow with AVRs, did not sign any agreement so they are free to disclose whatever they want.... ...Can ...

Re: A backpack charger project

Posted: 15 Dec 2012 01:18 AM PST

This is a lot to ask, but I was wondering if someone may be able to point me in the direction I would need to go with this? Any help is appreciated!
Hi

Lots of idea...

Re: Finite State Machine Using Switch Statement.

Posted: 15 Dec 2012 12:46 AM PST

during my search i had found some interesting site related to this matter
http://www.ni.com/white-paper/3024/en
http://www.mcgurrin.com/robots/?p=54

Re: any fans of the Bascom AVR ?

Posted: 15 Dec 2012 12:44 AM PST

Quote
Honesty, I have searched with "Google -> Images" professional PCBs that might contain AVR chips. I have found none. Other people could be more lucky than me, but I do not believe so. I have been searching for more than one year and found nothing...

Re: Arduino to Arduino bluetooth communication

Posted: 15 Dec 2012 12:38 AM PST

Hi,

In my experience (granted, using Bluetooth Bees rather than any of the modules you've quoted) a range of 10m is fine, in line of sight.  When there are obstacles in the path this soon degrades, and they're prone to interference as you've mentioned....

is it possible to use AtmelStudio 6 for compile/loading Due ?

Posted: 15 Dec 2012 12:38 AM PST

& How to use it ?

 

Re: any fans of the Bascom AVR ?

Posted: 15 Dec 2012 12:38 AM PST

Regarding Bascom, there can be a disadvantage. You can not perform "complicated" math on a single line.
You can not have something like:
a=b*(c+d)
Such an operation have to be decomposed in two lines (parts):
a=c+d
a=a*b
which looks somehow ugly and u...

Re: Updating firmware of a PoE/USB based device

Posted: 15 Dec 2012 12:16 AM PST

Hi,

Sounds like you've set yourself quite an ambitious challenge.  If the device is hard-wired to expect the firmware update on the USB port, it's not going to be able to natively expect one down the ethernet from a USB device shared on a PC.  So whate...

Re: Arduino stepper motor driver l6470

Posted: 15 Dec 2012 12:15 AM PST

Hi All ..
I 'm trying to test the code but i have a question about the pins numbers....
in your code you have not specified the wires for the SPI ...
maybe i have missed something but you do not call nowhere in the code
the MOSI , MISO and SerialClock ...

Re: MOSFET Frying

Posted: 15 Dec 2012 12:12 AM PST

2. Doesn't the gate need the 10K to help pull it back to GND when the Arduino output shuts off?

It is needed to hold the gate at ground level when the circuit is...

1 TRX to 2 RX on HC-SR04

Posted: 15 Dec 2012 12:12 AM PST

Hi guys

Recently I bought couple HC-SR04 Ultrasonic sensor from ebay. So Yesterday I tested each one of them and they worked fine. Now I would like to test transmitting on one HC-SR04 sensor and receive the ping on another 2 HC-SR04 sensors. However I ...

BlueSMiRFHID Bluetooth Modem and ANDROID

Posted: 15 Dec 2012 12:11 AM PST

 
  Hey

      i bought this Bluetooth modem BlueSMiRFHID from sparkfun
      I just want to turn an led on and off in arduino from my android phone
      But the problem i m having is whenever i start this application called
      Sena Bterm Bluet...

Power leaking over analog in?

Posted: 14 Dec 2012 11:45 PM PST

I'm having a puzzling problem. I have an Uno board with an LCD shield. There are 3 sensors connected to analog input pins. It is reading all three sensors just fine. By accident, I powered off the arduino before the sensors, and I noticed that the LCD ...

Re: GND on Arduino Uno R3

Posted: 14 Dec 2012 11:39 PM PST

Thanks for your reply. But we have a slightly different Uno board.
 
My reset button is beside the USB port.

So are those 3 pins GND?

You have the Rev3 Uno ...

No hay comentarios:

Publicar un comentario