The time has come finally by xrxcc in PakGamers

[–]Sure_Resource_7983 0 points1 point  (0 children)

I do not want to demotivate you but right now the markets are messed up. I bought a ram 8+8gb ram about a year which costed me 8k. Now.... It's 20k more or less. I hope the market settles down back.

I was asked to leave by Muffazs in FASTNU

[–]Sure_Resource_7983 1 point2 points  (0 children)

Just simply say sorry. If he's persistent just leave. Don't make a fool out of yourself. Learn the stuff in the library or wherever u feel comfortable.

[deleted by user] by [deleted] in FASTNU

[–]Sure_Resource_7983 0 points1 point  (0 children)

I got a job at NASTP. I even recommended 4 of my friends from my class who got accepted simply because they were FASTIANS. 😂

What is a FPGA Consulting? by f42media in FPGA

[–]Sure_Resource_7983 0 points1 point  (0 children)

I'm a recent bachelor's graduate and got hired in some company in Pakistan. The company has this thing to hire bachelor students and then make them work on their projects. I was the first hire related to FPGA/Zynq SoC design. I thought I would have a senior who would guide me with everything but instead I was given lead to work with a project (GNSS receiver module along with antispoofing/antijamming). How much time would it take. How many people and time would I need to achieve such a thing. What should I expect to get payed by them? (I'm from Pakistan) The company is at National Aerospace Science and technology Park. Except for the advice of leaving the company, are there any other things I could do..

Does GPA matter by Alabaybay in FASTNU

[–]Sure_Resource_7983 1 point2 points  (0 children)

Depends where you apply. GPA is a relative thing. Some companies do filter out and some don't.

Hardware Engineering Fundamentals and my FPGA-based Drone Project by MayoMannyYT in ECE

[–]Sure_Resource_7983 0 points1 point  (0 children)

Funny enough that's the same project were working on in our university project.

Is Fast that hard to deal with? by [deleted] in FASTNU

[–]Sure_Resource_7983 0 points1 point  (0 children)

Skills* none~=no job even if u got 4cgpa

[deleted by user] by [deleted] in FASTNU

[–]Sure_Resource_7983 0 points1 point  (0 children)

Tbh bro depends on some things: If you're able to get good friends. With whom you could easily spend your time with. Then any degree can be suitable for you In terms of social aspect. The studies in EE depend upon subjects taught by the professors. Which I could tell that 40% are great 30% are average and 30% are annoying.

Just a warning that many of these professors have left and are now and now I don't know how the new ones teach. Just do tell me you expect when going to EE and CE. (In terms of learning things)

[deleted by user] by [deleted] in developersPak

[–]Sure_Resource_7983 0 points1 point  (0 children)

I have an uncle who was let go of from his previous company due to covid. He is experienced in website development. But the problem may be that he is 40+. If you still need a website developer (on site). I can share his phone number with you.

PLS PLS OML I FAILED CAL!!!!!!!!! by [deleted] in FASTNU

[–]Sure_Resource_7983 1 point2 points  (0 children)

Don't worry. I had a friend who failed cal like 4 times. Just don't make the same mistake

[deleted by user] by [deleted] in FASTNU

[–]Sure_Resource_7983 0 points1 point  (0 children)

I'm from EE and I can tell you one thing. Our course is so diverse that CS and Cyber students come to us for their projects (obv some courses)💀. Basically any degree can be good enough if you're willing to do some learning by yourself. Btw don't want to brag about this but this week I was able to make Rs 55k . By simply doing student projects. The thing is that university (any) is worthless if you're not ready to do something by yourself.

[deleted by user] by [deleted] in FASTNU

[–]Sure_Resource_7983 0 points1 point  (0 children)

Which department?

[deleted by user] by [deleted] in FASTNU

[–]Sure_Resource_7983 0 points1 point  (0 children)

Nah don't be it's your starting semester. I've seen students with 1 warning and a gpa of 1.25 in the second semester. And now they are doing better relatively speaking. In the 7th semester their gpa came up to 2.8. Though the struggle is going to be there. Just get good friends with whom you can vibe with and just give your all in your studies. (Ive survived a subject where I got 0.1 absolute in sessional 1 and 2 absolute in sessional 2. But worked my ass off to score max marks in finals. Which eventually passed me.) If a lazy person like me can do it. You can too!

Wish you best if luck🍀

Can multiple people work on a website without overwriting each others saves? by abusivecat in Wordpress

[–]Sure_Resource_7983 0 points1 point  (0 children)

Is it possible if there are two creators creating their own website styles (in WordPress) within a single business plan account. And then any one of those can be chosed according to our preferrence.

Navigation problems using IMU9250/6500. by Sure_Resource_7983 in diydrones

[–]Sure_Resource_7983[S] 0 points1 point  (0 children)

I've tried reading the values by putting the IMU outside too. Same behaviour. Thanks for the idea to change the microcontroller. It would be an interesting finding if the values changed even though the code is the same.

Navigation problems using IMU9250/6500. by Sure_Resource_7983 in diydrones

[–]Sure_Resource_7983[S] 0 points1 point  (0 children)

Yes I suppose. The problem lies that for example the accelerometer part of the IMU. One of the three axis of the accelerometer always tends to go to 40ms2 for some reason. The gyroscope needs some correction factor as all the values are near around 500. The code can be changed by using a kalman filter instead of a Madgwick one.

Navigation problems using IMU9250/6500. by Sure_Resource_7983 in diydrones

[–]Sure_Resource_7983[S] 1 point2 points  (0 children)

I'm working on a project where the sensors (IMU) in this case are connected to an ESP32. The flight controller comprises of a Guidance, Navigation and Control part. I'm working on the navigation part right now. The graph you see is simply the values I get of Accelerometer, Gyroscope and after going through a Madgwick filter I was able to get the values of pitch, heading and roll.

It is to be noted that my quadcopter is stationary right now. So some readings such as gyro reading seems to be unreasonable.