-
Thread
Endlos-Potentiometer in stabil?
Einschalten sofort da sein. Der hier (und seine Verwandtschaft) können das auch: https://ams.com/as5600 Die Mechanik musst du aber selber bauen... ;-)
Ich verstehe immer noch nicht, was du gegen einen Absolutdrehgeber wie den AS5040 etc. hast. Viel einfacher geht es eigentlich nicht. https://ams.com/as5040 Entweder Digitalausgang per SSI oder Analog (PWM + Tiefpass). Zusätzlich kannst du damit auch noch bei Bedarf einen
-
Thread
attiny Pull-Down am Reset-Ausgang
Antwort selbst gefunden: https://www.avrfreaks.net/forum/affect-rstdisbl-fuse-isp-programming "As soon as that fuse is set you cannot not do either ISP nor debugWire". D.h. wenn RSTDISBL = TRUE, kann ich DebugWire komplett vergessen solange ich nicht wieder RSTDISBL = FALSE setze.
Grenzen kann man den ResetPin als Analog Input nutzen. http://www.technoblogy.com/show?LSE "As is well known you can reprogram the internal fuses to reclaim the reset pin as an extra I/O pin. What is less well-known is that you can actually use the reset pin in a limited way on the ATtiny85 without
-
Thread
Encoder nach Peter
diff & 1 ) { // bit 0 = value (1) last = new; // store new as next last enc_delta += (diff & 2) - 1; // bit 1 = direction (+/-) } } int8_t encode_read1( void ) // lesen einzel Schritt Encoder = schnell { int8_t val;
// bit 0 = value (1) > last = new; // store new as next last > enc_delta += (diff & 2) - 1; // bit 1 = direction (+/-) > timeout_led=255; // Zeitzähler hochsetzen > } > if (timeout_led>0) timeout_led--; // Zeit
-
Thread
Brauche Hilfe beim Abbilden der Registerstruktur eines am Arduino angeschlossenen ICs in C++
Ich verstehe deinen Text nicht! Vererbung: class AS5X47_Prog : public AS5X47_Register Ist eine "Ist ein" Beziehung. Also: AS5X47_Prog ist ein AS5X47_Register Ist der Satz so logisch korrekt? Alternativ: In C++ werden auch Schnittstellen so
deinen Text nicht! Entschuldigung, besser habe ich es nicht hin bekommen. > Vererbung: > class AS5X47_Prog : public AS5X47_Register > > Ist eine "Ist ein" Beziehung. > Also: AS5X47_Prog ist ein AS5X47_Register > Ist der Satz so logisch korrekt? Ja Prog ist eines der Register. > Alternativ
-
Thread
Zeigt her eure Kunstwerke (2017-2019) Gesperrt Bilder
bin auch für Fragen gerne offen (: https://www.kickstarter.com/projects/1729310007/ostrich-time-as-simple-as-it-gets
Galvanischen Trennung zu haben. Gebaut hab ich das ganze für das Standard Jung Schalterprogramm "AS 581", "AS 506" wobei nur die Obere Platine für ein anderes Schalterprogramm geändert werden müsste, der Rest ist überall gleich, bin noch etwas am überlegen ob ich einen eigenen Ramen mache aber ich
-
Thread
Bombardierung des Iraks durch die RAF - 1921!
Iraq proved a useful testing ground for newly forged weapons of both limited and mass destruction, as well as new techniques for controlling imperial outposts and vassal states. The RAF was first ordered to Iraq to quell Arab and Kurdish and Arab uprisings, to protect recently discovered oil reserves
in Palestine in the late 1930s, Air Commodore Harris, as he then was, declared that "the only thing the Arab understands is the heavy hand, and sooner or later it will have to be applied". As in 1921, so in 2003. von http://www.spartacus.schoolnet.co.uk
-
Thread
Ubuntu 12.04 neu installiert, 2te CPU wird nicht mehr erkannt.
doesn't fully claim to support it. [ 2.137778] firewire_ohci 0000:00:0d.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11 [ 2.171640] sdhci-pci 0000:00:0d.1: Will use DMA mode even though HW doesn't fully claim to support it. [ 2.213223] ata1.00: ATA-8: ST9320320AS, 0303
HDA SIS966 Mic as /devices/pci0000:00/0000:00:0f.0/sound/card0/input3 [ 22.380598] input: HDA SIS966 Headphone as /devices/pci0000:00/0000:00:0f.0/sound/card0/input4 [ 22.405413] input: HDA SIS966 Headphone as /
-
Thread
Funkübertragungen verschlüsseln
irgendwas macht Das wichtigste fehlt: eine Verifikation und dafür braucht es keine Verschlüsselung mit AES. Wenn du in google einfach mal nach Public-key signatur suchst sollte sich doch was finden lassen.
verhindern, dass jemand die Nachricht verfälscht oder unerkannt > erneut sendet. Man braucht nur AES-Verschlüsselung dazu, wie soll man mit AES alleine ein Integritätsschutz erreichen? Leider hat der Threadersteller ja nicht geschrieben um welche Hardware es geht, kann ja auch an jedem ende
-
Thread
Lohnt sich embedded in C++ zu programmieren
, Virtuosität sei ein Vehikel, um sich "unersetzlich" zu machen). Kernighan: Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. 4) Wartbarkeit Verfügbarkeit einer Vielzahl
-
Thread
C Neuling benötigt Schubs in die richtige Richtung Gesperrt
was wir unter ARM und x86 verstehen. Und zum Thema: "[1] "he Java platform and language began as an internal project at Sun Microsystems in December 1990, providing an alternative to the C++/C programming languages." Das sagt gar nichts aus, denn C++ und C wurde selbstverständlich damals
nachdem du sie immer und immer wieder aufstellst? > That said, many languages and platforms, such as Java (with its Java > Virtual Machine) and .NET (with its Common Language Runtime) have > improved performance over the years with advents such as just-in-time > compilation which produces native
-
Thread
Crypto avr lib (diverse Kryptographie Algorithmen)
veraltet... wird die noch gepflegt? Leider konnte ich auch kein Beispielcode finden, wie ich z.B. AES verschlüssel und entschlüssel...
. Leider bin ich schon lange nicht mehr dazu gekommen die Wiki-Seiten zu updaten. Beispiele für AES kannst du dem entsprchendem Test entnehmen (test_src/main-aes-test.c). Darin befinden sich auch Beispiele/Tests für die diversen Betriebsmodi. mfg nerilex
-
Thread
Ein-Taster + Bedientaster
floating, or have an analog signal level close to VCC/2. SLEEP is overridden for port pins enabled as external interrupt pins. If the external interrupt request is not enabled, SLEEP is active also for these pins. SLEEP is also overridden by various other alternate functions as described in ”Alternate
Sleep mode, as the clamping in these sleep mode produces the requested logic change. [/code]
-
Thread
Un/verschlüsselter Dokumentenaustausch mit dem Steuerberater?
am liebsten eher noch kopiert. > Auf welche Weise hast du denn die ZIP-Datei verschlüsselt? "AES256" hieß die Option. 7Zip scheint das zu können. Hätte ich "Zip 2.0" als Verschlüsselungstyp genutzt hätte es wohl auch mit dem Explorer geklappt. Es geht hier eigentlich viel weniger um die
Sebastian J. schrieb im Beitrag #4037102: > "AES256" hieß die Option. 7Zip scheint das zu können. Hätte ich "Zip > 2.0" als Verschlüsselungstyp genutzt hätte es wohl auch mit dem Explorer > geklappt. Du nimmst eine Nicht-Standard-Erweiterung
-
Thread
casting in C
as schrieb im Beitrag #6152890: > Es ermöglicht Dir, das Beispiel Nachzuvollziehen. Ein aus der Luft > gegriffener wert könnte mit falschem Überlauf verwirren. Karl hat es verständlich erklärt, auch
In C99 (ISO-IEC 9899 6.2.5 §10) steht: [pre] There are three real floating types, designated as float, double, and long double.42) The set of values of the type float is a subset of the set of values of the type double; the set of values of the type double is a subset of the set of values of the
-
Thread
Kapazitätem messen nach Elexs
"ELEXS" (ByVal b%) Declare Sub TXD Lib "ELEXS" (ByVal b%) Declare Function GETCOM Lib "ELEXS" () As Integer Declare Function CTS Lib "ELEXS" () As Integer Declare Function DSR Lib "ELEXS" () As Integer Declare Function RI Lib "ELEXS" () As Integer Declare Function DCD Lib "ELEXS" () As Integer Declare Function INPUTS Lib "ELEXS" () As Integer Declare Sub TIMEINIT Lib "ELEXS" () Declare Function TIMEREAD Lib "ELEXS" () As Double Declare Sub DELAY Lib "ELEXS" (ByVal ms As Double) Declare Sub REALTIME Lib "ELEXS" () Declare Sub
-
Thread
Modbus RTU CRC16 treibt mich in den Wahnsinn.
Generierung klemmt einfach. Bis zu diesem Code bin ich schon gekommen: Public Function CRC16(ar() As Byte, lbuf As Byte) As Integer Dim CRC1 As Long Dim b As Boolean Dim i As Long, j As Byte, Odd As Boolean CRC16 = -1 For i = 0 To lbuf CRC16 = (CRC16 And &HFF00) Or ((CRC16
Dieser Code funktioniert ... falls den mal noch jemand brauchen sollte: Public Function CRC16(ar() As Byte, lbuf As Byte) As Integer Dim CRC1 As Long Dim b As Boolean Dim i As Long, j As Byte, Odd As Boolean CRC16 = -1 For i = 1 To lbuf CRC16 = (CRC16 And &HFF00) Or ((CRC16
-
Thread
PDP11 KL11 SLU in altem CPLD?
angeboten. Im Moment plane ich den Ausbau von meinem Projekt und möchte den J-11 via CPDL (ATF1504AS) mit dem CDP6402 verbinden und so die fehlende Interrupt Logik nachbauen. Sollte kein Problem sein. Es gibt übrigens DVL11 mit programmierbarer Baud-Rate DLV11-E und -F können über Bit12:15 im XCSR
in Angriff aber für die geplanten Funktionen DMA, Bus-Timeout, asynchroner IO Bus reicht ein ATF1504AS definitiv nicht, da werde ich also auf ein ATF1508AS umsteigen müssen. Und zum Schluss habe ich noch eine Idee für das Projekt. Anstelle weitere CDP6402 und ATF1504AS für weitere serielle Schnittstellen
-
Thread
Schrittmotorsteuerung mit Stückliste Reichelt?
/eng/Products/Magnetic-Encoders/Rotary-Encoders/AS5030
> http://www.austriamicrosystems.com/eng/Products/Magnetic-Encoders/Rotary-Encoders/AS5030 Hier müßte aber mit 0,225 Grad Auflösung positioniert werden. Gruß Thomas
-
Thread
Wozu dieser Widerstand?
http://www.ti.com/lit/ds/symlink/tps54202.pdf unter 8.2.3.3: "The 49.9-Ω resistor, R1, is provided as a convenient location to break the control loop for stability testing."
/www.ti.com/lit/ds/symlink/tps54202.pdf unter > 8.2.3.3: > "The 49.9-Ω resistor, R1, is provided as a convenient location to break > the control loop for stability testing."
-
Thread
ELEGOO Ardunio Mega R3 16U2 Bootloader
installation sketch! This version will install HoodLoader2 on your Arduino You selected number 202 as bootloader. If this is not correct upload the program again with different settings Make sure all wires are connected as written in the documentation. Please now insert the 100nF capacitor between
installation sketch! This version will install HoodLoader2 on your Arduino You selected number 201 as bootloader. If this is not correct upload the program again with different settings Make sure all wires are connected as written in the documentation. Please now insert the 100nF capacitor between
-
Thread
Heim Automatisierungswahn Gesperrt
vast majority of data center energy is consumed in small, medium, and large corporate data centers as well as in the multi-tenant data centers to which a growing number of companies outsource their data center needs." https://www.nrdc.org/resources/americas-data-centers-consuming-and-wasting-growing-amounts-energy
Hype Cycle provides a high-level view of important emerging trends that organizations must track, as well as the specific technologies that must be monitored." Key Technology Trends Transparently immersive experiences: Technology will continue to become more human-centric to the point where it
-
Thread
Signaltreue A_-Detektion Gesperrt
The first step was the recognition of sidebands per se..." "...Fleming treats the modulated carrier as a wave of constant frequency but varying amplitude. Stones as late as 1912 says,"There is,in fact,in the transmission of agiven message,(by carrier) but a single frequency of current involved..."" /
Formung der Bandbreite am Sender entscheidend für die Effizienz der Informationsübertragung ist: | | "As we approximate more closely to the ideal [...] The transmitted | signal approaches a white noise in statistical properties. [1, p.454] (c) Es wird eine optimale Bandbreite bzw. Leistungsverteilung
-
Thread
Görtzel Algorithmus, falsche Werte bei DC Offset?
Q_prev2, i; long prod1, prod2, prod3, power; Q_prev = 0; //set delay element1 Q_prev as zero Q_prev2 = 0; //set delay element2 Q_prev2 as zero power = 0; //set power as zero for (i = 0; i < N; i++) // loop N times and calculate Q, Q_prev, Q_prev2 at each iteration { Q = (sample[i]) + ((coeff * Q_prev) >> 14) - (Q_prev2); // >>14 used as the coeff was used in Q15 format Q_prev2 = Q_prev; // shuffle delay elements Q_prev = Q; } //calculate the three products used to calculate power prod1 = ((long) Q_prev
-
Thread
Neue PC-Standards, Exportbeschränkungen, Funkmodule und Messtechnik
individually programmed for the specific application. Various interfaces can also be implemented, such as UART, SPI, I²C, and ADC. Stephano-I comes with high-quality, pre-installed firmware, a complete TCP/IP-Stack, MQTT and HTTP. The versatile module can act both as a station and as a soft access point
Faster 96Gbps bandwidth improves demanding data-intensive, immersive and virtual applications such as AR/VR/MR, spatial reality and light field displays as well as various commercial applications such as large scale digital signage, medical imaging and machine vision. Also included is Latency Indication
-
Thread
Carbon - wie ist Eure Einschätzung?
much like in C++. However, an important difference from > C++ is that types are themselves modeled as values; specifically, > compile-time constant values. This means that the grammar for writing a > type is the expression grammar." > > Jeder Typ ist also selbst wiederum ein Objekt. Wie soll da
Carbon's infrastructure? Carbon is currently bootstrapping infrastructure with the help of Google. As soon as a foundation is ready to oversee infrastructure, such as continuous integration and the CLA, we plan to transfer them so they are run by the community. [/pre] Google steckt also schonmal etwas
-
Thread
VBA, 64-Bit Office, externe 32Bit DLL, Type Missmatch
EveryNSamplesEventHandler, Nothing) //Event Handler Public Function EveryNSamplesEventHandler(ByVal TaskHandle As Long, ByVal eventType As Long, ByVal numSamples As Long, ByVal callbackData As Long) As Long return 0 End Function [/c] Bei "AddressOf EveryNSamplesEventHandler" passiert der type mismatch.
-
Thread
RS232 nach HTTP/HTML Konverter
interpret this as a request for the default index file, which is INDEX.HTM or INDEX.HTML. This, in turn, contains pointers to other files on the server. While the user clicks on pages we've provided, they will only be
<LF> delimiter. The header is separated from the document's contents by a single blank line. As a minimum, the header must identify the HTTP protocol version, the success or failure status, and the content-type of the document (plain text, HTML, GIF graphic). For example: HTTP/1.0 200 OK
-
Thread
void value not ignored as it ought to be - Problem
Fleury zurecht, allerdings bekomme ich die Fehlermeldung: main.c:53: error: void value not ignored as it ought to be Das ist nur eine Kleinigkeit, aber ich komme einfach nicht dahinter. Wer könnte mir bitte kurz helfen? Danke im Vorraus......
Stefan B. schrieb im Beitrag #3538068: > main.c:53: error: void value not ignored as it ought to be > > Das ist nur eine Kleinigkeit, aber ich komme einfach nicht dahinter. > Wer könnte mir bitte kurz helfen? Kannst du mir mal erklären, wie das hier ... [c] Lux1 = ReadLuxes
-
Thread
XBee-Pro 868 Digital Input
Ausgang vom Controller nutzen. [c] $regfile "m8def.dat" $crystal = 3686400 $baud = 9600 Dim S As String * 18 On URXC OnRxD Enable URXC Enable Interrupts Config Portc.5 = Output Portc.5 = 0 Do //Vergleich der Hexwerte Loop End Onrxd: 'S = S + Chr(udr) S = Chr(udr) Return
framesize = 40 ' default use 40 for the frame space Dim S As String * 1 'h für hoch, r für runter Dim E(50) As Integer Dim Pos As Integer Dim Zeichen As Integer Dim Stimmtio As Bit Dim Stimmtzeichen As Bit Pos = 1
-
Thread
ESP32 Tasterauswertutn Probleme
PLAY; x<NUM_OF_BUTTONS; x++) { ESP_LOGI(TAG, "IO %d: %d ", x, button_as[x].gpioNum); gpio_set_direction(button_as[x].gpioNum, GPIO_MODE_INPUT); gpio_input_enable(button_as[x].gpioNum); gpio_set_pull_mode(button_as[x].gpioNum
d", button_as[STOP].state_e); button_as[STOP].stateChanged_b = false; } if (true == button_as[NEXT].stateChanged_b) { ESP_LOGI
-
Thread
Schrittkette
Oh, yes, of course. I forgot the "()" :D Thanks ! But now the Actuator 2 works as long as the delayy :/
Markus O. schrieb im Beitrag #6844208: > But now the Actuator 2 works as long as the delayy Und danach ist er kaputt und "arbeitet" fürderhin nicht mehr? Eine Last ist "eingeschaltet" oder "ausgeschaltet". Die meisten Aktoren "tun" auch was, wenn sie ausgeschaltet sind
-
Thread
Was hat es mit den 'trigraphs' aufsich
Twinax? Nope. Konnst du auch in den PC stecken: http://www.nci-inc.com/Coaxse.pdf Twinax war AS/400.
Funktionstasten (F1..F24?) Es könnte sein dass in Deutsch "DFRG" draufstand. Das System war eine AS/400, Twinax.
-
Thread
AVR Mikrocontroller Sicherheit
Die meisten XMEGAs unterstützen AES hardwareseitig, die AES-Implementierung in Software ist NICHT kompliziert, der Sinn für AES war u. a. "Speziell für den Einsatz in Smartcards sollen geringe Ressourcen erforderlich sein (kurze Codelänge, niedriger Speicherbedarf)." Suche nach AES in der Wikipedia. Es gibt mehrere Application Notes von Atmel wie auch Codebeispiele für AES für MCs, die AES hardwareseitig nicht unterstützen, also für alle ATmegas, Tinys usw. Auch für Bootloader
-
Thread
Ver- und Entschlüsselung mit OPENSSL in C
Parameter nicht klar. Mit AES_encrypt() und AES_decrypt() läuft es bereits, aber welcher Modus wird da verwendet?
"enc" ist ein Flag, AES_DECRYPT oder AES_ENCRYPT, dass sagt, was gemacht werden soll. "ivec" ist der initialization vector. (16 Byte IIRC). Beim ersten Aufruf (beliebig, aber für En- und Decrypt gleich) initialisieren.
-
Thread
ADC auswertung
64 $crystal = 16000000 $baud = 19200 Declare Sub Adc_init() Declare Sub Adc_read() Dim A_h As Word Dim A_l As Byte Dim Adc_ergeb As Word Dim W As Byte Config Com1 = Dummy , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 , Clockpol = 0 Open "COM1:" For Binary As #1 Call
M644pdef.dat" $crystal = 16000000 $hwstack = 32 $swstack = 32 $framesize = 64 $baud = 19200 Dim Adcv As Word Config Com1 = Dummy , Synchrone = 0 , Parity = None , Stopbits = 1 , Databits = 8 , Clockpol = 0 Open "COM1:" For Binary As #1 Config Adc = Single , Prescaler = 8 , Reference = Avcc Start
-
Thread
Frage zum miniLa (Logic Analyzer)
Hat den jemand von Euch schon gebaut? Wie zufrieden seit Ihr? Wo bekomme ich den XC95288XL und AS7C33128 her? Gruss Andi
allerdings davon aus, dass auch die Anderen zufrieden sind. > Wo bekomme ich den XC95288XL und AS7C33128 her? XC95288XL: Digikey AS7C33128: Bob Grieb hat vor ein paar Tagen im miniLA-Forum (auf sourceforge) welche zum Verkauf angeboten. Frag am Besten mal dort an. > Frage kann man den Sram Cypress
-
Thread
alte Turbo-C-Software unter win95 neu für WIN10.
0.1 # in seconds with Serial(port, speed, EIGHTBITS, PARITY_NONE, STOPBITS_ONE, timeout=timeout) as ser: # prepare data_out data_out = bytearray(11) data_out[0] = 13 # CR data_out[1] = 10 # LF data_out[2] = 4 # Ctrl-D # checksum data_out[10] = sum(data_out
Basic kann nicht nur Strings senden, sondern auch eine Anzahl von Bytes. > Public Sub Write (buffer As Byte(), offset As Integer, count As Integer)
-
Thread
230V an Microcontroller
ring_detector.html beschreibt es so: > The 0.1 capacitor between the internal node and the output acts as an > integrator, so that the AC ringing shows up as one pulse rather than a > sequence of short ones. It also gets rid of smaller and less frequent > activity like dialing pulses. The 10k resistor
ring_detector.html beschreibt es so: >> The 0.1 capacitor between the internal node and the output acts as an >> integrator, so that the AC ringing shows up as one pulse rather than a >> sequence of short ones. It also gets rid of smaller and less frequent >> activity like dialing pulses. The 10k resistor
-
Thread
Verstößt RedHat gegen die GPL?
Sourcecode einfordern. "… accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give *anyone* who possesses the object code …" Michael H. schrieb im Beitrag #7449974: > - Man kann GPL Sourcecode für
Beitrag #7449993: > "… accompanied by a written offer, valid for at least three years and > valid for as long as you offer spare parts or customer support for that > product model, to give anyone who possesses the object code …" Das bezieht sich ausschliesslich auf jenen Abschnitt 6b in dem es steht
-
Thread
Visual Studio - Unicode oder Multibyte?
richtig verstehe: "In the UTF-16 encoding form, code points in the range U+0000..U+FFFF are represented as a single 16-bit code unit; code points in the supplementary planes, in the range U+10000..U+10FFFF, are represented as pairs of 16-bit code units." Quelle: http://www.unicode.org/versions/Unicode5.2.0
verstehe: "In the UTF-16 encoding form, code points in the > range U+0000..U+FFFF are represented as a single 16-bit code unit; code > points in the supplementary planes, in the range U+10000..U+10FFFF, are > represented as pairs of 16-bit code units." Ja, UTF-16 funktioniert ähnlich wie UTF-8,
-
Thread
USI SPI (AtTiny24V)
10.2.1: "MISO: Master Data input, Slave Data output pin for SPI channel. When the SPI is enabled as a Master, this pin is configured as an input regardless of the setting of DDA5. When the SPI is enabled as a Slave, the data direction of this pin is controlled by DDA5." "MOSI: Master Data output, Slave Data input for SPI channel. When the SPI is enabled as a Slave, this pin is configured as an input regardless of the setting of DDA6. When the SPI is enabled as a Master, the data direction of this pin is controlled by DDA6."
-
Thread
nach Takterhöhung an ATtiny25 nur noch Müll aus der Sotware Uart
internal osc. 'and by default the internal 8 divider is enabled resulting in 1 Mhz clock freq. Dim I As Byte Dim B1 As Byte Dim B2 As Word Dim B3 As Word Config Timer0 = Pwm , Prescale = 64 , Compare A Pwm = Clear Down , Open "COMB.4:9600,8,N,1" For Output As #1 Do Pulsein B2 , Pinb , 3
-
Thread
Kapazitätsverbrauch errechnen
pro Impuls werden 150mA*0,8=120mAs verbraucht macht in der Stunde 49080mAs. Das sind 13,6mAh. Ebenso geht es übder mittleren Strom: Die 150mA fliessen für 1/11 der Zeit, der mittlere Strom ist also 13,6mA. Allerdings stimmen solche
Hammm H.Joachim S. schrieb im Beitrag #6912869: > pro Impuls werden 150mA*0,8=120mAs verbraucht > macht in der Stunde 49080mAs. Das sind 13,6mAh. > > Ebenso geht es übder mittleren Strom: Die 150mA fliessen für 1/11 der > Zeit, der mittlere Strom ist also 13,6mA. Klingt korrekt
-
Thread
Voltmeter Software!
Timer , Prescale = 256 Enable Timer0 Enable Interrupts On Timer0 Displayinterrupt Dim Disp(4) As Byte Dim Help As Byte Dim Help2 As Byte Dim Modenvara As Long Dim Modenvarb As Long Dim Modenvarc As Long Dim Modenvard As Long Dim Modenvare As Long Dim Modenvarf As Long Dim I As Integer
'Bitmuster zur Ausgabe Dim Messwert As Long 'kumulativer Messwert Dim Messwert2 As Long 'Zwischenwert zum Ermitteln der Ziffern Dim Digit As Byte
-
Thread
"bad gateway" beim Aufruf von uC.net
Zitat: "Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server." Nginx wird hier wohl als Webserver und Proxy laufen.
-
Thread
Kondensator vor ADC? Welcher, wenn nicht Tantal?
ganz: "The VCC pin should be bypassed to the ground plane with a 10μF tantalum capacitor with leads as short as possible. If the power supply is clean, the LTC1286/LTC1298 can also operate with smaller 1μF or less surface mount or ceramic bypass capacitors." (Seite 15 des Datenblatts) Da Du 1uF genommen
The VCC pin should be bypassed to the ground plane with a 10µF tantalum capacitor with leads as short as possible. If the power supply is clean, the LTC1286/LTC1298 can also operate with smaller 1µF or less surface mount or ceramic bypass capacitors.
-
Thread
Parallax Propeller
So, all I’ve said so far amounts to just this: Through an exceptional effort, we made the Propeller as electrically robust and efficient as we could. This, still, is not the core quality issue, but a supporting one. The core quality of the Propeller really resides in its architecture. The architecture
thought possible. They are finding the Propeller to be a great vehicle for invention and discovery, as well as the means to realize complex embedded systems that are not possible with any other chip. A few forum members have even said that the Propeller has drawn them back into software and electronics
-
Thread
ATmega88 - Timer2 OVF mittels Uhrenquarz - Probleme beim Konfigurieren
Disable the Timer/Counter2 interrupts by clearing OCIE2x and TOIE2. b. Select clock source by setting AS2 as appropriate. c. Write new values to TCNT2, OCR2x, and TCCR2x. d. To switch to asynchronous operation: Wait for TCN2xUB, OCR2xUB, and TCR2xUB. e. Clear the Timer/Counter2 Interrupt Flags. f. Enable
ASSR->EXCLK muß 0 sein und ASSR->AS2 auf 1 ... fertisch.
-
Thread
Geschickte Programmierung für Phasenanschnitt
debugging Led Alias Porta.2 Config Int0 = Falling On Int0 Int0_isr Enable Int0 Dim Key As Bit Dim Onoff_flag As Bit Dim Dim_flag As Bit Dim Dim_direction As Bit '1 = incr. brightness, 0 = decr. brightness Dim Key_count_flag As Bit Dim Count_0 As Byte 'for timing of the key Dim Bright_min As Word Dim Bright_max As Word Declare Sub Key_count Declare Sub Dimm Declare Sub On_off Ocr1b = 7000 'start triac at x [µs] after zero cross; 0 = full power, 10,000
-
Thread
AVR Potentiometer schwankt total
bis Wandlung beendet ist Was soll denn die Abfrage von ADIF? Datenblatt: ADSC will read as one as long as a conversion is in progress. When the conversion is complete, it returns to zero. Also Frage ADSC ab. ADIF musst du nämlich auch noch per Hand zurückstellen. MfG Spess
Wandlung beendet ist > > Was soll denn die Abfrage von ADIF? > > Datenblatt: > > ADSC will read as one as long as a conversion is in progress. When the > conversion is complete, it returns to zero. > > Also Frage ADSC ab. ADIF musst du nämlich auch noch per Hand > zurückstellen. > > MfG Spess