Internet regorge d'articles avec des schémas push-pull, et même ici, sur Habré , mais les gens n'aiment pas prendre un fer à souder, encore moins un oscilloscope.
Je décrirai le circuit assemblé sur des modules standards pour le lecteur arduino.
Parmi les appareils, seul un testeur est nécessaire (oui, même un DT-830), un fer à souder est également nécessaire, mais littéralement pour 6 points - connectez l'émetteur lui-même et le transformateur.
Attention! L'article contient des scènes de violence contre l'électronique et ,
— , — welcome !
, , ? — L298N:
, 20 3 , .
, 50-60 40, !
— - ( 0-3), , ;-)
, "".
, :
:
- 50-60W 28/40
- Step-UP 100/150
- — — Atmega328P — Uno, Pro mini, Nano .., , ;-)
— :
, — , ( ).
, , .
-, ;-)
, 2(3) , , .
, ( ), -:
, step-up L298N.
? ( ), .
"" +-500 .
:
, (5VEN), .
( ) — .
, , , .
- , ( ~200V) .
step-up ( 12, 14)
, "" .
:
byte TP = 0b10101010; // Every other port receives the inverted signal
void setup() {
DDRC = 0b11111111; // Set all analog ports to be outputs
// Initialize Timer1
noInterrupts(); // Disable interrupts
TCCR1A = 0;
TCCR1B = 0;
TCNT1 = 0;
//OCR1A = 200; // Set compare register (16MHz / 200 = 80kHz square wave -> 40kHz full wave)
OCR1A = 285; // Set compare register (16MHz / 285 = 56kHz square wave -> 28kHz full wave)
TCCR1B |= (1 << WGM12); // CTC mode
TCCR1B |= (1 << CS10); // Set prescaler to 1 ==> no prescaling
TIMSK1 |= (1 << OCIE1A); // Enable compare timer interrupt
interrupts(); // Enable interrupts
}
ISR(TIMER1_COMPA_vect) {
PORTC = TP; // Send the value of TP to the outputs
TP = ~TP; // Invert TP for the next run
}
void loop() {
// Nothing left to do here :)
}
"OCR1A = 285;" 28, — +-15 .
, ( ) :
— , ( ) — — , ( — ) (, 2/3 — ) ( ~36)
, , , , .
, "" .
, OCR1A — .
step-up ( 48 ).
, , .
, , , , :
, , , — 101.
"", 27500 28000.
, , .
— , " ".
UPD!
, " ", ;-)
110, :
, , (50 45), :
, , :
, , HamsterTime,
, ,
— , :
Eh bien, l'extracteur de miel à ultrasons (pour le bien duquel il a combattu toute l'entreprise) n'a pas encore fonctionné.
Des produits maison réussis!
Avec tout le respect, Andrew