-
PDF
PCF8591_ADC.pdf
PCF8591P 933768130112 PCF8591P,112 1 tube PCF8591T/2 935276541512 PCF8591T/2,512 1 tube, dry pack 935276541518 PCF8591T/2,518 1 tape and reel, dry pack, 13 inch 5. Marking Table 3. Marking codes Type number Marking code PCF8591P PCF8591P PCF8591T PCF8591T PCF8591 All information provided in this document is subject© NXP B.V. 2013. All rights reserved. Product data sheet Rev. 7 — 27 June 2013 2 of 31 NXP Semiconductors PCF8591
in „PCF8591 - I2C Protokoll“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCF8591_6.pdf
INTEGRATED CIRCUITS DATA SHEET PCF8591 8-bit A/D and D/A converter Product specification 2003 Jan 27 Supersedes data of 2001 Dec 13 Philips Semiconductors Product specification 8-bit A/D and D/A converter PCF8591 CONTENTS 1 FEATURES 2 APPLICATIONS
in „Welchen DAC empfehlt Ihr ? sollte bei Reichelt kaufbar sein“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BT_I2C_Analog_1_Software.pdf
Bibliotheken geladen. In „main.h“ gebe ich die Quarzfrequenz und die Adresse der Anzeige D2 an. #define PCF8591w 0x90 // Adressen PCF 8591 #define PCF8591r 0x91 Angabe der Bus Adressen für den PCF 8591 int8_t i; float results[5],adc1 ,adc2 ,adc3 ,adc4; Angabe der notwendigen Variablen void startanzeige() //
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BT_I2C_Analog_1_Software.pdf
Bibliotheken geladen. In „main.h“ gebe ich die Quarzfrequenz und die Adresse der Anzeige D2 an. #define PCF8591w 0x90 // Adressen PCF 8591 #define PCF8591r 0x91 Angabe der Bus Adressen für den PCF 8591 int8_t i; float results[5],adc1 ,adc2 ,adc3 ,adc4; Angabe der notwendigen Variablen void startanzeige() //
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCF8591.pdf
supply voltage 1998 Jul 02 5 Philips Semiconductors Product specification 8-bit A/D and D/A converter PCF8591 7 FUNCTIONAL DESCRIPTION 7.2 Control byte 7.1 Addressing The second byte sent to a PCF8591 device will be stored in its control register and is required to control the device EachPCF8591deviceinanI
in „Datentransfer an PCF8591“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCF8591.pdf
supply voltage 1998 Jul 02 5 Philips Semiconductors Product specification 8-bit A/D and D/A converter PCF8591 7 FUNCTIONAL DESCRIPTION 7.2 Control byte 7.1 Addressing The second byte sent to a PCF8591 device will be stored in its control register and is required to control the device EachPCF8591deviceinanI
in „I2C Analog Mux/Demux im DIP gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pcf8591_AD_DA_on_any_Pi_device.c
/* pcf8591_AD_DA_on_any_Pi_device.c Programming the ADC/DAC chip PCF8591 (and modules/hats that use such a chip) for reading data from its analog input channels as well sending data to its analog output channel
in „ADC- und DAC-Experimente mit PCF8591 auf Banana Pi SBCs (WiringPi, i2c-tools)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BT_I2C_Analog_1_Hardware.pdf
Analog 1 2 I C Bus und analoge Eingabe = Teil 1 – Hardware = Ein „Klassiker“ beim I C Bus ist der PCF8591. Mit diesem IC lassen sich bis zu 4 analoge Spannungen messen und eine analoge Spannung ausgeben. Platine mit dem PCF 8591 und 4 x Trimmer (Einstellregler) Die Platine ist wieder passend zum Modul
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
I2C-Bus_Adressliste__Elektronik-Magazin.pdf
TDA8440 TDA8440 TDA8440 TDA8540 TDA8540 TDA8540 TDA8540 TDA8540 TDA8540 TDA8540 TDA8540 28.04.2010 PCF8591 PCF8591 PCF8591 PCF8591 PCF8591 PCF8591 PCF8591 PCF8591 Gotcha98 1010 PCF8570 PCF8570 PCF8570 PCF8570 PCF8570 PCF8570 PCF8570 PCF8570 User (0) PCF8571 PCF8571 PCF8571 PCF8571 PCF8571 PCF8571 PCF8571
in „PCF8574/PCF8574A Adressierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
84123_usb_i2c_km-2.pdf
für die Anbindung des Mit dem in Abbildung 10 gezeigten Testaufbau wollen wir A/D-D/A-Konverters PCF8591 an das USB-I2C-Interface diesen Ablauf anhand der Ansteuerung des 8-Bit-A/D-D/A- KonvertersPCF8591demonstrieren.DiezugehörigeBeispiel- Beispiel:A/D-WandlermitPCF8591 schaltung ist in Abbildung 11
in „Hygrosens I2C Tmp Modul antwortet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BT_I2C_Analog_2_Software_in.pdf
Graphikmoduls müssen diese Dateien/Bibliotheken zuzüglich den bereits vorhandenen geladen werden. #define PCF8591w 0x90 // Adressen PCF 8591 #define PCF8591r 0x91 Angabe der Bus Adressen für den PCF 8591 void startanzeige() { ks0108ClearScreen(); // Display löschen ks0108DrawRoundRect(1, 2, 125, 61, 8, BLACK)
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Achims_I2C.c
include "arial_bold_14.h" #include "corsiva_12.h" #include "arial8.h" #include "small_font.h" #define PCF8591w 0x90 // Adresse analog Modul incl. RW=0 (8 Bit) #define PCF8591r 0x91 // Adresse analog Modul incl. RW=1 (8 Bit) uint8_t adc_werte[4]; uint16_t kalibrierung[4] = {400, 400, 400, 400}; // hier Kalibrierwerte
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BT_I2C_Analog_2_Hardware.pdf
2 2 I C Bus und analoge Eingabe = Teil 1 – Hardware = Im zweiten Teil (Analog 2 – Hardware) zum PCF 8591 verwende ich eine Platine mit Schraubklemmen. Zusätzlich befinden sich eine Referenz- spannungsquelle und ein Ope- rationsverstärker auf der Platine. Platine mit dem PCF 8591 und zusätzlichen OPV,
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
: 22.04.2013 10:59:55 * Author: Michael */ #include "i2cmaster.h" #include "usart_lib.h" #define PCF8591 0x90 static FILE mystdio = FDEV_SETUP_STREAM(uart_putchar, uart_getchar,_FDEV_SETUP_RW); int main(void) { stdout = stdin = &mystdio; uart_init(); printf("UART initialized\n"); DDRD = 0x80; while (
in „Atmel Atmega644p (Crumb644 v1.1) mit PCF8591 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PotiMitLED.cpp
= new ADCDevice(); printf("Program is starting ... \n"); if(adc->detectI2C(0x48)){ // Detect the pcf8591. delete adc; // Free previously pointed memory adc = new PCF8591(); // If detected, create an instance of PCF8591. } else if(adc->detectI2C(0x4b)){// Detect the ads7830 delete adc; // Free previously
in „Raspberry Pi 4 Programme über SSH ausführen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ATB_Ana_Prg_10.c
" #include "i2clcd.h" #include "i2cmaster.h" #include <stdlib.h> #include <util/delay.h> #define PCF8591w 0x90 #define PCF8591r 0x91 volatile int16_t led1=0; volatile int8_t lauf=0; volatile int8_t lauf1=0; volatile int8_t zeile=2; volatile int8_t menue=0; volatile int8_t wahl=0; volatile int8_t wahlm
in „0-20mA messen mit dem I2C Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ATB_Ana_Prg_7.c
include "arial_bold_14.h" #include "corsiva_12.h" #include "arial8.h" #include "small_font.h" #define PCF8591w 0x90 // Adresse analog Modul #define PCF8591r 0x91 int8_t i; float results[5],adc1 ,adc2 ,adc3 ,adc4; void startanzeige() { ks0108ClearScreen(); // Display löschen // Ausgabe Rand ks0108DrawRoundRect
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IIC.C
Wert); } /* #################################################################################### PCF8591 3 x 8 Bit ADC, 1 x 8 Bit DAC Adresse: 1 0 0 1 A2 A1 A0 R/W R/W wird automatisch gesetzt! #################################################################################### */ unsigned char IIC_PCF8591
-
Datei
IIC.C
Wert); } /* #################################################################################### PCF8591 3 x 8 Bit ADC, 1 x 8 Bit DAC Adresse: 1 0 0 1 A2 A1 A0 R/W R/W wird automatisch gesetzt! #################################################################################### */ unsigned char IIC_PCF8591
in „IIc Programmierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iic.c
Wert); } /* #################################################################################### PCF8591 3 x 8 Bit ADC, 1 x 8 Bit DAC Adresse: 1 0 0 1 A2 A1 A0 R/W R/W wird automatisch gesetzt! #################################################################################### */ unsigned char IIC_PCF8591
in „iic Programmirung2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iic.c
Wert); } /* #################################################################################### PCF8591 3 x 8 Bit ADC, 1 x 8 Bit DAC Adresse: 1 0 0 1 A2 A1 A0 R/W R/W wird automatisch gesetzt! #################################################################################### */ unsigned char IIC_PCF8591
in „I2c Programmierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IIC.C
Wert); } /* #################################################################################### PCF8591 3 x 8 Bit ADC, 1 x 8 Bit DAC Adresse: 1 0 0 1 A2 A1 A0 R/W R/W wird automatisch gesetzt! #################################################################################### */ unsigned char IIC_PCF8591
in „I2c Programmierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ATB_Ana_Prg_8.c
#include "i2clcd.h" #include "i2cmaster.h" #include <stdlib.h> #include <util/delay.h> //#define PCF8591w 0x90 //#define PCF8591r 0x91 volatile int16_t led1=0; volatile int8_t lauf=0; volatile int16_t anz=123; volatile int16_t anz1; char Buffer[20]; ///////////////////////////////////////////////////
in „PCF 8591 - Hard- und Software“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
84123_usb_i2c_handbuch_v1_7.pdf
+1,0; +0,5; 0,0; -0,5; -1,0...): 01 80 01 00 00 80 00 00 80 80 81 00 4.5.4. A/D-Wandler mit dem PCF8591 In der folgenden Abbildung ist ein Testaufbau mit dem 8-Bit-A/D-D/A-Konverter PCF8591 dargestellt. Die zugehörige Beispielschaltung darunter abgebildet. Der PCF8591 kann, am USB-I²C-Interface angeschlos
in „Hygrosens I2C Tmp Modul antwortet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gaki_i2c.c
- // Modul: - Dieses Modul beinhaltet sämtliche Funktionen die über die // I2C-Schnittstelle vom PCF8591 empfangen/gesendet werden // - Modus: I2C-Master // - Empfangene Zeichen werden zu einer Meldung gesammelt // - Meldungen vom PCF8591 werden hier verarbeitet // - Meldungen können an den PCF8591 verschickt
in „PCF8591 ADC-Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
A_D_W_PCF8591.txt
Verwendeten I²C-Bus Teilnehmer ;Porterweiterungen I2C_ADW_W EQU #90h ;Adresse schreiben zum ADW PCF8591 I2C_ADW_R EQU #91h ;Adresse lesen vom ADW PCF8591 ADW_Buffer XDATA 0h ;Ab Adresse 0 Daten im Externen Datenspeicher ablegen LCALL I2C_ADW_Lesen ;Einmal dummy einlesen LCALL I2C_ADW_Lesen ;Sensor Werte
in „PCF8591 ADC-Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_achim_01.c
" #include "i2clcd.h" #include "i2cmaster.h" #include <stdlib.h> #include <util/delay.h> #define PCF8591w 0x90 #define PCF8591r 0x91 volatile int16_t led1=0; volatile int8_t lauf=0; volatile int8_t anz=123; char Buffer[20]; /////////////////////////////////////////////////////// volatile int8_t wait;
in „Anzeige LCD-I2C / Multitasking und Tasterentprellung von Peter“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ATB_Menue_1.c
" #include "i2clcd.h" #include "i2cmaster.h" #include <stdlib.h> #include <util/delay.h> #define PCF8591w 0x90 #define PCF8591r 0x91 volatile int16_t led1=0; volatile int8_t lauf=0; volatile int8_t zeile=2; volatile int8_t menue=0; volatile int8_t wahl=0; char Buffer[20]; ////////////////////////////
in „Einfaches Menue mit I2C Bus in C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ATB_Menue_2.c
" #include "i2clcd.h" #include "i2cmaster.h" #include <stdlib.h> #include <util/delay.h> #define PCF8591w 0x90 #define PCF8591r 0x91 volatile int16_t led1=0; volatile int8_t lauf=0; volatile int8_t zeile=2; volatile int8_t menue=0; volatile int8_t wahl=0; char Buffer[20]; ////////////////////////////
in „Einfaches Menue mit I2C Bus in C“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegungs-Tabelle des PCF8591 Datenblatts
NXP Semiconductors PCF8591 8-bit A/D and D/A converter 7.2 Pin description Table 4. Pin description Symbol Pin Description AIN0 1 analog inputs (A/D converter) AIN1 2 AIN2 3 AIN3 4 A0 5 hardware slave address A1 6 A2 7 ground
in „I2C-Bus: SDA und SCL an ATMEGA328p“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
RFM12_Packet_asm.pdf
***************************************************** *** DacInc: ldi TmpL,DACAdr ; (1) Adr. des PCF8591, Richtung=Write rcall ReStart ; (1) Startbed. + Slave-Adr. senden ldi TmpL,$40 ; (1) Control-word des PCF8591 rcall WriteByte ; (1) senden mov TmpL,DAC ; (1) ein Byte zum DAC inc DAC ; (1) Treppenspannung
in „RFM12 - Empfangsstärke“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ncurses_output.txt
PCF8591 YL-40 AD/DA Module - Press + or - to change AOUT, any other key to quit. AIN0 (photocell: brightness) 122 ****************************** AIN1 (thermistor: temperature) 254 ************************
in „ADC- und DAC-Experimente mit PCF8591 auf Banana Pi SBCs (WiringPi, i2c-tools)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
3_Sinus-Generator.c
:51:30 * Author: Mike */ #include <avr/io.h> #include <stdio.h> #include "usart_lib.h" #include "pcf8591.h" #define CONTRBYTE 0x40 /** Control Byte is sent as the second byte after start , 0100 0000 (0x40) */ /** then the data will be sent*/ #define STEPS1 17 #define STEPS2 34 static FILE mystdio = FDEV_SETUP_STREAM
in „Atmel Atmega644p (Crumb644 v1.1) mit PCF8591 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Spec_Inkontinenzsensor_ATtiny461A.pdf
PCF8574A 1000 0x40 64 0x80 128 .. + xxx + R/W 0x48 72 0x90 144 1001 .. + xxx + R/W ATtiny26 analog 0-3, PCF8591, PCF8591, LM75, 0x50 80 0xA0 160 1010 .. + xxx + R/W LM75, DS1631 DS1631 ATtiny261 analog 0-7 ATtiny261 binär 0-7, 0x58 88 0xB0 176 1011 .. + xxx + R/W AM2320 ATtiny26 binär 0-7 E/S0-Block Typ A 0x60
-
PDF
teileliste.pdf
4,00 € nur Prozessorboard, KEIN Program 6 29 1 Netzteil 24V ~, 8VA 1,00 € nur als Zugabe 4 30 31 1 PCF8591P 2,00 € 32 1 Ploytec GM5 USB<>MIDI Interface 5,00 € Details auf Anfrage 3 33 1 Ponyprog LPT AVR Programmer sel 1,00 € Details auf Anfrage 6 Seite 1 Tabelle1 35 1 SanDisk microSD zu SD Adapter O 0,50
in „[V] Aufräumaktion“ · Markt ·
-
Datei
cam.c
= 56 (56 << 1 = 112, R/W Bit wird automatisch gesetzt) // 0 1 1 1 A2 A1 A0 R/W // Grundaddresse PCF8591 = 72 ( 72 << 1 = 144, R/W Bit wird automatisch gesetzt) // 1 0 0 1 A2 A1 A0 R/W #define cam1AD ( 72 + 1 ) #define cam1Port ( 56 + 1 ) #define time 10 // pin P0, P1 unbenutzt /* #define READ 4 #define
in „Gameboy Kamera Modul“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
teileliste.txt
nur als Zugabe | 4 | | 30 | 1 | Paar Ultraschallsensoren Wasserdicht | 2,00 € | | 7 | | 31 | 1 | PCF8591P | 2,00 € | | | | 32 | 1 | Ploytec GM5 USB<>MIDI Interface im Gehäuse | 5,00 € | Details auf Anfrage | 3 | | 33 | 1 | Ponyprog LPT AVR Programmer selbstbau | 1,00 € | Details auf Anfrage | 6 | | 34
in „[V] Aufräumaktion“ · Markt ·
-
Datei
I2COpenCm3.c
ETRACE1("ReadFile() failed with %d",rc); // rc = ERROR_I2C_READ_FAILED; // } break; } case I2C_MUL://pcf8591 {/* |HWADDR|DATALEN|*/ // rc = i2c_send_start_and_device_address(f_pCmd); // /* Cleaning ADDR condition sequence. */ // /*reg32 = */I2C_SR2(I2C2); // if (rc != 0) // { // break; // } // // TODO send
in „STM32 i2c error recovery Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronik_Sortimente.pdf
(PCF8574) 10x Remote 8-bit I/O expander for I2C-bus (PCF8574A) 10x 8-bit A/D and D/A converter (PCF8591) 10x 12-Bit, 8-Channel, ADC System Monitor With Temperature Sensor and I2C Interface (ADC128D818) 10x 8-bit I2C-bus and SMBus I/O port with interrupt (PCA9554) 5-10x 5-channel I2C hub (PCA9516) 5x
in „Einkaufsliste für die Einrichtung eines Elektronik-Labors“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
I2CselectionGUIDE.pdf
processor 1 1 A0 TEA6360 5-band equalizer 1 1 A0 TDA8433 TV deflection processor Group 9 (1001) A2 A1 A0 PCF8591 4-channel, 8-bit Mux ADC and one DAC A2 A1 A0 TDA8440 Video/audio switch A2 A1 A0 TDA8540 4 × 4 video switch matrix 1 A1 A0 TDA8752 Triple fast ADC for LCD 1 1 A0 SAA7110A Digital multistandard decoder
in „Übersicht I2C-Adressen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EtherBoardSch.pdf
J10 RXD1 IC4B D2 HC04 SW1 5817 RESET 4 3 RESET VCC SV4 C10 RN2D RS232-2 22p RTC1 PCF8583 7 8 IC5 PCF8591 2 1 HC04 GND 1 8 16 1 IN0 B 4 3 10 11 2 OSCI VCC 7 4K7 14 VCC IN0 2 IN1 B 6 5 3 OSCO INT 6 I2CCLK 10 VREF IN1 3 IN2 8 7 32KHZ 4 A0 SCL 5 I2CDAT 9 SCL IN2 4 IN3 IC4F GND SDA SDA IN3 10 9 HC04 5 A0
in „Elektronik über ein Ethernet Netzwerk steuern?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
armbian_modules.txt
adt7310 atxp1 w83773g adm1031 gl520sm adm1026 ad7314 adm1021 tmp421 max1111 f71882fg ina209 sht21 jc42 pcf8591 vt1211 sht15 hwmon-vid ds620 ntc_thermistor adt7462 lm92 ads1015 lm77 ltc2945 lm70 max6639 max31722 w83793 lm75 tc74 pc87427 ina3221 w83795 lm90 lm95241 nct7904 hih6130 lineage-pem sch5627 lm95245
in „Samba auf Banana Pi Pro installieren“ · PC Hard- und Software ·
-
Datei
modules_install_file_list_LK5.2-RC2.txt
ntc_thermistor.ko INSTALL drivers/hwmon/pc87360.ko INSTALL drivers/hwmon/pc87427.ko INSTALL drivers/hwmon/pcf8591.ko INSTALL drivers/hwmon/powr1220.ko INSTALL drivers/hwmon/pwm-fan.ko INSTALL drivers/hwmon/sch5627.ko INSTALL drivers/hwmon/sch5636.ko INSTALL drivers/hwmon/sch56xx-common.ko INSTALL drivers/hwmon
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
Datei
linux-2.6.27.grasshopper.1.patch
CONFIG_SENSORS_EEPROM is not set +# CONFIG_SENSORS_PCF8574 is not set +# CONFIG_PCF8575 is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_TPS65010 is not set +# CONFIG_SENSORS_MAX6875 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS
in „AVR32 grasshopper patch für ATMEL buildroot 2.2.1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
buildroot-2011.02-Mini2440-linux-2.6.39.patch
set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_SENSORS_SHT15 is not set +# CONFIG_SENSORS_S3C is not set +# CONFIG_SENSORS_SMM665 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103
in „mini2440 Odyssee“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
buildroot-2011.02-Mini2440-linux-2.6.39.patch
set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_PC87427 is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_SENSORS_SHT15 is not set +# CONFIG_SENSORS_S3C is not set +# CONFIG_SENSORS_SMM665 is not set +# CONFIG_SENSORS_DME1737 is not set +# CONFIG_SENSORS_EMC1403 is not set +# CONFIG_SENSORS_EMC2103
in „mini2440 Odyssee“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AN10216.pdf
Compatible with faster processors Slide 151 In addition, the PCA9564 has been made very similar to 2 The PCF8591 is capable of converting four different the Philips standard 80C51 microcontroller I C analog voltages to the digital values for processing in hardware so existing code can be utilized with a few
in „AVR TWI: Hängt nach dem Flaschen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config-mod-LK511-mt7623n-BPiR2.txt
CONFIG_SENSORS_NCT7904=m CONFIG_SENSORS_NPCM7XX=m # CONFIG_SENSORS_OCC_P8_I2C is not set CONFIG_SENSORS_PCF8591=m # CONFIG_PMBUS is not set CONFIG_SENSORS_PWM_FAN=m CONFIG_SENSORS_SHT15=m CONFIG_SENSORS_SHT21=m CONFIG_SENSORS_SHT3x=m CONFIG_SENSORS_SHTC1=m CONFIG_SENSORS_SIS5595=m CONFIG_SENSORS_DME1737=m CONFIG_SENSORS_EMC1403
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
PDF
ps42p3sx_ch._d58a.pdf
7.0X6.0X4.5MM 4 R112 2007-000074 R-CHIP;100ohm,5%,1/16W,DA,TP,1608 4 IC101 1002-001048 IC-A/D&D/ACONVERTER;PCF8591T,8BIT,SOP,1 4 R113 2007-000074 R-CHIP;100ohm,5%,1/16W,DA,TP,1608 4 IC102 1001-001177 IC-VIDEOSWITCH;TEA6425D,VIDEOSWITCH,S 4 R114 2007-000070 R-CHIP;0ohm,5%,1/16W,DA,TP,1608 4 IC103 1001-001177 IC-VIDEOSWITCH
in „Netzteil prüfen wie stelle ich das richtig an?“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
-16 PCF8574A 8 Bit Port/Expander to I2C Bus, DIP/SOIC-16 PCF8584 I2C Bus Controller, DIP/SOIC-20 PCF8591 4ch ADC, 1 DAC, I2C Bus Interface, DIP/SOIC-16 SAA7182 Digital Video Encoder, Obsolete TDA8501 PAL/NTSC Encoder, RGB or Y/Y-R/Y-B Inputs, DIP/SOIC-20 TDA8772 Triple 8bit Video DAC, QFP-44 power +12C
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·