Diventa fornitore Blog Nuovi oggetti
Registrati

Prezzo totale

0,00 €

Carrello della spesa 0 Carrello della spesa 0 Loading...

Sensore di accelerazione FrSky TAS-01 telemetria triassiale

Generating Links

Sensore di accelerazione FrSky TAS-01 telemetria triassiale

Prezzo:

Now save risparmia 0,00 € 0,00 €

7,24 €
Già acquistato Discontinued Product

Please continue searching for a similar product.
SKU:
TAS-01
Spedizione gratuita? Clicca qui per saperne di più!

FrSky TAS-01 telemetria triassiale sensore di accelerazione (per l'utilizzo con FrSky Telemetria sensore Hub)

Gamma di misura: ± 8g (9.8m / s2)
Precisione: 0.016g
Installazione: utilizzare nastro biadesivo per installare il sensore di accelerazione triassiale su qualsiasi superficie adeguata della cellula. X / Asse Y / Z è stato etichettato sul sensore.

Carica video

Registrati per caricare video, per favore accedi o registrati

Temi
Ordina per
Argomenti più recenti
* Nickname:

* La tua risposta:


Si prega di inserire il testo mostrato nell'immagine nel campo sottostante
*Codice di verifica:
Annulla
Invia
Pubblica un nuovo argomento
* Nickname:

* Il tuo argomento:



Si prega di inserire il testo mostrato nell'immagine nel campo sottostante
*Codice di verifica:
Pubblica argomento

Registrati per scrivere recensioni, per favore accedi o registrati

albino | Acquirente verificato

  • Overall
  • Quality
  • Value

Certified Buyer Rated

Jun 17, 2012

many G indication. the instant review is unusefull.

Cesco | Acquirente verificato

  • Overall
  • Quality
  • Value

Customer Rated

Apr 15, 2012

Works well. I use it with the kk-controller board.
I use peter fleury's I2C lib for Avr-Gcc.


int16_t accX;
int16_t accY;
int16_t accZ;

int8_t adl,adh;

i2c_start(0x70 I2C_WRITE);
i2c_write(0x02);
i2c_rep_start(0x70 I2C_READ);
adl = i2c_readAck();
adh = i2c_readAck();
accX = (adh << 2) (adl >> 6);
adl = i2c_readAck();
adh = i2c_readAck();
accY = (adh << 2) (adl >> 6);
adl = i2c_readAck();
adh = i2c_readNak();
accZ = (adh << 2) (adl >> 6);
i2c_stop();


birky | Acquirente verificato

  • Overall
  • Quality
  • Value

Certified Buyer Rated

Mar 12, 2012

I am not sure about direction of installation. If i am sure it is face to forward with wires to bottom.

Andraz | Acquirente verificato

  • Overall
  • Quality
  • Value

Customer Rated

Jan 27, 2012

Some of you might find this very usefull, the sensor chip is Bosch BMA150, has an onboard voltage regulator and as said it uses I2C interface. Red = 5V, Black = GND, Brown = SDA, Yelow = SCL

Andraz | Acquirente verificato

  • Overall
  • Quality
  • Value

Certified Buyer Rated

Jan 15, 2012

4 stars because the readings are a small bit of. I dont know if this is a hardware or a software problem but it is still prfectly usable. Device it self uses I2C protocol, so it should be usable in other aplications too. Documentation should be availible on the internet. Also the sticker shows wrong axses. Other than that it is all ok and the price is right.

YOUNAH FAFA | Acquirente verificato

  • Overall
  • Quality
  • Value

Certified Buyer Rated

Dec 29, 2011

Airplan is very well this unit

Caricare un file

Registrati per caricare i file.
Per favore accedi o registrati per iniziare subito ad aiutare gli hobbisti!