Ola vc pode passar a ligação desse esquema na prática fazendo um favor
@unrelatedactivities14 сағат бұрын
Oi, não entendi o pedido, posso tirar um print-screen do esquema: kzbin.infoUgkx2mDO5E1Wm_IK9EItvzUA8kPvwtGeMk2P?feature=shared
@Jagga-oy2hd2 күн бұрын
Bro i made this project without rtc but with rtc i failed to compile the sketch Library issue I used many Libraries but errors evrrytime
@unrelatedactivitiesКүн бұрын
The library used for the DS1307 RTC was the Adafruit RTClib version 1.2.4, worked without problems. If you built the same project with same components it should have worked, can you post the error messages?
@SeAfasia3 күн бұрын
nice constraction.....thanks for share Dinos
@unrelatedactivities2 күн бұрын
Thank you too
@joseniltonsantos90223 күн бұрын
Tava ha anos procurando este circuito
@RuTnVI3 күн бұрын
Awesome. It's there any difference if I'm using 20mm piezos?
@unrelatedactivities3 күн бұрын
You may need to adjust the sensitivity in the code.
@RuTnVI3 күн бұрын
@unrelatedactivities ok, it's my first DIY octapad, so if u can talk me about different piezo sizes, i would be useful.
@unrelatedactivities3 күн бұрын
All I can tell is that assembly with perfectly matching 35mm piezos and pill bottle lids worked nicely, I have not tried other piezo sizes or different lids or supports but I think they can also work with some adjustments and experimentation. Good luck and best wishes!
@unrelatedactivities5 күн бұрын
/* Reading CAT commands and queries from HDSDR */ // include LCD library: #include <LiquidCrystal.h> // initialize the LCD library by associating any needed LCD interface pin // with the arduino pin number it is connected to const int rs = 2, en = 3, d4 = 4, d5 = 5, d6 = 6, d7 = 7; LiquidCrystal lcd(rs, en, d4, d5, d6, d7); const int numRows = 2; // LCD number of rows const int numCols = 16; // LCD number of columns volatile uint32_t vfo = 7000000ULL; // initial value for vfo freq. (7MHz) String vfoString = ""; // a String to hold incoming data String inputString = ""; // a String to hold incoming data boolean stringComplete = false; // flag whether the string is complete /* SerialEvent occurs whenever a new data comes in the hardware serial RX. This routine is run between each time loop() runs. */ void serialEvent() { while (Serial.available()) { char inChar = (char)Serial.read(); // get the new byte inputString += inChar; // add it to the inputString if (isDigit(inChar)) // check if it is a digit { vfoString += (char)inChar; // convert the incoming byte to a char and add it to the vfoString string vfo = vfoString.toInt(); // update vfo variable with new freq. value } if (inChar == ';') // if the incoming character is a ';' (end of CAT command), { // set a flag so the main loop can do something about it: stringComplete = true; } } } // end of serialEvent() void setup() { Serial.begin(9600); inputString.reserve(200); // reserve 200 bytes for the inputString // set up the LCD's number of columns and rows: lcd.begin(16, 2); lcd.clear(); char buffr[14]; // prepare a char buffer array sprintf(buffr, "FA%011ld;", vfo); // format the string Serial.print(buffr); // send VFO freq command to HDSDR } // end of setup() void loop() { if (stringComplete) { if(inputString == "FA;") // FA; is a SDR VFO frequency query { char buffr[14]; // prepare a char buffer array sprintf(buffr, "FA%011ld;", vfo); // format the response Serial.print(buffr); // answer the query. lcd.setCursor(0, 1); // first column on second line lcd.print(buffr); // print the answer to LCD } lcd.setCursor(0, 0); // first column on first line lcd.print(inputString); // print input string to LCD inputString = ""; // clear the string vfoString = ""; // clear the string stringComplete = false; // change flag delay(500); // wait a moment lcd.clear(); // clear display } } // end of loop()
@MegaCadr8 күн бұрын
Nice! I just made one of these the other day
@electechyt9 күн бұрын
Man, you need to change the audio. Makes me want a wee wee
@hohenstaufen.10109 күн бұрын
With every thing i have seen and heard of this gun, its turkeys crap. Poorly made parts, jamming magazines and more.
@Kenzoexecutivos10 күн бұрын
❤
@unrelatedactivities10 күн бұрын
The SDR (Software Defined Radio) receiver circuit experiment was moved to its new bigger box. This box once housed a standalone DVD recorder, built in 2005. IQ outputs to the soundcard now come from the front panel, LCD was changed to a blue one with an I2C "backpack", using only two Arduino pins, so freeing four from the parallel connection used earlier. Same single rotary encoder now controls VFO frequency and selects between two antenna inputs, a nice new added feature. The extra space also allowed six front end bandpass filters, covering bands from 3.2 MHz to 36 MHz. Seven DPDT relays select the filters and antennas, all controlled by the Arduino Nano. Next thing to do is find a way to synchronize the Si5351 VFO tuning with the HDSDR software, using the Arduino USB connection. Thanks for watching.
@PeakyBlinder15 күн бұрын
They dont do the h&n baracuda match 21gr in 5.53,
@unrelatedactivities15 күн бұрын
They were produced also in 5.53mm back then. Here is a back label from an old tin: kzbin.infoUgkx09tTso9MM1CQpfg0LCzriyMBsze_G_Gr
@seanwilson47118 күн бұрын
You need a different pellet. They do not suit your barrel. Im pellet on pellet at 30 yds. JSB heavies or bisley magnum.
@chimmychen231421 күн бұрын
Could u share the complete modified project?Thx!
@unrelatedactivities20 күн бұрын
If you are referring to the SDR project, it is (in its current form) here: "SDR circuit experiment update, schematics and Arduino code" kzbin.info/www/bejne/g5euamuedp6Gl7s Now I am working on transferring the circuit to a larger box, including four more bandpass filters and a second antenna input. You are welcome!
@revolution642424 күн бұрын
Why scary music in background.
@unrelatedactivities22 күн бұрын
Why do you think it is scary?
@RR197624 күн бұрын
dude... the soundtrack is hypnotic!!! Love it!
@unrelatedactivities22 күн бұрын
Thank you!
@TheCraigy8324 күн бұрын
also using big bore pcp airgun velocity and ftlb values with 50cal 330gr cast rounds as a bench mark: 950fps /700ftlb , 5 shots on regulator 3000psi tank ..5shot = each shot took 1/5th the tanks volume / regulator IS set to 600psi . getting a tiny 5.56mm to 3300fps shouldn't take the claimed 55,000psi it should take sub 6000psi....55,000psi would completely destroy the weapon? Petrol detonation is apparently 2000 - 2500psi in a cylinder and they completely destroy topheads + rods pistons..
@TheCraigy8324 күн бұрын
"'thanks for watching '' i turn up for a brutal reminder of how derrrp i am every time i watch you 😆👍🏻
@TheCraigy8324 күн бұрын
does electric have a ''leverage exploit '' / multiplication method? like physical things have fulcrum + lever , chain drive leverage has different size cogs , pneumatics and hydraulics has volume over port size....what's electrics exploit ?
@Dubot-f1v26 күн бұрын
Nice!
@unrelatedactivities25 күн бұрын
Glad you like it!
@robertlaubert549626 күн бұрын
E possibile acquistare se sei un poliziotto?
@CBtronica27 күн бұрын
Your videos are very informative! Thank you! P.S.: the soundtracks are also fantastic!
@unrelatedactivities26 күн бұрын
Thank you very much, I am glad you find them useful!
@rreemmoorrii28 күн бұрын
pcb pdf, schem and component please
@jurajtrent5477Ай бұрын
check your water system at home, i can hear water leaking
@unrelatedactivitiesАй бұрын
You, Sir, have excellent plumber hearing!
@bobisyouruncle1Ай бұрын
RF Newbie question... Why is the unused copper not removed? Doesn't that cause interference as it would in audio frequency, say 20-20000 hz circuitry?
@unrelatedactivitiesАй бұрын
I am not RF or AF expert, but I usually plan the boards with a ground plane covering as much as possible of the pcb area (most pcbs I make are single sided). Exceptions are high gain audio circuits, where sometimes I use star grounding. So there is really no unused copper, it is connected to ground. RF pcb layout is something I have to learn, for circuits bellow 20 or 30 MHz the ugly construction method seems to work well enough.
@trukxelfАй бұрын
Beautiful
@unrelatedactivitiesАй бұрын
I am glad you like it!
@unrelatedactivitiesАй бұрын
Arduino code part 2: void setup() { //Serial.begin(115200); Wire.begin(); // Initialize I2C lcd.begin(numCols, numRows); // Initialize LCD lcd.clear(); // clear the LCD lcd.display(); lcd.setCursor(5, 0); lcd.print("IQ VFO"); lcd.setCursor(0, 1); lcd.print("3.2MHz to 110MHz"); delay(3000); lcd.clear(); r.begin(false); // disables the Arduino's internal weak pull-ups for the given // pins and configures the rotary for use with external pull-ups //initialize the Si5351 si5351.init(SI5351_CRYSTAL_LOAD_8PF, 0, 0); // 0 is the default crystal frequency of 25Mhz. si5351.set_correction(10390, SI5351_PLL_INPUT_XO); // correction from calibration sketch si5351.output_enable(SI5351_CLK0, 1); // 1 - Enable / 0 - Disable CLK si5351.output_enable(SI5351_CLK1, 1); si5351.output_enable(SI5351_CLK2, 0); //2 mA roughly corresponds to 3 dBm output, 8 mA is approximately 10 dBm output: si5351.drive_strength(SI5351_CLK0, SI5351_DRIVE_8MA); // 2MA, 4MA, 6MA or 8MA si5351.drive_strength(SI5351_CLK1, SI5351_DRIVE_8MA); // SI5351_FREQ_MULT is 100, second argument is the desired PLL frequency, si5351.set_freq_manual(vfo * SI5351_FREQ_MULT, evenmult * vfo * SI5351_FREQ_MULT, SI5351_CLK0); si5351.set_freq_manual(vfo * SI5351_FREQ_MULT, evenmult * vfo * SI5351_FREQ_MULT, SI5351_CLK1); si5351.set_phase(SI5351_CLK0, 0); // In-phase signal at CLK0 si5351.set_phase(SI5351_CLK1, evenmult); // Quadrature at CLK1 si5351.pll_reset(SI5351_PLLA); // reset the Si5351 to enable changes pinMode(encSwPin, INPUT_PULLUP); PCICR |= (1 << PCIE2); // Enable pin change interrupt for rotary encoder PCMSK2 |= (1 << PCINT18) | (1 << PCINT19); // pins 2 and 3 sei(); pinMode(REL1, OUTPUT); // set bandpass filters relay pins D11 D12 as output pinMode(REL2, OUTPUT); digitalWrite(REL1, LOW); // turn pins off digitalWrite(REL2, LOW); display_frequency(); // Update the display } // end of setup() void loop() { // Update the display if the frequency has been changed if (changed_f) { vfoMhz = vfo / 10000; if (vfoMhz >= 320) { // without lib mod this is 476 display_frequency(); } else { display_frequency(); lcd.setCursor(0, 1); lcd.print("LIMIT >= 3.2MHz"); delay(1000); lcd.clear(); vfo = 3200000; display_frequency(); } if (vfoMhz > 11000) { display_frequency(); lcd.setCursor(0, 1); lcd.print("LIMIT <= 110MHz"); // looses quadrature around 80MHz, could be delay(1000); // due to the test setup with my cheap scope... lcd.clear(); vfo = 110000000; display_frequency(); } if (vfoMhz >= 1200 && vfoMhz <= 1700) { // turn 20m BPF relay on if VFO is inside its range digitalWrite(REL1, HIGH); } if (vfoMhz < 1200 || vfoMhz > 1700) { // turn 20m BPF relay off if VFO is outside its range digitalWrite(REL1, LOW); } if (vfoMhz >= 550 && vfoMhz <= 800) { // turn 40m BPF relay on if VFO is in its range digitalWrite(REL2, HIGH); } if (vfoMhz < 550 || vfoMhz > 800) { // turn 40m BPF relay off if VFO is outside its range digitalWrite(REL2, LOW); } alterevenmult(); // change even multiple in order to maintain signals in quadrature // refer to si5351 library "README.md" file and "si5351_phase.ino" for phase settings instructions si5351.set_freq_manual(vfo * SI5351_FREQ_MULT, evenmult * vfo * SI5351_FREQ_MULT, SI5351_CLK0); si5351.set_freq_manual(vfo * SI5351_FREQ_MULT, evenmult * vfo * SI5351_FREQ_MULT, SI5351_CLK1); si5351.set_phase(SI5351_CLK0, 0); // In-phase signal at CLK0 si5351.set_phase(SI5351_CLK1, evenmult); // Quadrature at CLK1 if (evenmult != oldevenmult) { // reset if evenmult has changed si5351.pll_reset(SI5351_PLLA); oldevenmult = evenmult; } changed_f = 0; } if (get_button()) // if encoder switch is pressed rotating the encoder changes freq adjust step { switch (pot) { case 1: radix = 1; break; case 2: radix = 10; break; case 3: radix = 100; break; case 4: radix = 1000; break; case 5: radix = 10000; break; case 6: radix = 100000; break; case 7: radix = 1000000; break; case 8: radix = 10000000; break; case 9: radix = 100000000; break; case 10: radix = 1000000000; break; } } } // end of loop()
@unrelatedactivitiesАй бұрын
Arduino Code part 1: /* This code is a modified version of a sketch found at py2ohh.w2c.com.br/ , for use as a quadrature VFO in RF direct conversion phasing receivers. I modified it just a bit, mantaining same functionality. The VFO is based on a Si5351a clock generator IC mounted on a breakout board, controlled by an Arduino Nano via I2C. User interface is just a 16x2 LCD and a rotary encoder with switch. Frequency range should be 3.2Hz to ~110MHz, but I could only verify until about 80MHz, then quadrature and equal amplitude degrade rapidly (could be due to test setup and oscilloscope employed). In order to reach the 3.2MHz lower frequency, a modification in the etherkit Si5351 library is necessary: locate the file "si5351.h" and change the line #define SI5351_PLL_VCO_MIN 600000000 to #define SI5351_PLL_VCO_MIN 400000000 In the si5351 library example folder there is a sketch that makes the frequency calibration process very easy, look for "si5351_calibration.ino" and follow the instructions. I calibrate mine using a receiver tuned to 10.000.500 Hz and a 500Hz reference tone. It is easier than tuning a guitar... The original sketch introduction by py2ohh: This entire program is taken from Jason Mildrum, NT7S and Przemek Sadowski, SQ9NJE. There is not enough original code written by AK2b to make it worth mentioning. nt7s.com/ sq9nje.pl/ ak2b.blogspot.com/ I made some mods ...first updating the sketch to new library from NT7S ..in frequency coverage and the mode for frequency change.. pressing the encoder and turn it at same time ...it will move a underline showing the place where it is OK to change XXXXXXXXXXXXXXXXXXXXXX Now I made other mods ... is OK to use with SDR rigs ... the clock0 and clock1 are in the same frequency, but in 90 degrees phase out.. it is ok from 3.2MHz to 110MHz (teoric) I tested with 30MHz and it was OK (to reach 3.2MHz I changed the NT7S library) I made a new function according Hans Summers, for dont have clicks when change the frequency ...reseting the SI5351 only when the evendivider is changed py2ohh.w2c.com.br/ */ #include <Rotary.h> // Ben Buxton's rotary encoder library github.com/brianlow/Rotary #include <si5351.h> // Etherkit github.com/etherkit/Si5351Arduino #include <Wire.h> // native Arduino library, for I2C things #include <LiquidCrystal.h> // native Arduino library, for LCD things const int encApin = 2; // Encoder pin A nano/uno pin D2 const int encBpin = 3; // Encoder pin B nano/uno pin D3 const int encSwPin = 4; // Encoder switch nano/uno pin D4 const int LCD_RS = 5; // LCD pin 4 nano/uno pin D5 const int LCD_E = 6; // LCD pin 6 nano/uno pin D6 const int LCD_D4 = 7; // LCD pin 11 nano/uno pin D7 const int LCD_D5 = 8; // LCD pin 12 nano/uno pin D8 const int LCD_D6 = 9; // LCD pin 13 nano/uno pin D9 const int LCD_D7 = 10; // LCD pin 14 nano/uno pin D10 const int REL1 = 11; // FILTER RELAY nano/uno pin D11 const int REL2 = 12; // FILTER RELAY nano/uno pin D12 const int numRows = 2; // LCD number of rows const int numCols = 16; // LCD number of columns LiquidCrystal lcd(LCD_RS, LCD_E, LCD_D4, LCD_D5, LCD_D6, LCD_D7); // LCD pins assignment Si5351 si5351(0x60); // Si5351 I2C Address 0x60 Rotary r = Rotary(encApin, encBpin); // Rotary encoder, pins A, B volatile uint32_t vfo = 700000000ULL / SI5351_FREQ_MULT; //start freq, 7MHz volatile uint32_t radix = 10000; //start step size double vfoMhz; boolean changed_f = false; // freq change flag short und = 3; // underline cursor control short pot = 3; // multiplier int evenmult = 100; // PLL frequency must be an even multiple of clock frequency int oldevenmult = 0; /* ****************************************************** */ /* Interrupt service routine for encoder frequency change */ /* ****************************************************** */ ISR(PCINT2_vect) { unsigned char result = r.process(); if (result == DIR_CW) set_frequency(1); else if (result == DIR_CCW) set_frequency(-1); } /* ************************************* */ /* Change the frequency and underline */ /* dir = 1 Increment, dir = -1 Decrement */ /* ************************************* */ void set_frequency(short dir) { if (!digitalRead(encSwPin)) { // if encoder switch is pressed, encoder lcd.setCursor( 12 - und, 0); // rotation controls underline cursor position if (dir == 1) { und += 1; switch (und) { case 4 : und = 5; break; case 8 : und = 9; break; case 12 : und = 11; break; } } if (dir == -1) { und += -1; switch (und) { case 4 : und = 3; break; case 8 : und = 7; break; case 0 : und = 1; break; } } pot = und; if (und > 3) (pot += -1); if (und > 7) (pot += -1); lcd.setCursor( 12 - und, 0); lcd.cursor(); } else // if encoder switch is not pressed, encoder rotation { lcd.noCursor(); // increase or decrease frequency with the selected step if (dir == 1) vfo += radix; if (dir == -1) { if (vfo > radix ) { vfo -= radix; } } changed_f = true; } } /* **************************************** */ /* Read the encoder switvh and debounce it */ /* **************************************** */ boolean get_button() { if (!digitalRead(encSwPin)) // If switch is LOW (pressed) { delay(20); // wait 20ms for debouncing, if (!digitalRead(encSwPin)) // read the pin again, and if still LOW { while (!digitalRead(encSwPin)); // return true while it stay LOW, so the step size return 1; // can be changed by rotating the encoder. } } return 0; } /* ************************************ */ /* Displays the frequency */ /* ************************************ */ void display_frequency() { uint16_t f; lcd.setCursor(1, 0); f = (vfo ) / 1000000; // if (f < 100) { lcd.print(' '); } if (f < 10) { lcd.print(' '); } lcd.print(f); lcd.print('.'); f = (vfo % 1000000) / 1000; if (f < 100) lcd.print('0'); if (f < 10) lcd.print('0'); lcd.print(f); lcd.print('.'); f = vfo % 1000; if (f < 100) lcd.print('0'); if (f < 10) lcd.print('0'); lcd.print(f); lcd.print("Hz"); } /* ***************************************** */ /* change envenmult for each of the freq */ /* bands bellow to keep things in quadrature */ /* ***************************************** */ void alterevenmult() // change envenmult for each of the freq bands bellow { // to keep things in quadrature if ( vfoMhz < 685) evenmult = 126; if ((vfoMhz >= 685) && (vfoMhz < 950)) evenmult = 88; if ((vfoMhz >= 950) && (vfoMhz < 1360)) evenmult = 64; if ((vfoMhz >= 1360) && (vfoMhz < 1750)) evenmult = 44; if ((vfoMhz >= 1750) && (vfoMhz < 2500)) evenmult = 34; if ((vfoMhz >= 2500) && (vfoMhz < 3600)) evenmult = 24; if ((vfoMhz >= 3600) && (vfoMhz < 4500)) evenmult = 18; if ((vfoMhz >= 4500) && (vfoMhz < 6000)) evenmult = 14; if ((vfoMhz >= 6000) && (vfoMhz < 8000)) evenmult = 10; if ((vfoMhz >= 8000) && (vfoMhz < 11000)) evenmult = 8; }
@unrelatedactivitiesАй бұрын
Schematics are here: kzbin.info/door/QxQy-Z7SF7LFKsvSpqrTXgcommunity?pvf=CAI%253D
@py2jpa307Ай бұрын
Ola, me diga se voce e radio amador, você e de SP ? Parabéns pelo vídeo, não achei nada a respeito de fi no youtube, faça mais vídeos sobre o assunto e coloque como configurou o vna , tenho um H4, comprei justamente para ajustar bobinas de fi e filtros a cristal.
@unrelatedactivitiesАй бұрын
Obrigado! Sou do PR e não sou radio amador, apenas gosto de brincar com eletrônica. Vou fazer outros videos sim, você está construindo um radio?
@py2jpa307Ай бұрын
Olá, sim estou construindo um transceptor 40 metros, forty 2 do francês F6BQU.
@py2jpa307Ай бұрын
Olá, não e o saver e nem o nanovna app que Softer você usou?
@unrelatedactivitiesАй бұрын
Usei o NanoVNA-App_1_1_208_6.3G, instalado no Windows 8.1, com um NanoVNA-H 1.2.27.
@liviufaur3204Ай бұрын
Salut! Ai cumva detalii despre cum se demonteaza mecanismele la HAtsan BT65. Au si eu una si armarea merge greu, cred ca rt trebui curatate si gresate anumite mecanisme interne. Multumesc
@unrelatedactivitiesАй бұрын
Bună ziua, primul videoclip din lista de mai jos poate fi util (remedierea părții 664). Diagrama BT65 este esențială: hatsanairgunsusa.com/wp-content/uploads/2018/12/BT65-SB_Exploded_View-June2013.pdf „Reparație simplă Hatsan BT65: partea 664 spartă”: kzbin.info/www/bejne/r3XUlYeNrcmajq8 „Inele O’ Hatsan BT65 - Inele O’ Hatsan BT65”: kzbin.info/www/bejne/gmqqZaiYgteFbbc „Reglarea tensiunii arcului ciocanului Hatsan BT65: kzbin.info/www/bejne/r6iXdXuam7dkqpY.” „Hatsan BT65: Curățarea găurii butoiului”: kzbin.info/www/bejne/q2jLnKSKbdxpkKs „Hatsan BT65 .22 Baril Twist Rate”: kzbin.info/www/bejne/gmPMaIp4j5V4fJI „Instalarea și testarea unei supape de reglare pentru Hatsan BT65.”: kzbin.info/www/bejne/laqXeaZsnqmgr6c Sper că asta rezolvă problema, succes!
@liviufaur3204Ай бұрын
@@unrelatedactivities Multumesc mult pt raspuns. Sunt foarte folositoare si apreciez in mod deosebit efortul dumneavoastra de a impartasi cea ce cunoasteti!
@safiakhan1076Ай бұрын
Fps variation ruining the result
@unrelatedactivitiesАй бұрын
I will try with some other pellets next time.
@enricopucci6302Ай бұрын
Song name
@unrelatedactivitiesАй бұрын
This is the small loop receiving antenna I've been using with the the SDR circuit experiment. There is already a video with description and tests on this channel: • Small Loop Antenna test with NanoVNA In short, it is a square loop with 50cm side, made with 75 ohms RG59 coaxial, which shield was cut right at the center. The separated shields are connected at output ground, the inner conductor ends are connected to a variable capacitor for tuning (~5 MHz to ~9MHz). As I got another variable capacitor ( • Variable Tuning Capacitor from AM-FM ... ), it is time to try a simple modification by including it as an impedance matching capacitor. The impedance matching capacitor is inserted in series with the output. Another change is the P2 conductor/C1-2 end connection to ground. This is supposed to improve balance, so worth trying. Both variable capacitors are from portable AM radios and adjustment is not exactly smooth. The impedance matching capacitor would definitively benefit from a reduction gearbox of some sort, but works as intended. Tests were made with NanoVNA vector network analyzer. Thanks for watching.
@raphanunu6912Ай бұрын
Mais ça ne marche pas, le programme reste bloqué sur begin.oled, le port ne s'initialise pas, peut-être un conflit de gestion d'interruption. Je cherche mais c'est galère dans du texte brut non documenté, et c'est long, mais long ....
@ferryferry-se8tbАй бұрын
hallo bang bisa buat tutor pakai sd card buat langsung colok speaker, terimakasih 🙏
@dakotaskayla-sh7gtАй бұрын
Poderia por gentileza colocar o código aqui na mensagem?
@Only_for_Harbinger_hackathonАй бұрын
PLSSSS tell the working PLSSSSSS, I will send you moneyyyyy. seriously
@M0UAW_IO83Ай бұрын
They're not all microcontrollers, the 6502, Z80 are microprocessors (no internal ROM or RAM) and the Z0853006 is a Serial Communication Controller (SCC, as marked on the chip).
@IRDazzaАй бұрын
No sound.
@jjmarcosАй бұрын
Baby Einstein
@M0UAW_IO83Ай бұрын
13.56MHz is ISM band and it's used for things like RFID tags, door entry cards, credit cards and all sorts of non licensed industrial stuff, there's also a 'beacon scene' with people building low power beacons that send ID along with bits of environmental data etc. from remote locations
@Dennis-uc2gmАй бұрын
I see I'm not alone in collecting these when I cannibalize an old radio. 👍
@y_x2Ай бұрын
Not very completed...
@jozefbubez6116Ай бұрын
Anritsu spectrum analyser? I think most folk had to manage with a signal generator! I don't know what they put in AM receivers these days (do we still have them?) but gather that IFTs are becoming a rare breed.
@LukasAlexander421Ай бұрын
Is there a substitute for LM13600
@unrelatedactivitiesАй бұрын
LM13700, although entered EOL (end of life), should be easier to find.