viernes, 21 de diciembre de 2012

Arduino by Davis: “Re: Design Pulse Oximeter using wireless bluetooth” plus 19 more

Arduino by Davis: “Re: Design Pulse Oximeter using wireless bluetooth” plus 19 more

Link to Arduino by Davis

Re: Design Pulse Oximeter using wireless bluetooth

Posted: 21 Dec 2012 01:35 AM PST

If you can tell us what you've done so far, we might be able to give better guidance.

Are you using an existing oximetry sensor? How is it connected to your Arduino? What sort of interface does it provide?

Which Bluetooth module/shield are you using? W...

Re: 8 vs 16 vs 32bit MCUs

Posted: 21 Dec 2012 01:35 AM PST

Quote
A good example was the 8088 CPU.  It had 16 bit registers.  8 bit data bus.  20 bit addressing bus.  They called it a 16-bit micro but any of these might have applied.
Not really.  A CPU is an 8-bit CPU if the width of the "arithmetic an...

Re: programmare il 644 ... ma come????

Posted: 21 Dec 2012 01:35 AM PST

Dunque, stamani mi sono rimesso a fare alcuni test.

PREMESSE:
1) ci sono in circolazione dei 1284P in formato DIP di una partita difettosa, che hanno un bug a livello hardware sulla linea RX della 1a seriale (e questo è assodato da conferme avute sul f...

Quick question about populating arrays

Posted: 21 Dec 2012 01:34 AM PST

This is probably a silly question but I can't seem to find the answer.......

Code:
typedef struct {
  byte  a;
  byte  b;
} button_t;

button_t values[10];

Is it possible to populate the values in one of the array elements like this:

values[].a =...

Re: Arduino WiFi Shield

Posted: 21 Dec 2012 01:33 AM PST

if its not much trouble I was hoping to see how are you parsing get request on arduino smiley

Control arduino from web browser or sms

Posted: 21 Dec 2012 01:04 AM PST

Hello.I make many projects for control arduino from web with ethernet card,from gsm with sms and cellphone and now with android smartphone or tablet work as gprs/3G shield.Look my new site www.power7.net for more inform...

Re: Flickering LCD

Posted: 21 Dec 2012 01:04 AM PST

Now that was fantastic  smiley-cool

Gives me a reference to see what is going on, problem has been that the LCD library does not give the information I needed, but using hex is a cool way to keep it from becoming bloatware!

Thanks again

Re: Atmega8A-AU & Atmega328P-AU Optiboot Bootloading Help !!!

Posted: 21 Dec 2012 12:59 AM PST

Optiloader itself runs on your existing arduino, which needs to have at least an ATmega168, since the sketch is 13k long (because it contains copies of three different optiboot_*.hex files, including the one for ATmega8.)

Re: PROGRAMME URGENT

Posted: 21 Dec 2012 12:59 AM PST

C'est vrai, mais c'est quand même en quantité limité et là le stock est proche de zéro.
A noter que ma proposition est à prendre au second degré   smiley-grin.

Ce qui me choque le plus dans cette histoire c'est que des professeurs laissent des jeunes s'embarqu...

Re: Timezone setting in profile doesn't stay saved.

Posted: 21 Dec 2012 12:59 AM PST

Quote
Is this a known problem?

Works for me...

• Click Profile (upper-left corner)

• Click Forum Profile Information

• Change Time zone

• Click Submit

Quote
But ...

Re: Touch And Remote Control Intelligent Switch

Posted: 21 Dec 2012 12:46 AM PST

Update ! Now we release the Arduino DEMO code and Android APP (with source code) to show you how to control the Intelligent switch by your phone!

Here is the video:

<iframe width="560" height="315" src="http://www.youtube.com/embed/KzKk7CvUbg0" frameb...

Re: Unsigned Long Überlauf

Posted: 21 Dec 2012 12:45 AM PST

48 Byte?
Da bleibt Dir nichts anderes übrig als ein Array zu verwenden.
Oder eine struct.

Die kann man sogar mit Elementen kleiner als 8 bit definieren.

Ein (sinnlos...

Re: Due relies on bossac ,whats that ?

Posted: 21 Dec 2012 12:45 AM PST

knuckles

because the Due is based on an ARM processor and avrisp is not compatible in any way..

on a different note, If arduino had used ATMEL Studio as its IDE, there would be maybe a couple of hundred people on this forum...

m

Re: MIDI over USB with Leonardo

Posted: 21 Dec 2012 12:45 AM PST

there is an example to programming a arduino leonardo with a Teensy library ?

Re: uSD auf Ethernetshield mit SD-Lib?

Posted: 21 Dec 2012 12:43 AM PST

Kontrolliere mal: das Ethernetshield ist ja nicht mit dem Pin 53 verbunden. Pin 53 ist rechts unten.
Grüße Uwe

Re: Programming an UNO clone using a FTDI cable

Posted: 21 Dec 2012 12:11 AM PST

Hi Again Coding Badly,

I've just checked, removed the chip, put into an official UNO board and successfully reprogrammed, so the bootloader is OK, the cable is OK, unless there are different drivers or code running the cable during the programming of t...

Re: Reading an email.

Posted: 21 Dec 2012 12:04 AM PST

Hi

If you'd be wanting to create a int searchSerialBuffer(char * searchTerm1, char * searchTerm2) which would search for the first occurrence of either term, and return a value for which it found, that's entirely possible.  The only caveat that ...

Re: Burn Bootloader on ATMEGA328P-PU 8MHz

Posted: 21 Dec 2012 12:03 AM PST

What's wrong?

I can see from the image you are not providing a clock signal and do not have a crystal or resonator connected to the target.

If you have a crystal or r...

Re: 2 way serial arduino to vb6

Posted: 21 Dec 2012 12:01 AM PST

I changed to
Code:
for(int i=0; i < fieldIndex; i++)

Now I see what you tried to tell.
But same problem still.

Paco

Re: ATMega328 (Non P) and 'Upload Using Programmer' error

Posted: 20 Dec 2012 11:59 PM PST

Using an Arduino Uno, you can program your Atmega328 with a bootloader or directly with any other hex file (you do not really need a bootloader for most applications) by following the steps of this tutorial: http://pdp11.byethost12.com/AVR/ArduinoAsPro...

No hay comentarios:

Publicar un comentario