-
Thread
m32r-elf-as: Assemblerprobleme
HostCallNoBuffer HostCall 0, LDB HostCallPutString HostCall 2, LDB (...)[/code] Mein m32r-elf-as beschwert sich beim Aufruf (`m32r-elf-as -o code.o code.s`) aber schon über die erste Zeile: [code][lynix@thor helloworld]$ m32r-elf-as -o code.o code.s code.s: Assembler messages: code.s:1: Error
Assembler verwenden, für den die Dateien geschrieben wurden, oder die gegebenen Quelltexte für den GNU as umarbeiten. In dem zitierten Ausschnitt müsste eben die .SECTION an das Format von GNU as auf ELF Targets angepasst werden oder ganz weggelassen werden (hier scheint nichts nötiges außer dem ALIGN
-
Thread
CRS Robotics A255 Roboterarm
immortal units that are reusable but require time to regenerate their health when it is lost.Through an as of yet unknown process, Cyrus Gold s corpse transformed into a rotting, vegetative undead monstrosity that the world would soon come to know as Solomon Grundy.Judas Priest Screaming For Vengeance.
don t reside in the EU EEA, AccuRadio nonetheless hopes that you review the updated Privacy Policy, as certain other updates apply to all listeners.And when the music was good, it made me think of Robert Plant as a sensitive human being, heck, just a real person, not a long haired stage muppet.Dan Moran
-
Thread
Wer hat am 1. Mai in Berlin randaliert?
.' Churchill was in no doubt that gas could be profitably employed against the Kurds and Iraqis (as well as against other peoples in the Empire): 'I do not understand this squeamishness about the use of gas. I am strongly in favour of using poison gas against uncivilised tribes.' Henry Wilson shared Churchill's enthusiasm for gas as an instrument of colonial control but the British cabinet was reluctant to sanction the use of a weapon that had caused such misery and revulsion in the First World War. Churchill himself was keen to
-
Thread
ATmega8 und RS232
Dabei benutzt du dann aber die Bascom-Soft-Uart. Open "COMD.1:9600,8,N,1,INVERTED" For Output As #1 Open "COMD.0:9600,8,N,1,INVERTED" For Input As #12 Sieh mal in der Bascom Hilfe nach.
der RETURN-Taste abschließen. $crystal = 16e6 Open "COMD.6:9600,8,N,1,INVERTED" For Input As #1 Open "COMD.5:9600,8,N,1,INVERTED" For Output As #2 Dim Text$ As String * 16 Print #2 , "Test" Do Print #2 , "Name: " ; Input #1 , Text$ Print #2 , "Hallo, " ; Text$ Loop End
-
Thread
ATMega328P low power funktioniert nicht
los ist: [c] void setup(void) { DDRD &= B00000011; // set Arduino pins 2 to 7 as inputs, leaves 0 & 1 (RX & TX) as is DDRB = B00000000; // set pins 8 to 13 as inputs PORTD |= B11111100; // enable pullups on pins 2 to 7 PORTB |= B11111111; // enable
gegeneinander auf einem Arduinoboard arbeiten ! [c]DDRD &= B00000011; // set Arduino pins 2 to 7 as inputs, leaves 0 & 1 (RX & TX) as is[/c] Wie kommt man auf diese Idee ?
-
Thread
AVR8ASM TWI Interrupt
TWI-ISR nicht angesprungen wird. Aber warum ? In der Appnote AN2480 bzw. AVR315 steht : As long as the TWINT Flag is set, the SCL line is held low. This allows the application software to complete its tasks before allowing the TWI transmission to continue. *The TWINT Flag is set:* *•
auch die TWI-Fehlerroutinen sind zur Zeit inaktiv. Wie kann ich auf einfache Weise das komplette AS7-Projekt hier hochladen ? Bernd_Stein
-
Thread
Rückgabe von Getkbd() - BASIC
PullUp aktiv Ddrd = &HE0 ' PBD7-PB5 Ausgang Dim S As String * 12 S = "123456789*0#" Dim Ss As String * 1 Dim Column As Byte Dim Row As Byte Dim Key As Byte ' Variable enthält Tastennummer Declare Function
PullUp aktiv Ddrd = &HE0 ' PBD7-PB5 Ausgang Dim S As String * 16 S = "1234567890*/+-=C" Dim Ss As String * 1 Dim Column As Byte Dim Row As Byte Dim Key As Byte ' Variable enthält Tastennummer Declare
-
Thread
Rot-n Algorithmus
folgerndermaßen aus und klappt auch ohne dergleichen: [code] Public Function encode(strInput As String, n As Integer) Dim i As Integer Dim strOutput As String For i = 1 To Len(strInput) strOutput = strOutput & Chr((Asc(Mid(strInput, i, 1)) + n)) Next i encode = strOutput End Function Public Function decode(strInput As String, n As Integer) Dim i As Integer Dim strOutput As String For i = 1 To Len(strInput) strOutput = strOutput & Chr((Asc(Mid(strInput, i, 1)) - n))
-
Thread
Array mit Poke füllen geht nicht.
Danke. Dieses funktioniert: [code] rem $dynamic dim arraya(32000) as Integer dim arrayb(32000) as Integer dim segia as integer dim ofsia as integer dim segib as integer dim ofsib as integer segia=varseg(arraya(0)) ofsia=varptr(arraya(0)) segib=varseg(arrayb
Dieses habe ich: DIM array%(32000) umgewandelt in: DIM array(32000) as integer Danke. [code] rem $dynamic DIM array(32000) as integer FOR x% = 0 TO 999 array(x%) = 0 NEXT segia%=varseg(array(0)) ofsia%=varptr(array(0)) def seg=segia% for z%=0 to
-
Thread
anderer Atmega8 von Reichelt
Peripheral Interface – SPI [..] /SS Pin Functionality [..] Master Mode [..] If /SS is configured as an output, the pin is a general output pin which does not affect the SPI system. Typically, the pin will be driving the /SS pin of the SPI Slave. If /SS is configured as an input, it must be held
Master SPI operation. If the /SS pin is driven low by peripheral circuitry when the SPI is configured as a Master with the /SS pin defined as an input, the SPI system interprets this as another Master selecting the SPI as a Slave and starting to send data to it. To avoid bus contention, the SPI system
-
Thread
Testdisk auf crypt (luks) Partition anwenden - geht das?
Linux /dev/sdb10 179440384 183141119 14802944 83 Linux cat crypttab cr_ata-ST9750420AS_6WS2SRHZ-part2 /dev/disk/by-id/ata-ST9750420AS_6WS2SRHZ-part2 none none cr_ata-ST9750420AS_6WS2SRHZ-part5 /dev/disk/by-id/ata-ST9750420AS_6WS2SRHZ-part5 none none cr_ata-ST9750420AS_6WS2SRHZ-part6 /dev/disk/by-id/ata-ST9750420AS_6WS2SRHZ-part6 none none cr_ata-ST9750420AS_6WS2SRHZ-part8 /dev/disk/by-id/ata-ST9750420AS_6WS2SRHZ-part8 none none
-
Thread
Ist so eine SQL-Abrage mit einem SQL-Befehl möglich?
- a4 insert into a (id, pid, ptable, txt) values (6,4,0,'a6') -- a6 - a4 go select *, ca.txt as child, case when ca.ptable=0 then pa.txt else pp.txt end as parent from a as ca -- childA left outer join a as pa on ca.pid=pa.id -- parentA left outer join p as pp on ca.pid = pp.id --
folgende Abfrage erzeugt korrekte Ergebnisse bei unveränderter Struktur. [c] select a1.* from p, a as a1 where p._id = %p and a1.ParentId = p._id and a1.ParentTab = 0 union select a2.* from a as a2, a as a3 where a2._id = a3._id and a3.ParentTab = 1 and a2.ParentId in (select a1._id from p, a as
-
Thread
Panasonic Grid-Eye
imprisonment. Dual-use violations can also be subject to civil fines up to $12,000 per violation, as well as denial of export privileges. It should be noted that in many enforcement cases, both criminal and civil penalties are imposed." $500,000 Strafe und 10 Jahre Knast falls das in deinem Koffer
falls Interessenten das noch nicht mitbekommen haben: Der Grid-Eye ist nun in D erhältlich - über as-electronic.net. Gruß Uli
-
Thread
kann ein on/off Signal (keine daten) an rs232 an PC gesendet werden?
Schäffer, http://www.blafusel.de Imports MySql.Data.MySqlClient Public Class Form1 Dim conn As New MySql.Data.MySqlClient.MySqlConnection Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim myConnectionString As String
Sub SerialPort1_PinChanged(ByVal sender As System.Object, ByVal e As System.IO.Ports.SerialPinChangedEventArgs) Handles SerialPort1.PinChanged Dim cmd As New MySqlCommand Select Case (e.EventType) Case IO.Ports.SerialPinChange.Ring
-
Thread
ARM-GCC: "pointers are not permitted as case values"
Hallo zusammen, und wieder einmal haben sich Lücken in meinem C-Wissen aufgetan, wo ich sie nicht vermutet habe. Obwohl mittlerweile auch der K&R in meinem Besitz und benutzt ist. Ich will ein switch-case-Konstrukt mit einer Zeigervariable machen (ich nutze den ARM-GCC): [c] void init(GPIO_TypeDef * gpio) { switch(gpio) { case GPIOA: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE); break; case GPIOB: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE
-
Thread
5 Ton Auswertung mittels Atmega8
Enable Icp1 On Int0 Ontaster Config Int0 = Falling Enable Int0 Enable Interrupts Dim Zaehler As Word Dim Icr_neu As Word Dim Icr_alt As Word Dim Frequlong As Long Dim Frequenz As Word Dim A(5) As Word Dim Frequsumme As Word Dim Adizaehler As Integer Dim Durchschnitt As Word Dim Grenzeo As Word Dim Grenzeu As Word Dim Ton As String * 1 Dim Tonalt As String * 1 Dim Folge As String * 5 Dim Timeout As Word Main: Waitms 2 Frequlong = 8000000 / Icr_neu Icr_neu = 1 Frequenz =
-
Thread
Wo geht die Energie hin?
Nutzbarer Spannungshub für den AVR bei Ub=5V, bis zur Entladespannung von 3,3V -> 1,7V Q(5V)= 11mAS Q(3,3V)= 7,26mAS Es können also 3,74mAS entnommen werden... Fall 2. Kondensator vor dem Regler. Q(12V)=26,4mAS Q(9V)=19,8mAS Q(3,3V)= 7,26mAS Es können also zwischen 19,4mAS und 12,54mAS
vor den Spannungswandler gehängt. Ich sollte lesen lernen. Da stecken doch wohl sowas um 2-5mAS drin. ...bei 50mA Last... + die LED Da ist der Daumen nach dem Pi kaputt !
-
Thread
Kann man das besser schreiben?
naja multiplexen würde ich as was ich da gemacht habe nicht nennen :D
Scheiße :D (Tschuldigung). Das sieht so aus als wäre es für mich undmöglich as ganze bis samstag fertigzubekommen... Naja danke für eure Hilfe :)
-
Thread
LCD Controller für 640x480 LCD mit mega8515
Beschreibung der 2 CE-Anschlüsse des anderen Speichers: Allgemeines: [code] Functional description The AS7C1024B is a high performance CMOS 1,048,576-bit Static Random Access Memory (SRAM) device organized as 131,072 words x 8 bits. It is designed for memory applications where fast data access, low power
@Benedikt ich bin über eine Tüte S-Rams AS7C4096A 12ns gestolpert. Die hätten 512Kx8 und wären nun mal da. in der 1.Schaltung Deines http://www.mikrocontroller.net/topic/25099#148932 benutzt Du ja ein HC02 um ein weiteren S-Ram zu benutzen
-
Thread
Attiny85V mit Arduino Mega ISP-Shield flashen, funktioniert nicht richtig.
as 0 avrdude: safemode: efuse reads as 0 avrdude: safemode: Fuses OK avrdude done. Thank you.
as 0 avrdude: safemode: efuse reads as 0 avrdude: safemode: Fuses OK avrdude done. Thank you.
-
Thread
I2C Kommunikation zwischen Atmega128 und Drucksensor
60, 2, 1, 1, yellow, black); } } } // Enhanced delay-routine (wait) as as the standard delay routine (_delay_ms) is not able to delay // more than 17 ms maximum as of the used 8-bit-timer (depending on used crystal) void delay_ms(uint16_t period) //delay routine (milliseconds
I2C Error", 1, 60, 2, 1, 1, red, black); } } } // Enhanced delay-routine (wait) as as the standard delay routine (_delay_ms) is not able to delay // more than 17 ms maximum as of the used 8-bit-timer (depending on used crystal) void delay_ms(uint16_t period) //delay routine (milliseconds
-
Thread
RS485 bus mit Fleury Uart
#include "uart.h" int main(void) { DDRB = (1<<PINB0) | (1<<PINB2); // Set PB0 and PB2 as output PORTB &= ~(1<< PINB2); // set PB2 to zero and listen to incoming data - 0 = listen, 1 = send DDRD &= ~(1<<PIND5) | (1<<PIND6) | (1<<PIND7); // set PD5 PD6 and PD7 as input PORTD
return; } } int main(void) { DDRB = (1 << PINB0) | (1 << PINB2); // set PINB0 and PINB2 as output PORTB &= ~(1 << PINB2); // switch PB2 to zero and listen to incoming data lcd_init(); lcd_clear(); lcd_setcursor(0, 1); lcd_string("RS485 Test"); // Neu *****************
-
Thread
Eine neue Elektrodynamik
DEFINITION III. The vis insita, or innate force of matter, is a power of resisting, by which every body, as much as in it lies, endeavours to persevere in its present state, whether it be of rest, or of moving uniformly forward in a right line. This force is ever proportional to the body whose force it
upon it, endeavours to change its condition; and the exercise of this force may be considered both as resistance and impulse; it is resistance, in so far as the body, for maintaining its present state, withstands the force impressed; it is impulse, in so far as the body, by not easily giving way to the
-
Thread
avrdude - Probleme unter Mac OS X 10.7 (Lion)
############# | 100% 0.05s avrdude: Device signature = 0x1e9307 avrdude: safemode: lfuse reads as F1 avrdude: safemode: hfuse reads as D9 avrdude: erasing chip avrdude: reading input file "LCD.hex" avrdude: writing flash (6484 bytes): Writing | ###############################################
0x80 != 0xc0 avrdude: verification error; content mismatch avrdude: safemode: lfuse reads as F1 avrdude: safemode: hfuse reads as D9 avrdude: safemode: Fuses OK avrdude done. Thank you.[/c]
-
Thread
for(;;){} Schleife
omitted, it is simply dropped from the expansion. If the test, expr 2 , is not present, it is taken as permanently true,[/c] Nicht nur drüber reden … LESEN!
In der Spezifikation der Lambda-Expression im C++-Standard wird der entsprechende Sachverhalt mit "as if" formuliert: "If a lambda-expression does not include a lambda-declarator, it is as if the lambda-declarator were ()." Da auch beim for-Statement die as-if-Regel gilt, kann der obige Satz
-
Thread
Warum setzt Microsoft immer alles so halbfertig um? Gesperrt
, in deren Headern oder Readmes eben "AS IS" steht.
, die du verwendest, in deren Headern oder Readmes eben "AS > IS" steht. Das "AS IS" steht doch auch in den EULA und AGBs, kein Unterschied insoweit. Naja, unsere Kunden (vornehmlich Banken, Versicherungen und Mobilfunker) sind da anscheinend schon ein
-
Thread
Welchen Arm-Assembler-Kompiler für Linux?
übersetzen, nicht lang rpmsuchen, einfach installieren und arm-none-eabi-gcc aufrufen. Oder arm-none-eabi-as, wenn es dir nach dem Assembler in Reinform gelüstet.
als Paket da ... Also los ... [root@tube binutils-2.21]# make install ... nö ... kein arm-as, kein arm-gas, kein arm[garnüscht] nur den as
-
Thread
PIC4550 - Anfänger Problem
Chr Lcd8_Chr_Cp Lcd8_Cmd Lcd8_Config Prototype sub procedure Lcd8_Config(dim byref ctrl_port as byte, dim byref data_port as byte, dim rs, ctrl_rw, enable as byte, dim db7, db6, db5, db4, db3, db2, db1, db0 as byte) Returns Nothing. Description Initializes LCD at Control port (ctrl_port
Nothing. Example Lcd8_Init(PORTB, PORTC) Lcd8_Out Prototype sub procedure Lcd8_Out(dim row, col as byte, dim byref text as char[255]) Returns Nothing. Description Prints text on LCD at specified row and column (parameters row and col). Both string variables and literals can be passed as text
-
Thread
Supercaps in Reihe schalten
aber nicht komplett geladen. Hebt man nun die Eingangsspannung auf 3*3V=9V ergeben sich 9V*50F/3=150As in jedem Kondensator und damit 150As/3V=50F.
ist eine Kapazität, die Ladung hängt dann von der Spannung ab. Ein Kondensator von 1F kann bei 10V 10As speichern. Was du meinst ist 1 Coulomb (C) entspricht 1As.
-
Thread
FPGA synthetisierung
variable benutzen oder?!? Wo genau liegt der unterschied? 2.) Total Number Slice Register: 171 as Flip Flop: 169 as Latches: 2 Number of 4 input LUTs Number of occupieced Slices: 304 Related logic: 304 Totalnumber of 4 Input LUTs: 559 Number used as logic: 420 . . . Total equivalent
cells blabla Das kommt raus wenn ich es mit einem fpga probiere: Total Number Slice Register: 171 as Flip Flop: 169 as Latches: 2 Number of 4 input LUTs Number of occupieced Slices: 304 Related logic: 304 Totalnumber of 4 Input LUTs: 559 Number used as logic: 420 Daher muss ich einen
-
Thread
Zitate-Thread: Welches sind Euere Lieblings-Zitate für Projekte?
do not. There is no 'try.' (Jedi Master Yoda) Neo, sooner or later you're going to realize just as I did that there's a difference between knowing the path and walking the path. (Matrix - Morpheus to Neo) Gruß Andreas
Make it as simple as possible, but not simpler! (Einstein)
-
Thread
Lauflicht Riesenrad
Dim Color(3) As Byte R Alias Color(_base) : G Alias Color(_base + 1) : B Alias Color(_base + 2) Rb_selectchannel 1 ' Kanal wählen Do R = 100 : G = 0 : B = 0
'Taktfrequenz $hwstack = 40 $swstack = 16 $framesize = 32 Dim N As Byte Config Rainbow = 1 , Rd0_len = 8 , Rd0_port = Portd , Rd0_pin = 0 , Rd1_len = 8 , Rd1_port = Portd , Rd1_pin = 1 Dim Color(3) As Byte R Alias Color(_base) : G Alias Color(_base +
-
Thread
char Array für ultoa()
> If an argument to a function has an invalid value > (such as ... a null-pointer) ... the behavior is undefined. Den Satz darf man glaube ich nicht so verstehen, wie ich ihn verstünde, wenn ich nicht wüsste, dass man ihn so nicht verstehen darf.
noch einmal darauf hinweisen: [code]In the abstract machine, all expressions are evaluated as specified by the semantics.[/code] In meinem Beispiel /ist/ [code]*p = 1;[/code] eine Zuweisung. Das wäre nicht der Fall, wenn da stünde [code] char *p = NULL; *p = 1; [/code]
-
Thread
PWM Signalerzeugung
bits of OC1M are cleared*/ TIM2->CCMR1 &= (uint16_t)~TIM_CCMR1_CC1S; /* Set CC1 as output */ TIM2->CCMR1 |= TIM_OCMODE_PWM2; /* OC1 is low until CCR1, with PWM mode 2 the polarity is set*/ TIM2->CCER &= (uint16_t)~TIM_CCER_CC1P; /
mode 2 the polarity is set */ TIM2->CCMR1 &= (uint16_t)~TIM_CCMR1_CC1S; /* Set CC1 as output */ TIM2->CCER &= ~TIM_CCER_CC1P; /* CC1P for OC1 active high */ /* Configure register bits for Channel 1*/ TIM2->CCMR2 |=(uint16_t)TIM_CCMR2_
-
Thread
Heavy-Metal-Maschine von Elektor
' F Const F5_preset = Fix(392 * 65536 / 31250) ' G Dim Phasen_acc1 As Integer Dim Phasen_acc2 As Integer Dim Phasen_acc3 As Integer Dim Phasen_acc4 As Integer Dim Phasen_acc5 As Integer Dim Frequenz1 As Integer Dim Frequenz2 As Integer Dim Frequenz3 As Integer Dim Frequenz4 As Integer Dim Frequenz5 As Integer Frequenz1 = F1_preset Frequenz2 = F2_preset Frequenz3 = F3_preset Frequenz4 = F4_preset Frequenz5 = F5_preset On Ovf0 Isr_ovf Nosave Enable Ovf0 Ddrb =
-
Thread
DS18B20 probleme mit Pull-Up
_reset(uint8_t used_pin) { uint8_t err=100; DS1820_DDR |= 1<<used_pin; // define as ouput DS1820_PORT &= ~(1<<used_pin); //Pull low delay_us(480); ; // 480 us DS1820_DDR &= ~(1<<used_pin); // define as input DS1820_PORT |= 1<<used_pin;
_reset(uint8_t used_pin) { uint8_t err=100; DS1820_DDR |= 1<<used_pin; // define as ouput DS1820_PORT &= ~(1<<used_pin); //Pull low _delay_us(480); ; // 480 us DS1820_DDR &= ~(1<<used_pin); // define as input DS1820_PORT |= 1<<used_pin
-
Thread
Relais-Schutzdiode verzichtbar?
Base Junction. The emitter base junction of an E-line transistor may be used satisfactorily as a zener diode as stated above. If however the device is required to act both as a zener diode and as a transistor, it should be noted that a marked decrease in D.C. current gain may result. The
depletion layer, causing a reduction in current gain. The degree of degradation is difficult to predict as it depends on the avalanche current, the ionic charge in the oxide, (which is dependent on processing), the surface state of the transistor, again process dependent, and the transistor geometry.
-
Thread
LCD kaputt? Text bleicht aus
Reset LC mochte er nicht: Dim Lc As Byte Dim I As Byte Dim Hello As Bit Dim G As Single Dim X As Single Dim B As Single Dim C As Single Dim D As Single Dim An As Bit Dim Vcc As Bit Dim L As String * 10 Dim Z As Word , Channel2 As Byte Dim W As Word , Channel As Byte Bin bei 31 % Flash
-
Thread
Learning English using audio book, Your recs?
Users, I'm just trying to learn english in different ways and I want to ask You for some advices. As I already googled some staff, i got an idea to listen to an audio book which has a content story containing vocabulary as much as possible. Classical poethic is very difficult and primetive audio learning
is a language that is spoken mostly by non-native speakers, that is, by people who have learned it as a second language -- same as you. So you can be quite sure that most english that is spoken or written is to be taken /cum grano salis/ as far as linguistical correctness is concerned. So, to repeat
-
Thread
Datenverarbeitung einer CSV Datei
Install Jupyter Notebook (maybe with anaconda) and copy&paste the code: [c] import pandas as pd import matplotlib.pyplot as plt import datetime as dt daten = pd.read_csv("meas0.csv", sep=",", decimal=".", encoding="cp1252", usecols=[0,1,2,3,4,5,6], names=['Zeit'
Hier ist ein Beispiel für die Visualisierung mit Matplotlib: [code] import matplotlib.pyplot as plt import numpy as np t, ys = np.loadtxt('meas0.csv', 'M8[us],3f8', delimiter=',', unpack=True) plt.plot(t, ys) plt.show() [/code] Mit np.loadtxt wird die Datei "meas0.csv" eingelesen, wobei
-
Thread
RC5-Auswertung Problem
framesize = 32 $swstack = 32 $hwstack = 64 $crystal = 8000000 $baud = 19200 Dim Impuls_laenge As Word , Bit_nummer As Byte , Temp_daten As Word Dim Befehl As Byte , Adresse As Byte , Empfangs_fehler As Byte , Wiederholen_erlaubt As Byte Dim Letzte_adresse As Byte , Letzter_befehl As Byte , Startwert As Byte Dim Interrupt_vektor As Byte Config Lcdpin = Pin , Db4 = Portc.2 , Db5 = Portc.3 , Db6 = Portc.4 , Db7 = Portc.5 , E = Portc.6 , Rs = Portc.7 Config Lcd = 20 * 2 Config Timer0 = Timer , Prescale
-
Thread
Inbus Schraubendreher mit Loch 1,5mm gesucht
Rainer Z. schrieb im Beitrag #7193301: > Passt wohl... sieht aus wie der Starttaster im AES3 https://www.testberichte.de/p/ansmann-tests/aes3-testbericht.html Die hängen auch öfter, Ersatz gibt es hier https://www.segor.de/#Q=D2F-211&M=1 oder https://www.segor.de/#Q=D2F-223&M=1 und
schrieb im Beitrag #7195513: > kann man aber immer mal wieder gebrauchen: auch zum Öffnen vom Ansman AES 2/3 Starterknopf
-
Thread
8048 Assembler für aktuelle Windows-Versionen
schädlichen Einflüsse, zuviel Raum gegeben. Ich will es trotzdem versuchen! Worum geht es? Was ist "48as"? - Das Programm "48as" ist ein rudimentärer Assembler für den Mikroprozessor Intel 8048. - Der Syntax orientiert sich am "MCS-48(TM) FAMILY OF SINGLE CHIP MICROCOMPUTERS USER'S MANUAL". - Eine
noch mit MCS-48 arbeitet, der tut das meist im Kontext mit historischen Computern. Und da gibt es as, dieser Assembler unterstützt so ziemlich jeden älteren Mikrocontroller oder-prozessor. http://john.ccac.rwth-aachen.de:8000/as/
-
Thread
EIB Komponenten selberbauen
sich aber auch leicht mit den ICs von www.zmd.de selber bauen Ich setze z.Zt einen AS-i Controller AC1310 von ifm ein, quasi eine SPS mit AS-i Interface. Als Busleitung nutze ich zum Teil überall im Haus noch vorhandene Leitungen NYM von der ehemaligen Nachtspeicher Installation. Geht
@ Andre ja habe ich, z.B. einen AS-i nach DMX Umsetzer. Realisiert mit einem A²SI von ZMD und einem 8535. Damit kann ich, da meine eingesetzen Dimmer per DMX steuerbar sind, durch beliebige AS-i Aktionen Beleuchtungs szenarien realisieren
-
Thread
Türscharnier lose, wie reparieren?
https://media.hornbach.de/hb/installationmanual/as.143164174.pdf
Schau mal hier: https://media.hornbach.de/hb/installationmanual/as.143164174.pdf
-
Thread
EthernetKarte RTL8019 unbekannt
/products/products1-2.aspx?modelid=1 Die Specs. gibts hier: ftp://210.51.181.211/cn/nic/rtl8019as/spec-8019as.zip
Diesen Link kennt ihr schon ? http://www.chipcad.hu/download/8019as.pdf Enthalten die Pinbelegung des RTL8019AS, mit dieser Info ist es doch kein Problem, die Pinbelegung des oduls zu ermitteln. oder habe ich euer Problem nicht richtig verstanden ? Gruß Thorsten
-
Thread
Audiophile Elektrotechnik Gesperrt
erlernt habe. Habe das aber schon öfters redproduzieren müssen, weil es um die Erklärung der schneller GaAs-Schalter geht. Jetzt müssen wir aber aufhören, weil sonst noch die Person, die sich hinter Anja, Sigrid und Rudi Ratlos verbirgt, auf die Idee kommt, die AB-Endstufen in GaAs-Technik zu bauen.
. Du also bist der BEKANNTE Inschenschör von Sigrid? ;-)) Wieso? Gibt es GaAs-Röhren? Wie klingen die? Außerdem gibt/gab es ernsthafte Anstrengungen, mit dem VERRRBOT von GaAs die ganze HF-Branche lahmzulegen...
-
Thread
LCD Busy Flag Abfrage im 8 Bit Modus - die zweite
use either the tri-state ({DDxn, PORTxn} = 0b00) or the output high state ({DDxn, PORTxn} = 0b11) as an intermediate step."
sbi PORTD,PORTD7 ;set D7 high. With DDD7=0 is acting ;as input with activated pullup. cbi DDRD, DDD7 ;set direction for D7 as input. cbi PORTD, RS sbi PORTD, RW br1: sbi PORTB, E nop in R16,PIND ;load the upper 4 bits
-
Thread
DS18S20 - Bascom - Kommstelle auslesen
Db4 = Portb.0 , Db5 = Portb.1 , Db6 = Portb.2 , Db7 = Portb.3 , E = Portb.5 , Rs = Portb.4 Dim B As Byte , W As Word , Dg As Integer , Dg_s As Single , Tg As Byte Dim Min1 As Single , Min2 As Single , Max1 As Single , Max2 As Single Dim Dsid1(8) As Byte , Dsid2(8) As Byte 'Dallas ID 64 bits incl CRC Dim T As Integer , T1 As Integer , Ts As Single Dim Sc(9) As Byte 'Scratchpad 0-8 72 bits incl CRC, explanations for DS18b20 Cls : Lcd "DS1820 Thermometer" Locate 2 , 1 : Lcd
-
Thread
WiFi Relais mit ESP8266 ESP-01 Modul (Bascom)
externer 7,3728Mhz Quarz wird genutzt $crystal = 7372800 ' Variablen dimensionieren Dim Uartchar As Byte Dim Uartstring As String * 16 Dim Eepromchar As Byte Dim Savevalues As Bit $hwstack = 50 $swstack = 50 $framesize = 50 Config Watchdog = 2048 ' Konstanten festlegen Const Wlan_kanal
xtos_unhandled_exception = 0x4000dc44 ); PROVIDE ( _xtos_unhandled_interrupt = 0x4000dc3c ); PROVIDE ( aes_decrypt = 0x400092d4 ); PROVIDE ( aes_decrypt_deinit = 0x400092e4 ); PROVIDE ( aes_decrypt_init = 0x40008ea4 ); PROVIDE ( aes_unwrap = 0x40009410 ); PROVIDE ( base64_decode = 0x40009648 ); PROVIDE