C & micro & fpga
1.73K subscribers
187 photos
9 videos
98 files
39 links
Admin : فرهاد ناصری زاده
@farhad_naserizadeh
@farhad3412
آموزش زبان C و میکروکنترلرها
لینک گروه

https://t.me/joinchat/HU0aoFCv4MTCt4fz0h6AZg
کانال های مرتبط با این کانال :
@raspberry_python
@micropython_iot
@ai_dsp
Download Telegram
چند فایل آموزشی بصورت پاورپوینت در خصوص واحد های میکروکنترلر از طرف اعضای کانال👇
Forwarded from Deleted Account
PWM_16-۱.pptx
2.1 MB
Forwarded from Deleted Account
ADC_13.pptx
1.1 MB
Forwarded from Deleted Account
USART_11.pptx
6 MB
Forwarded from Deleted Account
Interrupt_10.pptx
1.5 MB
Forwarded from Deleted Account
Wave Generation Capturing _15.pptx
2 MB
Forwarded from T. Tohidi
Timer_9.pptx
3.4 MB
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://t.me/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

> podcast@surf-vhdl.com

or using my telegram contact

> https://t.me/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