Telegram Web Link
Passive Bandpass Filter Circuit

@c_micro
Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
آموزش

IOT
micropython
nodemcu
Lua
Arduino

لینک کانال 👇
@micropython_iot
Transistor Inverter Circuit


@c_micro
آموزش زبان C و میکروکنترلرها
لینک گروه
https://www.tg-me.com/joinchat-Bi883FCv4MTG4SSQDYF62w
I'm very glad to tell you that the
"Five Minute VHDL Podcast" is online

You can listen it using

[Spotify] -> https://surf-vhdl.link/spotify-ep-00

[Spreaker] -> https://surf-vhdl.link/spreaker-ep-00

coming soon on iTunes

Let me know your feedback by mail

> [email protected]

or using my telegram contact

> https://www.tg-me.com/francesco_surfvhdl


❇️ @c_micro
Forwarded from Micropython & IOT (F.Naserizadeh)
اندازه گیری سطح مایعات با آردینو

🔰 Arduino Liquid Level Sensor Circuit


const int sensorPin= 0;

int liquid_level;

void setup() {

Serial.begin(9600);

pinMode(sensorPin, INPUT);
}

void loop() {

liquid_level= analogRead(sensorPin);

Serial.println(liquid_level);

delay(100);
}

🔰 @micropython_iot
SIM7100_AT Command Manual_V1.00.pdf
5.1 MB
SIM7100_AT Command

@c_micro
Serial.pdf
1.5 MB
پروتكل ارتباط سريال
@c_micro
مدار منطقی.pdf
1.2 MB
مدار منطقی
@c_micro
ترانزیستور

🔰 @c_micro
usb cable wiring

@c_micro
دیود diode
@c_micro
XOR GATE

🔰 @c_micro
Full adder

@c_micro
Admin : @farhad3412
لینک گروه زبان C و میکروکنترلرها

https://www.tg-me.com/joinchat-Bi883FCv4MTG4SSQDYF62w
آموزش بسیار عالی VHDL 👇

🌟🌟 انتشارات اشپرینگر 2019

🔰 @c_micro
2025/07/08 14:11:43
Back to Top
HTML Embed Code: