-
Thread
AVR-Programmer-Software für standalone FT232R
Wunder, dass du Niemanden deinen Code zeigen willst ... z.B.: [code]Public Sub Warte(ByVal zentel As Byte) Dim i3 As Integer Fortschritt.Value = 0 Fortschritt.Maximum = zentel Dim i2 As Integer = zentel Dim i1 As Integer = 0 While i1 <= i3 Fortschritt.Value =
der Exe so nachvolziehen kannst geschrieben hatte ich aber: Public Sub Warte(ByVal zentel As Byte) Fortschritt.Value = 0 Fortschritt.Maximum = zentel For i = 0 To zentel Fortschritt.Value = i Threading.Thread.Sleep(100) Next
-
Thread
Mikrobasic Programm Grösse optimieren
Flashcell and give it out over UART. 'After this, program fall into a endless loop. ' ' Const Row1 as Word = 0x780 Const Row2 as Word = 0x7A0 Const Row3 as Word = 0x7C0 Const Row4 as Word = 0x7E0 dim UART_Data_Out as char[5] dim MyMemory as word[16] dim i as byte Sub Procedure Init
PMCON1.PMDAT end sub sub procedure FlashReadRow (dim Address as word,dim byref datas as word[16]) dim i as byte for i =0 to 15 datas[i] = FlashReadWord(Address +i) next i end sub Sub Procedure WriteDummysToFlash for i = 0 to 15
-
Thread
"Komisches" Ergebnis bei Planckkonstanten-mess-Versuch
: > "Message to Dave: I worked at Fluke in the late 70s and early 80s as a design engineer. I started as a junior engineer on the original handheld DMM, the 8020. Later I was the chief designer of the very successful 8060 series, which by the way, was the first microcontroller
so 8060s that had a minor programming error, but otherwise worked fine. 8060s were cool for audio as they had dB conversion and a wide band (at least for the time, 100kHz) true RMS converter. I used to give them to friends, most notably, I gave one to my dear departed friend Jim Williams. Anyway, I
-
Thread
Entwicklerboard für PIC
100% 0.00s avrdude: Device signature = 0x1e950f (probably m328p) avrdude: safemode: hfuse reads as D9 avrdude: safemode: efuse reads as FD avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing
... avrdude: 32768 bytes of flash verified avrdude: safemode: hfuse reads as D9 avrdude: safemode: efuse reads as FD avrdude: safemode: Fuses OK (E:FD, H:D9, L:E7) avrdude done. Thank you. [/code]
-
Thread
VB.net INI-Datei auslesen
FUN_lngGetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA"(ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Integer, ByVal lpFileName As String) As Integer Public Function FUN_strReadIniStr(ByVal i_strSection As String, ByVal i_strKeyName As String, ByVal i_strDefault As String, ByVal i_strFile As String) As String Dim lngSize As Integer Dim strValue As String = "" Try
-
Thread
Wordclock für Audio A/D-Wandler
Der Grund ist einfach: AES / SPDIF geht in den SRC; SRC & TX laufen auf WC Sync; AES geht dann in das nchfolgende Equipment (z.B. 'nen Digitalmixer). Der generiert auch WC. So die Idee. ???
euro bekommst Du schon recht gute Systeme mit Sieh mal bei M-audio z.B. Die haben allesamt SPDIF , AES/EBU - ausgänge und word clock eingänge. ausserdem synchen sie sich auf Soundkarten und fremde SPDIF-Geräte. Ich benutzte z.B. den alten Mindprint AN/DI.
-
Thread
Pioneer X-HM36D Mini-HiFi-System zu früh kaputt.
die dann ganz langsam (ca. 20 sec) auf 0 V abfällt. Also stimmt schon mit der Versorgungspannung des AS7812A etwas nicht. Weil die gemessene Spannung so langsam abfällt muss ich an den Entladevorgang eines Kondensators denken. Der AS7812A braucht nach Datenblatt am Eingang und am Ausgang je einen kleinen
ich die 12 V am Ausgang und die 18 V am Eingang des AS7812A also wieder kriegen? Eine Heißluftstation habe ich jedenfalls nicht. Den IC könnte ich aber natürlich mal versuchen zu bestellen. Kennt vielleicht jemand einen gleichwertigen Ersatztypen, den
-
Thread
__flash Äquivalent fürs EEPROM
/IEC TR 18037 Annex B.1.2) nicht vollständig im GCC umgesetzt, es fehlen nämlich die /User Defined AS/ mit denen aus Applikationsebene neue AS eingeführt werden. Die Zugriffsfunktionen implementiert dabei ebenfalls die Anwendung. Diese User Defined AS in GCC einzubauen ist allerdings /keine/ Anfängerübung
Gibt es eigentlich eine Aussicht auf Erbschaft der AS in Richtung g++?
-
Thread
Nach Abschlussarbeit keine Übernahme
passiert ist, qualifiziert sich nicht mal ansatzweise als "Rückschlag". Sondern eher als "Business as usual" für die meisten Absolventen. Sieh es nicht als Rückschlag, sondern als Chance. Konkret wirfst du deinem Chef ja Vetternwirtschaft vor, oder? In dem Fall... sei doch froh, dass du aus der Firma
Wertschätzung der AN durchs Management...). Und IN ist doch schön ;-) Bist du eigentlich bei E.. oder bei As.... gelandet?
-
Thread
Bootsektor x86
the following characteristics to validate a boot record: • For a device with removable media, such as a diskette, the boot record must contain valid code. For example, the value of the first byte of the boot record must be greater than 6. • For a device with nonremovable media, such as a fixed disk
passed also to the DX register. If the access-mode bit (bit 5) is set to 0, the DX register is defined as the "boot device identifier"; if the access-mode bit is set to 1, the DX register is defined as the "device key." The device key is a 16-bit value that is returned by Interrupt 4BH, Allocate Device
-
Thread
Probleme beim Einlesen von Daten in Excel von COMx
wichtigsten Codeteile Variabledeklaration ... Close #1 Open "COM5:9600,N,8,1" For Binary Access Read As #1 ' Open "COM5:9600,N,8,1" For INPUT As #1 ' da funktioniert gar nix, weder noch ... Do ... Egal welche der Inputvariante ich nehme ... => Input #1, Meldung oder => Line Input #1
Hallo habe ich ausprobiert! Vorschlag 1: Open "\\.\COM5:9600,N,8,1" For Binary Access Read As #1 => Laufzeitfehler 53, Dateiname nicht gefunden Vorschlag 2: Open "COM5:9600,N,8,1,N" For Binary Access Read As #1 selbe Effekt wie bisher aber ohne Fehlermeldung! Dank bisher an alle die
-
Thread
PIC-Mikrocontroller Buch
unsigned, 32-bit value SDWORD : signed, 32-bit value In addition, other byte sizes are defined as follows: SBYTE*n : create a signed, n * 8 bit value BYTE*n : create an unsigned, n * 8 bit value True bit fields are also introduced: BIT : as with JAL, this creates a *boolean* value.
parameters are allowed. No get/set procedures are automatically created when passing variables as volatile parameters Language ======== The OPERATOR keyword is not supported. The FOR command has changed as follows: FOR expr [USING var] LOOP [block] END LOOP ``USING var'' gives access
-
Thread
Schaltung passt so ?
standard operational amplifier types in single supply applications. They can operate at supply voltages as low as 3.0 V or as high as 32 V, with quiescent currents about one−fifth of those associated with the MC1741 (on a per amplifier basis). The common mode input range includes the negative supply, thereby
-
Thread
IGBT Linearbetrieb
the border of SOA (SCSOA) decreases. Junction temperature increases instantly during on state, and as a result, the maximum possible controllable current decreases. As such, short circuit, whose current rises rapidly, must be turned off in a very short period of time, and the time from moment short circuit
: Fault must be detected as soon as possible. Must suppress fault current to secure more time for the protection circuit to respond, and send the gate off signal as quickly as possible. Induce soft turn-off to avoid the
-
Thread
China SUPER Bauteile-Schnäppchen Thread [V2] Gesperrt
Tobias K. schrieb im Beitrag #4322004: > as bringt mir denn 5V->5V Conversion? Das Zauberwort lautet "isoliert".
Funkfernbedienungen nehmen für paar $ http://www.aliexpress.com/wholesale?catId=0&initiative_id=AS_20160323050228&SearchText=arduino+remote+control
-
Thread
Batteriespannung mit Arduino auslesen
value coming from the battery void setup() { pinMode(ledPin, OUTPUT); // declare the ledPin as an OUTPUT pinMode(battery, INPUT); // declare the battery as an INPUT } void loop() { batteryValue = ((int32_t)analogRead(battery) * 1000l)/1023; Serial.println(batteryValue);
ADC converts a voltage linearly between GND and V REF in 2^n steps (LSBs). The lowest code is read as 0, and the highest code is read as 2^n-1. Dann rechne mal "5V / 1024 * 1023" und berichte das Ergebnis (nicht gerundet).
-
Thread
Rfm12B 686Mhz Bascom Testprogramm.
Declare Sub Rf12_setbandwith(byval Bandwith As Byte , Byval Gain As Byte , Byval Drssi As Byte) Declare Sub Rf12_setbaud(byval Rfbaud As Long)
Count Temp = Rf12_trans(&H8208) End Sub Function Rf12_trans(byval Wert As Word) As Word Local Lowbyte As Byte Local Highbyte As Byte Lowbyte = Wert And 255 Shift Wert , Right , 8 Reset Spi_cs Highbyte = Spimove(wert) Lowbyte = Spimove(lowbyte) Set
-
Thread
Bascom I2C Eeprom
$baud = 9600 'SDA und SCL definieren Config Sda = Portc.1 Config Scl = Portc.0 Dim X As Byte Dim A As Byte Dim B As Byte Dim Lesen As Byte Cls Do '---- schreibe in EEprom ---- For A = 1 To 10 Incr X '1 bis Überlauf zählen
Const Eeprom_r = &HA1 'slave read address Dim Eeprom_count As Byte ' Zähler Dim Eeprom_anz As Byte Dim Eeprom_adr As Word ' Die Adresse als Word-Variable Dim Eeprom_high_adr As Byte At Eeprom_adr
-
Thread
S/P-DIF Mixer - lohnt sich selbst bauen?
vermeiden: Es geht um einen Ersatz für einen "MINIMON MON800"^^. Bisher glaubt hier niemand, dass man ein AES/EBU-Mischpult neu entwickeln sollte.
verlustbehaftet codierter mpeg Stream. Die AC3 Spur ist normalerweise verlustfrei komprimiert (gemuxte AES-id3 Signale). Das Stummtasten kann von einem Rauschreduktionsverfahren kommen. Gruß René
-
Thread
ATTINY84A ADC Werte sind gleich
gute Idee. Entweder ADC Interrupt oder ADSC in ADCSRA abfragen, siehe Datenblatt ("ADSC will read as one as long as a conversion is in progress. When the conversion is complete, it returns to zero. Writing zero to this bit has no effect."). Man muss, wie in den anderen Antworten, dass ADEN nicht
Idee. Entweder ADC > Interrupt oder ADSC in ADCSRA abfragen, siehe Datenblatt ("ADSC will > read as one as long as a conversion is in progress. When the conversion > is complete, Im Datenblatt des Tiny ist in einem Timing DIagram abgebildet, dass im Free running mode der ADSC sich nicht ändert
-
Thread
SPI Master mit Attiny1616
geschrieben: [c] void init_spi() { PORTA_DIRSET = 0x02 | 0x04 | 0x10; //set clock, MOSI and NSS as output PORTC_DIRSET = 0x02; //set rst as output PORTC_OUTSET = 0x02; //set reset high SPI0_CTRLA = 0x23; SPI0_CTRLB = 0x04; } [/c] [c]void readReg(uint8_t reg, uint8_t *result, size_t
die mit _bm am Ende). Deine: [c] PORTA_DIRSET = 0x02 | 0x04 | 0x10; //set clock, MOSI and NSS as output [/c] übersetzt: [c] PORTA_DIRSET = _BV(1) | _BV(2) | _BV(4); //set clock, MOSI and NSS as output [/c] Stellst du schon etwas fest? Wenn nicht, an welchen Portpins verwendest du SPI? Wie
-
Thread
Willkürliche Beitragslöschungen
, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 3t7dbf74PyzDFWl) Nov 1 18:43:06 eq4 postfix/smtp[22965]: E748CDA2E61: to=<XXXXXXXXremovedXXXXXXXX@XXXXXXXXremovedXXXXXXXX.de>, relay=mx.arcor.de[151.189.21.118]:25, delay=0.3, delays=0.02/0/0.22/0.06
, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 3t7dyH670VzDFWg) [/code]
-
Thread
Empfehlenswerte Literatur zum Erlernen von C
Regel lediglich "Advisory" ist. Diese Regel also nur eine "Recommendation" darstellt, die man nur "as far as reasonable practical" befolgen sollte.
> lediglich "Advisory" ist. Diese Regel also nur eine "Recommendation" > darstellt, die man nur "as far as reasonable practical" befolgen sollte. Klingt sinnvoll. In der Regel bemühe ich mich darum, dass Funktionen nur ein erfolgreiches Ende haben (und zwar ganz unten). Aber im Fehlerfall dürfen
-
Thread
3V6 Zenerdiode mit 4,2 V Spannungsabfall?
so? Nimmt man heute andere > Halbleitermischungen/materialien? Ja. > Ist doch immer InGaAlAs irgendwas? ;-) Nein. Die alten roten waren aus GaAsP und eher dunkel. http://www.hzdr.de/FZD/Aktuelles/Lehrer/Fortb04/Vortrag_Winnerl_LED.pdf
temperaturstabil ist. > MaWin schrieb im Beitrag #2619579: >> Nein. Die alten roten waren aus GaAsP und eher dunkel. > > Der Schaltplan des Verstärkers meint das wären TLR112 und die wurden aus > GaP hergestellt. Sowohl als auch. Mein schlaues Buch sagt, daß GaAsP das Material ist, daß technologisch
-
Thread
Google Mail mit ZIP Frage
.drc, .net" und Gerber Layer Dateienden. Nun kommt meine Frage: Auch Verschlüsselung mit ZIP AES256 funktionierte es nicht, trotzdem ich die Dateinamen Mitverschlüsselungsoption aktiviert hatte. ZIP kann AES256 Verschlüsselung mit der Option, daß auch die Dateinamen verschlüsselt sein sollen
mitgesendet. Weiß jemand was Genaues? AES256 sollte ja eigentlich momentan auch für Quantencomputer in einer realistischen Zeitspanne unknackbar sein. Daß sich da irgendetwas konträr verhält ist offensichtlich weil die Google Unzustellbarskeit-Rückmeldung
-
Thread
SHT11 an LPT hängen
Hab im Web ein Beispiel für Dich gefunden, vielleicht hilfts: Public Function SetBit(InByte As Byte, Bit As Byte) As Byte 'Set het n'de bit of van InByte SetBit = InByte Or (2 ^ Bit) 'Set het n'de Bit End Function Public Function ClearBit(InByte As Byte, Bit As Byte) As Byte 'Clear het
= InByte And Not (2 ^ Bit) 'Clear het n'de Bit End Function Public Function IsBitSet(InByte As Byte, Bit As Byte) As Boolean 'Is het n'de bit van InByte gezet of niet? IsBitSet = ((InByte And (2 ^ Bit)) > 0) End Function Public Function ToggleBit(InByte As Byte, Bit As Byte) As Byte '
-
Thread
Dongle ersatz mit Atmel über Bus manipulationssicher?
Schlüsselaustausch oder sonst was an. Ein Challenge/Response System welches fehlerfrei und mittels z.B. AES realisiert wird, mit festen Keys, kann man allein durch abhören niemals erfolgreich angreifen. http://xkcd.com/538/ gruß cyblord
cyblord ---- schrieb im Beitrag #3305454: > - Ist die Verschlüsselung sicher (z.B. AES) und korrekt implementiert, > und der Schlüssel lang genug und geheim, Dann macht der böse C64-Knacker einen großen Sprung und lässt Deine Prüfung aus
-
Thread
ATtiny85 kann nicht angesprochen werden.
: writing output file "<stdout>" :01000000629D :00000001FF avrdude.exe: safemode: lfuse reads as 62 avrdude.exe: safemode: hfuse reads as DF avrdude.exe: safemode: efuse reads as FF avrdude.exe: safemode: Fuses OK avrdude.exe done. Thank you.
: writing output file "<stdout>" :01000000E21D :00000001FF avrdude.exe: safemode: lfuse reads as E2 avrdude.exe: safemode: hfuse reads as D7 avrdude.exe: safemode: efuse reads as FF avrdude.exe: safemode: Fuses OK avrdude.exe done. Thank you.
-
Thread
Samsung Festplatte Motor Defekt
hallo hat jemand noch eine quantum fireball plus as 40gb rumliegen brauchte eigenlich nur das board davon danke im voraus
Hallo,habe nun alles hier durchgelesen,bei mir ist es eine Maxtor Diamond Max23 STM3500418AS 500GB Festplatte,die beim booten kurz klackernt anläuft aber dann stehenbleibt.Bildschirm zeigt nur den PressF8 for BBs Popup Modus an und danach fährt der Rechner nicht weiter hoch.Kein Windows XP-Bild
-
Thread
Display im Hausflur, das die letzten Anrufe anzeigt, wie realisieren?
Das macht die Sache allerdings wesentlich komplizierter. Macht es nicht, denn er hat eine Agfeo AS 40. (Vorrausgsetzt bei Orama hat ein analoges Telefon) Kurze Recherche hat ergeben,dass die AS 40 an den analogen Anschlüssen CLIP zur Verfügung stellt. Alternativ kann man es vielleicht auch am der RS232 Port der AS 49 abrufen.
-
Thread
ATMEGA88V reagiert nach make programm nicht mehr
/ttyACM0 -v avrdude: Device signature = 0x1e930a (probably m88) avrdude: safemode: lfuse reads as 62 avrdude: safemode: hfuse reads as DF avrdude: safemode: efuse reads as F9 avrdude: safemode: lfuse reads as 62 avrdude: safemode: hfuse reads as DF avrdude: safemode: efuse reads as F9 avrdude
-
Thread
Code übersetzen
Single Dim Gyro1dkalman_p_11 As Single Dim Gyro1dkalman_q_angle As Single Dim Gyro1dkalman_q_gyro As Single Dim Gyro1dkalman_r_angle As Single Dim Wert As Single Dim Y As Single Dim S As Single Dim K_0 As Single Dim K_1
Ars_predict(byval Dotangle As Single , Byval Dt As Single) Declare Function Ars_update(byval Angle_m As Single) As Single Declare Function Kalman_filter_auswertung(gyro As Single , Adxl As Single , Dt As Single) As Single
-
Thread
C++ forward declaraion
: [c]class IUseMyClassAsBase; template<typename T> class MainClass_MyClass : public internal::BaseClass<internal::BaseClassRef<T>> { ... // here I access IUseMyClassAsBase related functionality } class MainClass_IUseMyClassAsBase
MainClass { template<typename T> using MainClass = MainClass_MyClass<T>; using IUseMyClassAsBase = MainClass_IUseMyClassAsBase; }[/c]
-
Thread
LM2576 Step-Down wirklich so problematisch?
Ich hab eben die PISR 100 von Reichelt mal durchgemessen. Sie gerät ab 4 As leicht in die Sättigung. Aber auch bei 7 As verhält sie sich noch recht brav - der Strom schnellt nicht gerade schlagartig nach oben. Gemessen bei 5 kHz. Also 3A mittlerer Strom und 7As sollten schon
10uH. Das passiert ab 500mV Spannungsabfall am 150 mOhm-Widerstand, also 3.3A. Gemessen hab ich bis 10As! Also von 0 bis 3.3A hat das Ding rund 100uH. Und von 3.3A bis 10A hat die Spule noch über 10uH. Der Strom in der gesättigten Spule steigt also 8-fach schneller als in der ungesättigten Spule.
-
Thread
Komischer UART
die Fuses stehen so [c] avrdude: Device signature = 0x1e9602 avrdude: safemode: lfuse reads as E0 avrdude: safemode: hfuse reads as 99 avrdude: safemode: efuse reads as FD [/c] mit dem d in der e-fuse müsste der 103c-mode aus und der watchdog eigentlich an sein (p293 im Manual) meine
Datenblatt zu lesen. efuse auf ff heißt, watchdog aus, 103c mode aus [c] avrdude: safemode: lfuse reads as E0 avrdude: safemode: hfuse reads as 99 avrdude: safemode: efuse reads as FF [/c] Warum ist dieses Programm verherend mit einem Watchdog?
-
Thread
arduino sdcard copyer
attention by doing a quick google search. There are other devices on the market, which are nearly as cheap as this one and do the job. > (Hopy my English is ok.) I guess we are doing fine :-)
#3076890: > But you will not be happy with that solution. There is way to few memory > in the arduino as to make such an device usefull in any way. Copying an > entire 2GB SD-Card will last forever. The memory might not be important as long as there is space for at least one block (512 bytes). You also
-
Thread
Ist das ein Bug im Compiler?
t_data16*)&(X))->high8) #define LOW8(X) (((t_data16*)&(X))->low8) typedef union { uint16_t as_uint16; int16_t as_int16; uint8_t as_uint8[2]; // avr uses little endian - LSB is uint8[0] int8_t as_int8[2]; struct // if code runs on other endianess
explizit erlaubt: > If the member used to access the contents of a union object > is not the same as the member last used to store a value in > the object, the appropriate part of the object representation > of the value is reinterpreted as an object representation in > the new type [...] a process
-
Thread
Flashing und Debugging mit gdb und BMP
extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=x86_64-apple-darwin10 --target=arm-none-eabi". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find
blackmagic nicht funktioniert. GDB 6.8 and higher set any memory area not in the memory map as inaccessible. This can be changed to the old behaviour by using the following GDB command set mem inaccessible-by-default off
-
Thread
Standlicht am Fahrrad nachrüsten
Bewegung selbst mit ollem noname Reibraddyn ist sofort halbwegs helles Licht da - ab 15kmh dann halt "as hell as hell could be" :) Klaus.
Klaus R. wrote: > dann halt "as hell as hell could be" :) > Das ist ja höllisch ;-)) Man könnte vielleicht auch sagen teuflisch gut ,-) cu, Andrew
-
Thread
rs 232 rechtecke vor und nach wert
quell code von vb 2008 express Public Class Form1 Delegate Sub TextBoxCallback(ByVal text As String) Private WithEvents myComPort As IO.Ports.SerialPort Private EndOfCommand As String = Constants.vbCrLf.ToString Private Sub Form1_Load(ByVal sender As System.Object, _
Case IO.Ports.SerialData.Eof End Select Dim msg As String = Me.myComPort.ReadExisting Me.ShowText(msg) End Sub ''' <summary> ''' </summary> Private Sub myComPort_PinChanged(ByVal sender As Object, ByVal e As _
-
Thread
Strukt initialisieren probleme
vermutlich daran, dass du in Zeile 8 immer das gleiche Element ansprichst. relais_ps = &relais_as[RELAIS_5]; Da solte vermutlich der index relais_e rein?
Die Initialisierung funktioniert jedenfalls: [c] int main(void) { PORTB = relais_as[RELAIS_4].pin; a4: 80 e1 ldi r24, 0x10 ; 16 a6: 85 b9 out 0x05, r24 ; 5 PORTB = relais_as[RELAIS_5].pin; a8: 80 e2 ldi r24, 0x20 ; 32 aa: 85 b9
-
Thread
ARM und RISC/V - Unruhe durch den IPO
have identified the development of globally competitive PRC companies in “core technologies” such as semiconductors as a key policy focus. As part of a government-wide effort to encourage investment and development of domestic semiconductor capabilities, the PRC government could encourage financing
RISC-V ISA. The EMSA5 is a 32-bit processor with a five-stage pipeline that is used in embedded systems as well as in functional safety applications such as in the automotive sector. For the latter, the IP core has an ASIL D ready certification according to ISO 26262. [/c] Wichtigstes Ziel des Forschungs-Projekt
-
Thread
Richtige PFC-Topologie
die Diode wärer (Flußverluste), aber der Fet blieb kühler, es entstand fast ein ausgleich. aber GaAs kann der Halbleiterhersteller (angeblich) besser bearbeiten, weicher, keine extremen Temperaturen bei der Berarbeitung Deshalb billiger und groß dies möglich. Angeblich mach IXYS bald 600V GaAs-Dioden bis 100A. GaAs hat einen negativen Tempkoeffizent, Uf wird besser bei hoher Temp. Allerdings ist dann mit parallelschalten nichts mehr. Sic vs. GaAs muss man dann genau vergleichen was beim jeweiligen Design.
-
Thread
Treiber-IC ca. 250mA .... aber welches für LED-Matrix?
es diesen hier: http://www.austriamicrosystems.com/eng/Products/Lighting-Management/LED-Driver-ICs/AS1115 hat auch Error Diagnose und key readback. Mit MAX7219/21 kompatibel ist der dot matrix driver AS1106 AS1107 http://www.austriamicrosystems.com/eng/Products/Lighting-Management/LED-Driver-ICs/AS1106
/AS1119 Lg.
-
Thread
ATTiny2313 mit ATMega32 über SPI
util/delay.h> volatile int data; // Initialize SPI-Interface void init_spi() { // Set DO as output and DI, USCK as input DDRB = (1<<DDB6); DDRB &= ~(1<<DDB5) | ~(DDB7); //Enable USI overflow interrupt, set three wire mode and set // clock to External, positive edge. USICR
. Woran liegt das und wie kann ich >das ändern? > // Set LED-Ports PB2 (LED1) and PB3 (LED2) as output > DDRB = (1<<DDB2) | (1<<DDB3); >void init_spi() >{ > // Set DO as output and DI, USCK as input > DDRB = (1<<DDB6); > DDRB &= ~(1<<DDB5) | ~(DDB7); Fällt dir etwas auf? MfG Spess
-
Thread
RDS CRC Prüfbit Berechnung
Gruppe-A, 2 für Gruppe-B, 3 für Gruppe-C, 4 für die Gruppe-D. Public Function BERECHNUNG_CRC(INP As String) As Byte ' INPUT: STRING 26 BYTES ' z.B. ("10000000000000000111000011") ' ("11010100111100011010001111") ' OUT: ' 0= Error ' 1=Gruppe A ' 2=Gruppe B ' 3=Gruppe C ' 4=Gruppe D Dim i As Integer Dim ZWISCHENERGEBNIS1 Dim ZWISCHENERGEBNIS2 Dim DATA As Double Dim CRC_OLD As Double Dim CRC As Double Dim CRC_GRUPPE_A Dim CRC_GRUPPE_B Dim CRC_GRUPPE_C Dim CRC_GRUPPE_D '---------
-
Thread
BLDC Controller
könnte schon der Hund begraben sein. Da stehen dann auch mal schöne Hinweise in so einer AN: As an added safety margin a resistor diode network can be added to the gate, as shown with dashed lines in Figure 28A. The purpose of this network is to further delay the turn-on, without affecting the
network is also useful in reducing the peak of the current spike during the reverse recovery time. As explained in Ref. 2, this has an impact on power losses, as well as dv/dt and EMI.
-
Thread
Verständnissprobleme mit der SD Karten- Speicherverwaltung
angefangen auf die SD Karte zu speichern!? Oder ratet ihr mir zu verschlüsselungsverfahren wie RSA, AES.. etc. Grüße Marco
Rechenleistung. Ein AVR reicht >nicht. Es gibt Controller mit Hardware-Crypto. Die ATXmegas haben AES in Hardware drin.
-
Thread
74HC14 Schmitt-Trigger
von NatSemi: "Note 8: Positive excursions of input voltage may exceed the power supply level. As long as the other voltage remains within the common-mode range, the comparator will provide a proper output state. The low input voltage state must not be less than −0.3 VDC (or 0.3 VDCbelow the magnitude
NatSemi: > > "Note 8: Positive excursions of input voltage may exceed the power > supply level. As long as the other voltage remains within the > common-mode range, the comparator will provide a proper output state. > ..." OK, aber dann muss die Spannung für die Schaltschwelle am + Eingang den
-
Thread
SMD bleifrei löten?
Minusgraden https://www.researchgate.net/profile/Minami-Yoda-2/publication/228605585/figure/fig8/AS:302012802584577@1449016871077/Vapor-pressure-as-a-function-of-temperature-for-lead-from-Ref-2-and-for-flibe.png
#7181886: > https://www.researchgate.net/profile/Minami-Yoda-2/publication/228605585/figure/fig8/AS:302012802584577@1449016871077/Vapor-pressure-as-a-function-of-temperature-for-lead-from-Ref-2-and-for-flibe.png Das Diagramm hat aber relativ ungewöhnliche Einheiten, und der relevante Bereich (athmosphärischer