Тёмный
Amin Sedighfar
Amin Sedighfar
Amin Sedighfar
Подписаться
An enthusiastic engineer who is keen on both learning and teaching simultaneously and a little bit ambitious; we're gonna learn about telecommunication engineering stuff.
Stay tuned...!!!
How to send an email via a Python script
10:14
4 месяца назад
Local and global variables in Python
20:08
6 месяцев назад
How to create a web server with Flask in Python?
25:18
7 месяцев назад
How to terminate a process in Python?
7:57
9 месяцев назад
OLED Display with ESP8266
7:41
Год назад
IoT with ESP8266 and ESPNOW
5:03
Год назад
1602 LCD on a Raspberry Pi Pico
12:06
Год назад
Light on/off LED with MicroPython
13:41
Год назад
Deauth Attack with ESP8266
13:58
Год назад
How to create Grafana dashboard
30:38
Год назад
Комментарии
@jounysebli5925
@jounysebli5925 13 дней назад
Please give the guideliness ..not another rubbish talk
@AdnanFaisal1
@AdnanFaisal1 14 дней назад
Best video about openstack basics. Thank you!
@aminsedighfar
@aminsedighfar 14 дней назад
@@AdnanFaisal1 thanks 😊
@DanielRosinha1
@DanielRosinha1 19 дней назад
Everything works, step by step until the end, but it does not Deauth my 5GHz wifi access point. What can be the reason? I am using Panda Wireless PAU09 N600 Dual Band (2.4GHz and 5GHz) Wireless N USB Adapter
@aminsedighfar
@aminsedighfar 19 дней назад
@@DanielRosinha1 how far are you from the Wi-Fi router? Sometimes the adapter signal strength is not strong enough! Try to get closer to it, test again, and let me know the results.
@DanielRosinha1
@DanielRosinha1 19 дней назад
@@aminsedighfar I am testing on my router, and it's just 1 meter distance. Router is ASUS RT-AX59U.
@aminsedighfar
@aminsedighfar 19 дней назад
@@DanielRosinha1 how about increasing the deauth frames?
@DanielRosinha1
@DanielRosinha1 19 дней назад
@@aminsedighfar I also did, up to 1000
@rs_stew
@rs_stew 25 дней назад
Not working - File "<stdin>", line 35, in <module> AttributeError: 'I2cLcd' object has no attribute 'write_line' Where is write_line defined?
@aminsedighfar
@aminsedighfar 25 дней назад
@@rs_stew Hmmmm 🤔 I’m not sure, I uploaded everything as it worked for myself. Are you sure you downloaded the proper files?
@rs_stew
@rs_stew 25 дней назад
Ok, in your version of the lcd_api file you copied from an earlier (identical) youtube project, you missed the definition of this right at the end of the file. So your code cannot run. Needs this... def write_line(self,string,number): #writes a defined line to the LCD self.move_to(0,number) self.putstr(string)
@rs_stew
@rs_stew 25 дней назад
@@aminsedighfar your version of the lcd_api file you copied from an earlier youtube project did not include - def write_line(self,string,number): #writes a defined line to the LCD self.move_to(0,number) self.putstr(string) You didn't cut/paste the complete library so your code does not run Also you define 10 custom characters and the library function only allows 8, so that doesn't work properly either.
@pyikyawhan4789
@pyikyawhan4789 26 дней назад
If anyone is having trouble with receiving DHCP with wireless devices, use APT-PT instead of LAP and put the SSID and PSK in the config. It will work like a magic.
@masterbluecat3416
@masterbluecat3416 Месяц назад
thank you for sharing
@aminsedighfar
@aminsedighfar Месяц назад
@@masterbluecat3416 happy to help 🙂
@abdulrahmanbasheer2276
@abdulrahmanbasheer2276 Месяц назад
Its heated easily in 10-15mins what's your pov on this
@aminsedighfar
@aminsedighfar Месяц назад
@@abdulrahmanbasheer2276 it gets warm, but doesn’t malfunction. Does yours stop working when it gets hot?
@abdulrahmanbasheer2276
@abdulrahmanbasheer2276 Месяц назад
@@aminsedighfar Nope. It's getting warm throughout when it's in use but it's working fine. I thought my product is defective😅 So it's common?
@aminsedighfar
@aminsedighfar Месяц назад
@@abdulrahmanbasheer2276 one reason that it can be produced in a lower price is using cheaper network elements. So, they’re all the same !
@abdulrahmanbasheer2276
@abdulrahmanbasheer2276 Месяц назад
@@aminsedighfar Got it!🙂
@safarelnima9713
@safarelnima9713 2 месяца назад
Thank u for your help
@aminsedighfar
@aminsedighfar 2 месяца назад
@@safarelnima9713 happy to help 🙂
@donborlshadap61876
@donborlshadap61876 2 месяца назад
In this d link there is number to recharged for 1 month or what..
@aminsedighfar
@aminsedighfar 2 месяца назад
@@donborlshadap61876 hi, sorry but I’m not sure if I understood what you meant!
@LouisBotha82
@LouisBotha82 2 месяца назад
How would you do this via Windows 11
@aminsedighfar
@aminsedighfar 2 месяца назад
@@LouisBotha82 which part of that? I guess there shouldn’t be any differences !
@langtupt
@langtupt 2 месяца назад
hello, how to setup vlan id to ssid?
@aminsedighfar
@aminsedighfar 2 месяца назад
@@langtupt hi I have never tried this one, and unfortunately my AP is not with me to check. Sorry about that
@langtupt
@langtupt 2 месяца назад
@@aminsedighfar yes :( thank you Bro
@JabeyeAmoozesh-p6x
@JabeyeAmoozesh-p6x 3 месяца назад
Thank you!
@aminsedighfar
@aminsedighfar 3 месяца назад
@@JabeyeAmoozesh-p6x you’re welcome 🙂
@ChiaJenibelNanain
@ChiaJenibelNanain 3 месяца назад
great video . but u should have start the configurations from scratch
@aminsedighfar
@aminsedighfar 3 месяца назад
@@ChiaJenibelNanain thanks for the comment. I have the initial configuration in the other videos, I didn’t want to make the video too long.
@muratemredemircioglu2897
@muratemredemircioglu2897 3 месяца назад
Hey Amin, great video. I would like to ask that at 10:20 , the specified key is clear-text when I do show run. Also service password-encryption command does not hide the key. Is there a way to hash that key similar to enable secret?
@Sneaker_sneakpeek
@Sneaker_sneakpeek 3 месяца назад
Finding your professor channel when you're searching for content for your assignment .. is another kind of joy.. he made everything so simple . Thank you for making this video ... really helpful
@aminsedighfar
@aminsedighfar 3 месяца назад
Hi Sachin, I’m glad you found it useful!
@421CPilot
@421CPilot 4 месяца назад
This is the worst piece of junk I've ever owned.
@aminsedighfar
@aminsedighfar 4 месяца назад
The quality is not the best, I know! But it’s a cheap solution.
@jonnie1365
@jonnie1365 4 месяца назад
Interesting stuff! Thanks for sharing this Amin!
@aminsedighfar
@aminsedighfar 4 месяца назад
Thanks 😊
@satarnaghizadeh6623
@satarnaghizadeh6623 4 месяца назад
Awli dadash❤
@aminsedighfar
@aminsedighfar 4 месяца назад
Merci 🙏🏻🙏🏻🙏🏻
@rezarajaei6856
@rezarajaei6856 4 месяца назад
Very clear. Thanks a lot.
@aminsedighfar
@aminsedighfar 4 месяца назад
Thanks 😊
@nicolashernandez9000
@nicolashernandez9000 4 месяца назад
yo how is he doin that sound with his finger bruh
@sauravadhikary5256
@sauravadhikary5256 4 месяца назад
thank you very much brother appreciated
@aminsedighfar
@aminsedighfar 4 месяца назад
Anytime 😊
@yordigonzalez4613
@yordigonzalez4613 4 месяца назад
omg, this is what i was looking for, thanks man, may the gods bless you!!!
@aminsedighfar
@aminsedighfar 4 месяца назад
I’m glad to see you found it useful 😊
@sultanismail4970
@sultanismail4970 4 месяца назад
Thanks
@aminsedighfar
@aminsedighfar 4 месяца назад
Anytime!
@sohrabil2
@sohrabil2 5 месяцев назад
سلام سوالی داشتم در مورد اینکه در خطی از برنامه عدد 200 نوشته شده در اول فایل اچ تی ام ال و همچنین در قسمتی از کد جلوی CIPSEND= عدد 200 نوشته شده به چه معنی است؟
@aminsedighfar
@aminsedighfar 5 месяцев назад
بله دو تا ۲۰۰ هستش اونی که برای Cipsend هستش درواقع یعنی ۲۰۰ بایت بفرسته، اون تو تابع write نوشته میشه و‌ میزان بایت ارسالی مشخص میکنه. دومی به اچ‌تی‌ام‌ال میبینی درواقع کد هستش به معنی اوکی. مثلا ۲۰۰ یعنی اوکی، ۴۰۴ یعنی پیدا نکردم و اطلاعات نرسید:
@kazifaisal-rj9js
@kazifaisal-rj9js 5 месяцев назад
Amazing video
@aminsedighfar
@aminsedighfar 5 месяцев назад
Thanks 😊
@damionbrowne7604
@damionbrowne7604 5 месяцев назад
When I get to the website it asks me to sign in with a username and password - what do I put?
@aminsedighfar
@aminsedighfar 5 месяцев назад
It's different from one extender to another. I believe it's printed on the back of your extender.
@neation1110
@neation1110 5 месяцев назад
hello and thanks for the video ! I didn't quite understand the potentiometer thing (I don't have I2C), plus how do we import the libraries to use them ? thanks in advance !
@aminsedighfar
@aminsedighfar 5 месяцев назад
Hi, thanks for your comment. The potentiometer helps to change the screen contrast by changing the amount of resistance in the circuit. For the libraries, you can either copy and paste the code from my GitHub account and save directly to your Pi, or from directly import from Thonny
@techsolucionesinformaticas2524
@techsolucionesinformaticas2524 5 месяцев назад
How about excellent work, could you please help me with the monitoring.py file, I am in university and I would like to understand the script
@aminsedighfar
@aminsedighfar 5 месяцев назад
Which university are you studying at? What do you want to know exactly ?
@mr.keithw3462
@mr.keithw3462 5 месяцев назад
Thanks latka
@aminsedighfar
@aminsedighfar 5 месяцев назад
Your welcome!
@JorgeMR-nk1ql
@JorgeMR-nk1ql 6 месяцев назад
Thank you for the explanation! I'm stuck with this error: AttributeError: 'module' object has no attribute 'WLAN' Done so much research but not getting anywhere, do you have an idea of what might be happening? Thank you!
@aminsedighfar
@aminsedighfar 6 месяцев назад
Hey, what’s your microcontroller?
@1983Jacko
@1983Jacko 6 месяцев назад
This thing sucks so bad, i get my wifi to show up but when i try to connect it says invalid password and i know for a fact it is correct
@aminsedighfar
@aminsedighfar 6 месяцев назад
I’d call this as a cheap option to extend your network. If it doesn’t work with the written password on it and hard reset doesn’t help. I guess you need to return it.
@willsidhu6809
@willsidhu6809 6 месяцев назад
Hey I can’t get to the website model name is DAP-1610
@aminsedighfar
@aminsedighfar 6 месяцев назад
DAP-1610 was my extender model. Check out your extender model on the back of it, if must be something else but with a kinda similar naming scheme.
@michaelamanor6334
@michaelamanor6334 6 месяцев назад
You talk too much
@aminsedighfar
@aminsedighfar 6 месяцев назад
I tried to be thorough!
@vaibhavjoshi7961
@vaibhavjoshi7961 6 месяцев назад
At least he's making sense
@mahsakanani4159
@mahsakanani4159 6 месяцев назад
👏
@Oowaheuu
@Oowaheuu 6 месяцев назад
Bitch is it compatible with any router ??? Can you explain much better like fuck you gotta do it through computer no mobile setup !!!!
@pedram2910
@pedram2910 7 месяцев назад
Hello I'm currently working on a school project and I was wondering if you were able to get the raspberry pi voice recognition to work? Was it possible at all?
@aminsedighfar
@aminsedighfar 7 месяцев назад
Hi Pedram, might not be possible with MicroPython. I guess C would be better to try it out.
@VijayVijay-dm2bn
@VijayVijay-dm2bn 8 месяцев назад
well, I want to use Asterisk as SIP server which can handle the incoming call from Avaya/Genesys and talk to my Virtual agent(NLP+STT+TTS) Kindly help me how can I achieve this ?
@aminsedighfar
@aminsedighfar 8 месяцев назад
Hi, unfortunately it’s been a while that i haven’t used Asterisk. So I’m not sure if I have a proper answer for your question.
@ianmcdonald2732
@ianmcdonald2732 8 месяцев назад
Great stuff! Plus all your other scripts are really helpful. I have tried to adapt your script to let me use the pico + ESP01 with Mosquitto MQTT, but I failed! I can connect to wifi ok. I can get the webserver to work ok. I can get a pico w with a sensor attached to work with mqtt ok. What I want to do is basically make the pico + ESP01 work exactly the same as a pico w. What changes do I need to make to your script to achieve this? (My reason for using pico + ESP01 + sensor instead of pico w + sensor is that here in NZ a pico + ESP01 is less than half the cost of a pico w, which is trivial for 1 or 2 units, but starts to become significant with 10 or more,)
@aminsedighfar
@aminsedighfar 8 месяцев назад
Hi Ian, thanks for your comment. I know! Prices of these stuff are unreasonable sometimes. For your question: I used the same system as you can see in the video for 3 months in my office as my room temperature sensor and it worked fine. The problem with this technique is that the whole thing is not gonna work fast enough, sometimes it’s frustrating. By the time I wanted to record this video, I tried my best to come up with the best script, so I’m not sure if this combination could be performed the similar as Pico W
@sandipanaec23
@sandipanaec23 8 месяцев назад
Hello Amin...Thanks ...it's a brief and informative
@aminsedighfar
@aminsedighfar 8 месяцев назад
I’m glad you found it useful 🙂
@dnvr12
@dnvr12 8 месяцев назад
I cant do a CLI as mine is stuck in “building unleashed network” and it will be like that for hours. Whenever i try to ssh to the ap’s IP address it will say its unable to negotiate
@aminsedighfar
@aminsedighfar 8 месяцев назад
I’d say try to use the reset button by inserting a toothpick or something like this, it should work, unless I’m not sure. Maybe you need to open ticket with ruckus or ask the question in a Ruckus public q&a forum.
@warzonecod-gamer5941
@warzonecod-gamer5941 9 месяцев назад
Does a costumer has access on pe router
@aminsedighfar
@aminsedighfar 9 месяцев назад
What do you mean?!
@warzonecod-gamer5941
@warzonecod-gamer5941 9 месяцев назад
@@aminsedighfar does costumer have to do any configuration on pe router
@aminsedighfar
@aminsedighfar 9 месяцев назад
@@warzonecod-gamer5941 who’s the customer?
@tonkofonko
@tonkofonko 9 месяцев назад
Nice video. Please make some code for Automate it foe example when code start it show input field where you write wifi ssid channel and deauth number of frames to deauth.
@aminsedighfar
@aminsedighfar 9 месяцев назад
Thanks for your comment. I can make a bash file that does it automatically, do you want me to share it with you?
@tonkofonko
@tonkofonko 9 месяцев назад
@@aminsedighfar Yeaaa I will be so happy for that. Or you can make video tutorial about it all like how to use it, what to do, and how it works. And connect to this code path for EvilTwin for get password from real wifi network by fake web login for example. Like in your previous video that you explain how Evil Twin works (if you want I and more people will be happy) Have a nice day. :D
@aminsedighfar
@aminsedighfar 9 месяцев назад
@@tonkofonko I cannot share too much about hacking 😂
@kowachewich
@kowachewich 10 месяцев назад
Tnx for the video😊
@aminsedighfar
@aminsedighfar 10 месяцев назад
Happy to help!
@flastem0962
@flastem0962 10 месяцев назад
Thanks for the video. I've tried both your video and someone else's, which was done with ThingSpeak. The thing is, I don't get any responses in the 'resp:' part; it's just blank. I tracked it, and in the try and except part within 'Wait_esp_rsp', it directly goes to the except part and prints (resp). And it just goes blank. What do you think the problem is? By the way, in the other guy's code, it gets stuck on the .decode and gives an error."
@aminsedighfar
@aminsedighfar 10 месяцев назад
Hey, I don’t know about the other guy’s video and code. Something that I guess could be the cause of the problem is your firmware version. Before everything make sure all the credentials ( wifi username and password), indentation in code and other typos are correct.
@flastem0962
@flastem0962 10 месяцев назад
@@aminsedighfar it doesnt even go there.As i say it gives no responses.I mentioned the other guys video cuz im gettin the same problem in both of urs videos.decoding part. I've tried with 3 different esp01's and gettin the same results everytime
@gustavisaksson1523
@gustavisaksson1523 10 месяцев назад
Great video!
@aminsedighfar
@aminsedighfar 10 месяцев назад
Thanks 😊
@SuxkLess
@SuxkLess 10 месяцев назад
usb adapter name pls!
@aminsedighfar
@aminsedighfar 10 месяцев назад
Any Wi-Fi usb adapter can do it. Brand of the one that I used in the video is FC.
@OmarValenz
@OmarValenz 10 месяцев назад
good idea
@aminsedighfar
@aminsedighfar 10 месяцев назад
Thanks 😊
@sebasilva9608
@sebasilva9608 10 месяцев назад
hello, one question, is it possible to assign an ip for the laptop through AP with the DHCP server, because in the video the laptop didn't have an ip and i need to do that
@aminsedighfar
@aminsedighfar 10 месяцев назад
Hi, Not the APs in packet tracer. However, with a controller and DHCP server
@bikiadh
@bikiadh 10 месяцев назад
not working
@aminsedighfar
@aminsedighfar 10 месяцев назад
Why? At which step did you get stumped?
@PeterVendelbo
@PeterVendelbo 10 месяцев назад
@@aminsedighfar I get this error: Traceback (most recent call last): File "<stdin>", line 10, in <module> File "pico_i2c_lcd.py", line 20, in __init__ OSError: [Errno 5] EIO I have these files on the PICO: 20x4_i2c_lcd.py LCD_address.py (that found the address of the LCD) lcd_api.py pico_i2c-lcd.py
@aminsedighfar
@aminsedighfar 10 месяцев назад
@@PeterVendelbo which interpreter are you using? Thonny? Did you choose the correct hardware? The MicroPython version is okay? I know these questions might sound stupid, but please check them out again.
@PeterVendelbo
@PeterVendelbo 10 месяцев назад
@@aminsedighfarYes it's Thonny, and I'm using a 2004 LCD (it works with RPi3) MicroPython was downloaded yesterday from RP website
@PeterVendelbo
@PeterVendelbo 10 месяцев назад
Rebooted, and now it's: File "<stdin>", line 35, in <module> AttributeError: 'I2cLcd' object has no attribute 'write_line'
@dontreadthis888
@dontreadthis888 11 месяцев назад
How did you not lost ssh connection when you killed the wpa_supplicant service?
@aminsedighfar
@aminsedighfar 11 месяцев назад
Hi, I was connected to my Raspberry Pi via cable connection and wlan interface is only and specifically for the attack.
@vaibhavjoshi7961
@vaibhavjoshi7961 6 месяцев назад
Its a service like a firewall :)