▲ 1 r/poland

Is Polytechnic of Warsaw university a good choice?

I am interested in doing robotics and automation, and I am just wondering if it is something worth doing. I am also wondering what do you learn there, like what would be an average day? or is it just like an engineering in other universities? from what I’ve heard its more application than normal universities.

reddit.com
u/Tall_Estimate3407 — 3 hours ago
▲ 0 r/studia

Is Polytechnic or U of T a better choice?

I want to do robotics, if I had to choose between U of T computer science or Warsaw polytechnic (Robotyka I automatyka) what would be a better choice overall. because people talk about U of T’s reputation, but polytechnic gives you more hands on work.

reddit.com
u/Tall_Estimate3407 — 5 hours ago

U of T vs Warsaw polytechnic

I want to get into a robotics field in the future, and I’m just wondering between choosing going to a polytechnic in Warsaw or going to U of T. U of T is very well known and has good education, but a polytechnic literally teaches hands on skills. However, is there a more obvious choice to which is better.

reddit.com
u/Tall_Estimate3407 — 6 hours ago

WUT VS UTM as a better choice

I know that WUT is not in Ontario, but I’m just asking.

My goal is to get into medical robotics and eventually build my own business. I am more software biased. However, I am trying to learn mechanical and electrical in the background. Is UTM computer science or WUT robotics and automation or WUT mechatronics better? Disregarding where I want to study or price, just in terms of a better long term choice, opportunity and reputation.

reddit.com
u/Tall_Estimate3407 — 3 days ago

UTM vs WUT (Warsaw university of technology)

My goal is to get into medical robotics and eventually build my own business. I am more software biased. However, I am trying to learn mechanical and electrical in the background. Is UTM computer science or WUT robotics and automation or WUT mechatronics better? Disregarding where I want to study or price, just in terms of a better long term choice, opportunity and reputation.

reddit.com
u/Tall_Estimate3407 — 3 days ago
▲ 0 r/warsaw

UTM vs WUT

My goal is to get into medical robotics and eventually build my own business. I am more software biased. However, I am trying to learn mechanical and electrical in the background. Is UTM computer science or WUT robotics and automation or WUT mechatronics better? Disregarding where I want to study or price, just in terms of a better long term choice, opportunity and reputation.

reddit.com
u/Tall_Estimate3407 — 3 days ago

Self-study to prep for calc 1, math proofs (mat102) and csc148

This fall I am going to start my CS undergrad and I thought preparing would be best. I looked at other resources like Paul's online math notes, professor Leonard and stuff like that, but it feels hard to stay committed. Is it possible for anyone to lend me resources that can help me self-teach Calculus 1, mathematical proofs and csc148. At this point I have to stay committed since I am going to use this summer to self-study, I just want to find a resource which I know also helped other people.

reddit.com
u/Tall_Estimate3407 — 7 days ago

Connecting esp32 to TFT display.

Using ESP32-s3 to connect to a TFT ILI9341 display

freenove ESP32-S3 ESP32 S3 Board Lite (16 MB Flash) (2 Pack), Dual-core 32-bit 240 MHz Microcontroller, Onboard Wireless, Python C Code, Example Projects...

DIYmalls 2.8\" SPI TFT LCD Display ILI9341 Resisive Touch Screen Module 320x240 5V/3.3V w/Card Slot for Arduino ESP32 Development Board

I tried connecting these two components, but each time I ran the code nothing would happen and it would just show a white screen. Could anyone point me to the problem? For reference, I changed the user_setup.h file, I got the tft library but it doesn't work when I upload the code.

reddit.com
u/Tall_Estimate3407 — 9 days ago
▲ 2 r/esp32projects+1 crossposts

Using ESP32-s3 to connect to a TFT ILI9341 display

https://preview.redd.it/4nsgcrjjeo9h1.png?width=1396&format=png&auto=webp&s=36f94c8935113d939000d82471fd67e991845044

https://preview.redd.it/d9598aqkeo9h1.png?width=1001&format=png&auto=webp&s=72e1d3e0211690a86dcb09e89ad4df9994db4eed

I tried connecting these two components, but each time I ran the code nothing would happen and it would just show a white screen. Could anyone point me to the problem?

#define ILI9341_DRIVER


#define TFT_MISO 13   // safer on S3
#define TFT_MOSI 11
#define TFT_SCLK 12


#define TFT_CS   10
#define TFT_DC   9
#define TFT_RST -1

#include <TFT_eSPI.h>


TFT_eSPI tft = TFT_eSPI();


void setup() {
  tft.init();
  tft.setRotation(1);


  tft.fillScreen(TFT_RED);
  delay(1000);


  tft.fillScreen(TFT_GREEN);
  delay(1000);


  tft.fillScreen(TFT_BLUE);
  delay(1000);


  tft.fillScreen(TFT_BLACK);
  tft.setTextSize(3);
  tft.setTextColor(TFT_WHITE);
  tft.drawString("Hello!", 50, 100);
}


void loop() {
}
reddit.com
u/Tall_Estimate3407 — 9 days ago

Heavy is the head that falls with a thousand thoughts tone?

So the song I mentioned made by loathe, I was just wondering how you can get their tone? And for an electric guitar, I know they use baritone guitars, but is it possicle to use pitch shift or get sligh heavier strings gauges on my guitar to have a better guitar for the situation?

reddit.com
u/Tall_Estimate3407 — 23 days ago