-
Datei
UhrWS2812.ino
LGPL2.1 */ #include <Adafruit_NeoPixel.h> #ifdef __AVR__ #include <avr/power.h> #endif #if defined(ESP8266) #include <pgmspace.h> #else #include <avr/pgmspace.h> #endif #include <SoftwareWire.h> // must be included here so that Arduino library object file references work #include <RtcDS1307.h> #include
in „LED Uhr mit RTC braucht Taster“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
_GRBL_LCD_ESP_wf.ino
#include "SPI.h" #include "Adafruit_GFX.h" #include "Adafruit_ILI9341.h" // ESP-8266: #define TFT_DC 15 #define TFT_CS 2 //// Arduino-UNO: //#define TFT_DC 3 //#define TFT_CS 2 Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC); unsigned long previousMillis = 0; const int
in „Projekt: SerialComCNC Serielles Frontend für CNC GRBL mit ATMega“ · Projekte & Code ·
-
Datei
oled.h
ifndef OLED_H #define OLED_H #include <stdint.h> // You may change the communication speed here // On ESP8266, the result would be: //#define OLED_I2C_DELAY delayMicroseconds(3) // 68kHz@80Mhz or 83kHz@160Mhz //#define OLED_I2C_DELAY delayMicroseconds(2) // 85kHz@80Mhz or 110kHz@160Mhz #define OLED_I2C_DELAY
in „Zeichnen eines Punktes mit LCD_Plot_Point“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.h
ifndef OLED_H #define OLED_H #include <stdint.h> // You may change the communication speed here // On ESP8266, the result would be: //#define OLED_I2C_DELAY delayMicroseconds(3) // 68kHz@80Mhz or 83kHz@160Mhz //#define OLED_I2C_DELAY delayMicroseconds(2) // 85kHz@80Mhz or 110kHz@160Mhz #define OLED_I2C_DELAY
in „Arduino Bibliothek - Methoden bzw. Funktionen en Detail erklärt - gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
configDTZ.h
PostHash "hash" #define PostUrl "url" #define PostChecked "LEO" /***** class for save data intern into ESP8266 *****/ class configDTZ { private: String USER; String PW; String TARGETURL; String NAMEDTZ; uint32_t USERID = 0; bool MOUNTED = false; void decodeConfig(String s); int calculateFreeSpaceFS(); String
in „DTZ541 mMe Datenlogger mit ESP (WEB-Sicht)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
configDTZ.h
crc_one_byte(uint16_t crcR, uint16_t oneByte, uint16_t poly); /***** class for save data intern into ESP8266 *****/ class configDTZ { private: String USER; String PW; String TARGETURL; String NAMEDTZ; String HASHKEY; // its for encrypt password by encryptPW2Hash uint32_t USERID = 0; bool MOUNTED = false
in „Digitale Stromzähler auslesen und in DB speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
define RF1_CE_PIN (4) #define RF1_CS_PIN (5) #define SER_BAUDRATE (115200) #define MAX_RF_PAYLOAD_SIZE (32) #define DEFAULT_RF_DATARATE (RF24_250KBPS) // Datarate #define DEFAULT_RECV_CHANNEL (3) // 3 = Default channel for Hoymiles #define DEFAULT_SEND_CHANNEL (40) // 40 = Default channel for Hoymiles const
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.h
ifndef OLED_H #define OLED_H #include <stdint.h> // You may change the communication speed here // On ESP8266, the result would be: //#define OLED_I2C_DELAY delayMicroseconds(3) // 68kHz@80Mhz or 83kHz@160Mhz //#define OLED_I2C_DELAY delayMicroseconds(2) // 85kHz@80Mhz or 110kHz@160Mhz #define OLED_I2C_DELAY
in „OLED Display mit I2C Bus am Slave betreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
configDTZ.h
crc_one_byte(uint16_t crcR, uint16_t oneByte, uint16_t poly); /***** class for save data intern into ESP8266 *****/ class configDTZ { private: String USER; String PW; String TARGETURL; String NAMEDTZ; uint32_t USERID = 0; bool MOUNTED = false; void decodeConfig(String s); int calculateFreeSpaceFS(); String
in „Digitale Stromzähler auslesen und in DB speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
configDTZ.h
crc_one_byte(uint16_t crcR, uint16_t oneByte, uint16_t poly); /***** class for save data intern into ESP8266 *****/ class configDTZ { private: String USER; String PW; String TARGETURL; String NAMEDTZ; String HASHKEY; // its for encrypt password by encryptPW2Hash uint32_t USERID = 0; bool MOUNTED = false
in „Digitale Stromzähler auslesen und in DB speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linux-2.6.27.grasshopper.1.patch
diff -rupN atngw100//arch/avr32/boards/grasshopper/btn.c grasshopper//arch/avr32/boards/grasshopper/btn.c --- atngw100//arch/avr32/boards/grasshopper/btn.c 1970-01-01 01:00:00.000000000 +0100 +++ grasshopper//arch/avr32/boards/grasshopper
in „AVR32 grasshopper patch für ATMEL buildroot 2.2.1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
BluetoothESP.ino
setup() { pinMode(LED_PIN, OUTPUT); digitalWrite(LED_PIN, LOW); Serial.begin(115200); Serial.println("ESP32 BLE Central Starting..."); BLEDevice::init(""); pBLEScan = BLEDevice::getScan(); pBLEScan->setAdvertisedDeviceCallbacks(new MyAdvertisedDeviceCallbacks()); pBLEScan->setActiveScan(true); pBLEScan-
-
Datei
user_main.c
user_config.h" #include "version.h" #include "gpio.h" extern uint8_t at_wifiMode; void user_init(void) { uint32 adc_value; char temp[128]; // no os_printf system_set_os_print(0x00); // disable WiFi modem // not implemented in SDK v0.9.1 // change baud rate from 74880 to 115200 uart_init(BIT_RATE_115200, BIT_RATE_115200); // print welcome msg and FW/SDK versions on UART0 uart0_sendStr("\rESP8266EX ready! \r\n"); os_sprintf(temp,"FW:%04X SDK:%04X\r\n\n", FW_VERSION,SDK_VERSION); // init LED on GPIO4 // disable pullup and pulldown PIN_PULLUP_DIS(PERIPHS_IO_MUX_GPIO4_U); PIN_PULLDWN_DIS(PERIPHS_IO_MUX_GPIO4
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
A-4_MCP23017.pdf
S B 6 A / 1 p ol. L1 DC+ Spannungsversorgung 5,0V N 5,0VDC/3,0A DC- 5,0V GND 5,0V GND RaspberryPI4 ESP32NodeMCU Max1,0A Max.500mA 3,3V GND SCA SCL PHOENIXDurchgangsklemme LeitungswegbisPHOENIXKlemmeinUV LeitungswegabPHOENIXKlemmeinUV VCC GND SDA SCL INTA INTB 1,65V-Leitungsverlust von0,00012V 3,3V 0,165mA
in „MCP23017 friert ein, stürzt ab“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronischer_Hase_fuer_elektronische_Arbeiten.pdf
2.0! Erfolgreiche I2S-Ausgabe mit hoher Auflösung mit PIC Schaltungen, Teile und Experimente Mit PIC32MZ konnte ich eine hochauflösende kompatible USB- Audio-Schnittstelle erstellen. TQFP-64pi... Selbstgebauter FM-Empfänger! Spezielles DSP-Radio mit Hochleistungsverstärker Praktisches Design- und Produktionsbeispiel
in „Radio Chip Datenblatt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
CMakeLists.txt
if(ESP_PLATFORM) file(GLOB_RECURSE SOURCES src/*.c) idf_build_get_property(LV_MICROPYTHON LV_MICROPYTHON) if (LV_MICROPYTHON) idf_component_register(SRCS ${SOURCES} INCLUDE_DIRS . src ../ REQUIRES main) else
in „CMake Konfiguration für lvgl“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MQTT-Client-Broker-OTA_pub.ino
------------ //OTA Setup ############################################### ArduinoOTA.setHostname("myESP32"); ArduinoOTA.begin(); Serial.println("OTA Ready"); //OTA ##################################################### } //-------------------------------------------------------------------- void loop()
in „ESP32-MQTT-Client-Broker-OTA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Lampe_hinter_Sofa_v2-_mit_ATtiny.pdf
IO3 5 2 3 C2 6 6IO10puIO2 14 6 D1 4,7µF 7 7IO20 IO115 7 R3 R4 1N4148 8 8IO21 IO016 8 2,2k 2,2k U2 Esp32-C3-Super-Mini GND 0VAC
in „Phasenanschnitt - Mosfet geht kaputt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
AC101_I2S_Audiolib-Test.ino
I2S_BCLK 27 #define I2S_LRC 26 #define I2S_MCLK 0 #define I2S_DOUT 35 // I2C GPIOs #define IIC_CLK 32 #define IIC_DATA 33 // Tasten // #define BUTTON_2_PIN 13 // shared mit SPI_CS #define BUTTON_3_PIN 19 #define BUTTON_4_PIN 23 #define BUTTON_5_PIN 18 // Stop #define BUTTON_6_PIN 5 // Play // Verstärker
in „ESP32 A1S Eval“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
godsdebris.pdf
is no proof that the method of testing is sound for all cases.” “Then you think luck is the same as ESP?” I asked. “I’m saying the results are indistinguishable.” “But it’s different because ESP is caused by thoughts traveling through the air or something like that. ESP has to have some cause.” “If you define ESP narrowly to include only the transfer through the air of information, then skeptics will never detect it,” he said. “But if you accept luck as being the same as ESP, then ESP exists and it can be useful
in „Scott Adams ist tot“ · Offtopic ·
-
PDF
Roland_G-70_Service_Notes_.pdf
S S S S S 12EA 91DD 2AD 21CA V V V V V V V V V V V V V V V V V 12DA 02DD 3AD 31FA TC223C080AF-101(ESP4) 22FA 12DD 4AD 31DA 6 5 2 9 6 4 5 4 2 0 5 8 8 6 4 6 4 2 22EA 31CA 1 2 2 3 4 5 6 7 8 8 9 0 1 2 3 4 0 32FA 22DD 5AD 41FA 1 1 1 1 1 0 32EA 32DD 6AD 41EA 0 32DA 42DD 7AD 51EA - 42FA 52DD 8AD 51DA D G 42EA
in „Roland G-70 fährt nicht hoch.“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Roland-G-70-Service-Manual.pdf
8 4D W 51D W61 1 83 83 1P 51D W 81DC 62 W 09 68 11 6 1 V 66 DIRECT EA2 17 ESPA1 ESPA8 28 43 D 91DC 32 W F8 09 21 5 V CTYPE EA1 ESPA0 ESPA6 A8 I/O15 02DC 52V E8 58 31 4 H 1 8 67 EAMPX EA0 16 27 A7 I/O14 42 D 9 8 3R 1A W 12DC 32V 41 3 8 B RA57 NIU 2 7 68 RFRSH ESP ESPA4 26 A6 I/O13 41 ESPD22 1A W01 7 73
in „Roland G-70 fährt nicht hoch.“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
irsnd.c
PIC_C18) // Microchip C18 compiler //Nothing here to do here -> See irsndconfig.h #elif defined (ARM_STM32) // STM32 //Nothing here to do here -> See irsndconfig.h #elif defined (ARM_STM32_HAL) // STM32 with Hal Library //Nothing here to do here -> See irsndconfig.h #elif defined (__xtensa__) // ESP8266 /
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SimplePWM.ino
shield attached * LED attached to pin 5 created for arduino 25 Nov 2012 by Tom Igoe ported for sparkfun esp32 31.01.2017 by Jan Hendrik Berlin */ #include <WiFi.h> const char* ssid = "Moin"; const char* password = "1234"; WiFiServer server(80); void setup() { Serial.begin(115200); pinMode(18, OUTPUT); //
in „einfacher Webserver am ESP32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
configDTZ.h
crc_one_byte(uint16_t crcR, uint16_t oneByte, uint16_t poly); /***** class for save data intern into ESP8266 *****/ class configDTZ { private: String USER; String PW; String TARGET_URL; String NAMEDTZ; uint32_t USERID = 0; int RESTDAY = 0; int WFACTOR = 1; bool MOUNTED = false; void loadConfig(String s
in „Digitale Stromzähler auslesen und in DB speichern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ILC2012_A1.pdf
: Wotan Thor Zeus Artemis Performance 80 MIPS 150 MIPS 60 MIPS 90 MIPS Speichergröße 128 kB 256 kB 32 kB 64kB Anzahl der Pins 100 180 80 90 Anzahl der IO Pins 32 32 18 32 Spannungsbereich 3 - 5V 2 - 4,5V 3 – 5V 2 – 4 V Mittlerer Betriebsstrom 3 mA 10 mA 2 mA 7 mA Mittlerer Stand-by Strom 2 mA 6 mA 1
in „Berechnung Betriebsleistung µC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
arduino_gekurzt.txt
IPAdress subnet (255,255,255,0); //Vergabe von Netzwerkname und Passwort const char* Netzwerkname = "ESP_32_Webserver"; const char* Passwort = "09861678"; //Webserver erstellen; verwendeter Port=80 WebServer server(80); //Websocketserver erstellen; verwendeter Port= 81 WebSocketsServer webSocket = WebSocketsServer
in „Esp32 Server an Client senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WS2812x300-Christmas.ino
the NeoPixels? const uint8_t PIN = 6; // make sure to set this to the correct PixelPin, ignored for Esp8266 // How many NeoPixels are attached to the Arduino? const uint16_t NUMPIXELS = 300; // When we setup the NeoPixel library, we tell it how many pixels, and which pin to use to send signals. // Note
in „Zeigt her eure elektronischen Weihnachtsbasteleien!“ · Projekte & Code ·
-
Datei
obegransad_usec.ino
// im verwendeten Zeichensatz berechnen mit (ch-32). (ch-32)*6 ergibt dann die Position des // ersten Bytes (1. Spalte) des Zeichens im Zeichensatz. Je nachdem in welcher Spalte ich mich // gerade befinde (0-5) bekomme ich das Byte also mit der Startadresse
in „LEDs flackern unregelmäßig bei geringer Helligkeit“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
1.patch
----------------------------------------------------------------- + * Change hardware pin here for ESP8266 + *--------------------------------------------------------------------------------------------------------------------------------------------------- + */ +#elif defined (__xtensa__) + +# define
in „IRMP mit ESP8266“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
controller.pdf
O D D 2 2 2C S D D D _ B A A C C D S S S DS 0 A A A I 1 2 P C C U14 G A A C L7805 D D i U13 1 3V3 ESP32-DevKitC 1 3 19 K 14 IN DUT 5V v GND N H H e G C C D 2 4 5 6 7 1 1 - H H 5 4 6 3 C C C C 2 _ _ H C C C _ _ A A 3 C C _ 2 2 2 C C 6 9 P Earth D D 2 C C C D D O O / 3 D D A A 4 5 P P S 3 3 / 3 4 5 3
in „PT4115E Treiber Platine Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
3d_drucker_print_v16.pdf
C16 C15 C14 11 VCC (MOSI/PCINT2)PB2 20 C21 C20 C19 11 VCC (MOSI/PCINT2)PB2 20 X X GND E K K K K K 32 GND (SCK/PCINT1)PB1 19 SPI_SCK 32 GND (SCK/PCINT1)PB1 19 SPI_SCK I A I A I X - O O O O O GND (SS/PCINT0)PB0 MEG1 GND (SS/PCINT0)PB0 MEG2 - - - - - A O L L L L L 100nF 100nF 100nF 62 GND 100nF 100nF 100nF
in „Eigenes 3D-Drucker Board - Viele Fragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fcomplex_dotprod_sse.S
fcomplex_dotprod_sse) DEF_FUNC_HEAD(fcomplex_dotprod_sse) GLOB_SYMB(fcomplex_dotprod_sse): pushl %ebp movl %esp, %ebp movl 8(%ebp), %eax # input movl 12(%ebp), %edx # taps movl 16(%ebp), %ecx # xmm0 xmm1 xmm2 xmm3 are used to hold taps and the result of mults # xmm4 xmm5 xmm6 xmm7 are used to hold the accumulated
-
PDF
RT9080-33GJ5_esp32_8622_low_quiescent_600mA.pdf
® RT9080 2 μ I , 600mA Low-Dropout Linear Regulator Q General Description Features 2μA Ground Current at no Load TheRT9080isalow-dropout(LDO)voltageregulatorswith enablefunctionthatoperatesfrom1.2Vto5.5V.Itprovides PSRR = 75dB at 1kHz up to 600mA of output current and offers low-power Adjustable Output Voltage Available by Specific operation in miniaturized packaging. Application The features of low quiescent current as low as 2μAand ±2%OutputAccuracy 600mA (V IN≥ 2.3V) Output Current with EN almostzerodisablecurrentisidealforpoweringthebattery Low (0.1 μ) Disable Current equipment to
-
Bild
Tabelle der Stromverbrauchswerte verschiedener Betriebsmodi
Power mode Description Power consumption Modem-sleep The CPU is powered on. 240 MHz * Dual-core chip(s) 30 mA ~ 68 mA Single-core chip(s) N/A 160 MHz * Dual-core chip(s) 27 mA ~ 44 mA Single-core chip(s) 27 mA ~ 34 mA Normal speed: 80 MHz Dual-core chip(s) 20 mA ~ 31 mA Single-core chip(s) 20 mA ~ 25 mA Light-sleep - 0.8 mA Deep-sleep The ULP coprocessor is powered on. 150 µA ULP sensor-monitored pattern 100 µA @1% duty RTC timer + RTC memory 10 µA Hibernation RTC timer only 5 µA Power off CHIP_PU is set to low level, the chip is powered off. 1 µA
in „Was kann ein ESP32 besser als ein RPi Zero-W?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
config-mod-LK511-mt7623n-BPiR2.txt
CONFIG_NET_CLS_BASIC=m CONFIG_NET_CLS_TCINDEX=m CONFIG_NET_CLS_ROUTE4=m CONFIG_NET_CLS_FW=m CONFIG_NET_CLS_U32=m CONFIG_CLS_U32_PERF=y CONFIG_CLS_U32_MARK=y CONFIG_NET_CLS_RSVP=m CONFIG_NET_CLS_RSVP6=m CONFIG_NET_CLS_FLOW=m CONFIG_NET_CLS_CGROUP=m CONFIG_NET_CLS_BPF=m CONFIG_NET_CLS_FLOWER=m # CONFIG_NET_CLS_MATCHALL
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
Datei
code_z.ino
endif #define MY_NTP_SERVER "ch.pool.ntp.org" #define MY_TZ "CET-1CEST,M3.5.0/02,M10.5.0/03" #include <ESP8266WiFi.h> #include <time.h> #include <Adafruit_NeoPixel.h> Adafruit_NeoPixel pixels(NUM_LEDS, PIN, NEO_GRB + NEO_KHZ800); byte alteMinute = 100; // Variabeln zum Speichern der aktuell angezeigten Minute
in „SK6812 LED leuchten falsch“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Inhalt2017.pdf
. . 01 90 Swiss Pi Extensions (2) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 03 32 Lautsprecherboxen berechnen . . . . . . . . . . . . . . . . . . . . . . . . . .03 112 Machen Sie mit bei der Elektor-Videoolympiade . . . . . . . . . . . . . 09 66 MC-Element selbst gebaut . . . . .
in „Elektor-Hefte Jahrgang 1985/86/87“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Configuration_adv.h
x (1 - 32) - 32A max - rounds down #define X_STALLCURRENT 1500 // (mA) Current where the driver detects a stall (VALID: 31.25 * (1-128) - 4A max - rounds down) // L6470 & L6474 - VALID: 31.25 * (1-128) - 4A max
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
Geigerzaehler_GC20.ino
> #include <ESP8266WiFi.h> #include <EthernetClient.h> #include <DNSServer.h> #include <ESP8266WebServer.h> #include <WiFiManager.h> #include <EEPROM.h> #include "SPI.h" #include "Adafruit_GFX.h" #include <Fonts/FreeSans9pt7b.h
in „Hilfe 2.8" LCD Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bat_sensor_0x0d_analysis.html
Classic Checksum · 171,7 s Aufzeichnung</div> </div> <div class="badge-row"> <span class="badge cyan">ESP32-C6 Sniffer</span> <span class="badge amber">LIN 9600 Bd</span> <span class="badge cyan">1614 Frames</span> </div> </div> <div class="stats-row"> <div class="stat s-amber"> <label>Startspannung</label
in „Reverse Engineering eines LIN Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GxEPD2_Example_Poly7b.ino
#include "train.h" #include "Cinque.h" #include "VWBUS.h" #include "oz.h" // Connections for e.g. ESP32_S3 DEVKIT1 static const uint8_t EPD_BUSY = 4; // to EPD BUSY static const uint8_t EPD_CS = SS; // to EPD CS static const uint8_t EPD_RST = 6; // to EPD RST static const uint8_t EPD_DC = 7; // to EPD
in „Arduino IDE unter Linux findet Bibliotheken nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wordclock_esp.txt
Stromaufnahme im Debug-Monitor - Uhr wird ohne WLAN-Verbindung zum Access Point */ //Bibliotheken #include <ESP8266WiFi.h> #include <WiFiUdp.h> #include <Adafruit_NeoPixel.h> #include <Wire.h> //Anzahl LED's und Ausgang vom ESP festlegen #define PIN 04 #define NUMBERS 110 //***********************************
in „ESP8266 startet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
5959-5329_SCH_E3630A.pdf
# & & % % # )$ " %▯ * ’ # # # # #%&'& ' # '& " %▯ # & & ' # )$ & " * ’ % ▯ "# ▯ +,/ "4- 6 ,8 ,/ 7, 32 .23 ▯▯▯▯3▯▯▯ REFERENCE PART Q’TY DESCRIPTION MFR. CODE MFR. P/N DESIGNATION NUMBER #% % # )$ " * ’ ▯ # # #&#& # ' # )$ * ’ ▯ # ) # ' # )$ & " ’ ▯ # # % ' % # )$ ▯ # # ' ' # )$ ▯ # ’ # # )$ " ▯ * ’ #
in „Labornetzgerät als Projekt“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
5959-5329_SCH_E3630A.pdf
# & & % % # )$ " %▯ * ’ # # # # #%&'& ' # '& " %▯ # & & ' # )$ & " * ’ % ▯ "# ▯ +,/ "4- 6 ,8 ,/ 7, 32 .23 ▯▯▯▯3▯▯▯ REFERENCE PART Q’TY DESCRIPTION MFR. CODE MFR. P/N DESIGNATION NUMBER #% % # )$ " * ’ ▯ # # #&#& # ' # )$ * ’ ▯ # ) # ' # )$ & " ’ ▯ # # % ' % # )$ ▯ # # ' ' # )$ ▯ # ’ # # )$ " ▯ * ’ #
in „Problem mit Simulation von HP/Agilent Tracking LNG“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
72204di.pdf
than 1% for load currents greater than RSENSEI LOAD.TransconductanceforIC is1 devices can operate to 32 and 76V, but 30mA.IC 1scurrent-outputstageallows 10 mA/V. If the maximum monitored even 76V is insufficient for many appli- easyimplementationof thecurrentmir- load current, LOAD, is 4A, and SENSEs10
in „7812 parallel schalten“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Meine_Fachbuecherliste.pdf
Reflexionen und stehende Wellen auf HF-Leitungen beam-Verlag 2012 74 S. U. Brandes Mikrocontroller ESP32 Das umfassende Handbuch Rheinwerk Verlag 2. Aufl. 2023 660 S. H. Brauer Einseitenbandtechnik Amateur Bibliothek 2. Aufl. 2014 288 S. G. Brocard Simulation in LTSPICE IV Würth Elektronik 2011 762 S
in „Germanium-Halbleiter auf einer Platine fixieren“ · Platinen ·
-
Datei
Example1_DisplayTest.ino
into sinister low-memory related bugs. We reccomend using a micro with more memory like a SAMD21, Esp32, Teensy, etc. Hardware Connections: Option 1 (I2C): Connect using a Qwiic jumper if you have a Qwiic compatible board and you plan to use I2C Option 2 (SPI): Connect SCLK and MOSI to the SPI port
in „Arduino OLED Display Ansteuern & "Hello World" Programme gehen nicht.“ · Softwareentwicklung ·
-
Datei
ar488test2.py
heranziehen zu können else: # symbolic link zu /dev/ttyACMx in meinem System: #controller = "/dev/tty-esp32-1" # ar488 #controller = "/dev/tty10c4_8a5f" # china prologix controller controller = "/dev/ttyACM0" #end if # name des zu testenden Geräts device = "wavepro950" # wenn auto == "no" wird ++read 10
in „Sammelbestellung AR488 kompatibler USB-GPIB Adapter. Interesse?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
weather.cpp
------------------------------------------------------------------------------------- */ #include <ESP8266WiFi.h> #include "weather.h" #include "base.h" WiFiClient openweather_client; static int round_up (char * degree) { int deg; int i; bool round_up = false; for (i = 0; degree[i]; i++) { if (degree