Пікірлер
@Chitral87
@Chitral87 Күн бұрын
I've built this device exactly as you have and I've set the board up using the Earle F. Philhower board you suggested. But all I get are these errors. Do you have any suggestions on how I can fix this? Ethernet Example Failed to configure Ethernet using DHCP Ethernet cable is not connected. STATIC OK! Local IP : 192.168.1.28 Subnet Mask : 255.255.255.0 Gateway IP : 192.168.1.1 DNS Server : 192.168.1.1 Ethernet Successfully Initialized connection failed disconnecting. Received 0 bytes in 0.0000, rate = 0.00 kbytes/second
@ShaunBlacksmith-z3y
@ShaunBlacksmith-z3y Күн бұрын
How do you baremetal control the GPIO pins now ?
@LeonAnavi
@LeonAnavi Күн бұрын
No easy way as of the moment. This has been a blocker for rpi_ws281x, the open source Userspace Raspberry Pi library for controlling WS281X LEDs. You can see the solution and follow the discussion here: github.com/jgarff/rpi_ws281x/issues/528
@Коняшкина
@Коняшкина Күн бұрын
Thanks for the forecast! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@LeonAnavi
@LeonAnavi Күн бұрын
Sorry, no idea about your question related to SafePal to Binance transfer.
@hichamelouatri566
@hichamelouatri566 3 күн бұрын
hello thanks for the video. I am from France I would like to know if it is compatible with my lenovo thinkpad t14s gen1 intel core i7 vPRO please
@LeonAnavi
@LeonAnavi 3 күн бұрын
Yes, this drive is compatible with all T14s gen1 and T14 gen1 laptops.
@ThatBitcoin
@ThatBitcoin 3 күн бұрын
And how do i use this in order to either connect to an app to my phone to monitor moisture or to automatically water my plants without app
@LeonAnavi
@LeonAnavi 3 күн бұрын
You can use the open source hardware Raspberry Pi add-on board that I've designed ANAVI Gardening uHAT and the Python3 examples provided for it to build a irrigation system for your plants. Another interesting option is to integrate it with the popular open source solution Home Assistant.
@ThatBitcoin
@ThatBitcoin 3 күн бұрын
@LeonAnavi thanks!
@RedRyan
@RedRyan 4 күн бұрын
Can this run Windows 98?
@LeonAnavi
@LeonAnavi 4 күн бұрын
Yes, you can set up DOSBox-X with Windows 98.
@RedRyan
@RedRyan 4 күн бұрын
@LeonAnavi would I need more than 1 MB ram
@VK2FVAX
@VK2FVAX 5 күн бұрын
Messing around with mine on NetBSD.
@EndaRochford
@EndaRochford 6 күн бұрын
Great video. There's a place in hell reserved for laptop designers who solder in one stick of RAM
@LeonAnavi
@LeonAnavi 6 күн бұрын
Yes, it is a mess. It is kind of an industry trend that the laptop designers follow. This year Intel launched Lunar Lake with integrated RAM within the SoC (as on-package 16GB or 32GB LPDDR5X-8533 RAM). Shortly after releasing this I read news Intel regrets doing it and won't do it for the next generation SoCs. We'll see how it goes.
@DevPham1303
@DevPham1303 6 күн бұрын
where can i buy DA9091 because my pi 5 has broken pmics???
@LeonAnavi
@LeonAnavi 6 күн бұрын
Unfortunately, as far as I know you cannot purchase a replacement easily. As of the moment Renesas DA9091 is not available through popular distributors such as Mouser, Farnell or DigiKey. Eventually, you may consider desoldering DA9091 from another broken rpi5 (with other issues).
@49Amit-j8t
@49Amit-j8t 7 күн бұрын
Can a usb webcam work on raspberry pi zero2
@LeonAnavi
@LeonAnavi 7 күн бұрын
Yes! As an alternative to the webcam you can also consider using the special Raspberry Pi cameras that are attached to the CSI connector on Raspberry Pi Zero.
@TheSulross
@TheSulross 7 күн бұрын
I live in the states and own an Olimex board aimed at retro computing hobbyist - they are a cool company due the kind of boards they bring out that serve some markets that otherwise are underserved Oh, and for some their boards (like the one I have) these can be purchased in North America from well known online electronics parts retailers - but depends on the specific board if will be so available. Otherwise will have to purchase direct from Olimex and deal with the higher shipping cost, etc.
@LeonAnavi
@LeonAnavi 7 күн бұрын
They have several boards for retro computing nowadays. I purchased Neo6502 but I haven't even started with it yet. Which one do you have? I feel your pain regarding shipping fees. Olimex are neighbors so I didn't have to pay high shipping fees for these boards but I know how it goes for board from other vendors...
@somashekarkiran9991
@somashekarkiran9991 7 күн бұрын
Like I have a customised board and I don't know how to build an image for that
@LeonAnavi
@LeonAnavi 7 күн бұрын
You will need to create a Yocto/OE machine configuration for your custom board.
@somashekarkiran9991
@somashekarkiran9991 7 күн бұрын
Hlo sir thank you so much for the video. I have doubt if you can reply for this it would be great helpful. Can you explain the briefly how you have build the image. Thank you sir
@LeonAnavi
@LeonAnavi 7 күн бұрын
Yes, I have built it using Yocot/OE layers meta-freescale, meta-freescale-3rdparty and meta-freescale-distro. The machine name is olimex-imx8mp-evb and the image is core-image-weston.
@somashekarkiran9991
@somashekarkiran9991 7 күн бұрын
Thank you sir.
@somashekarkiran9991
@somashekarkiran9991 7 күн бұрын
It would be very helpful if you make a video of building the image for a custom board. Thank you so much for the reply and everything and for sharing your knowledge
@LeonAnavi
@LeonAnavi 7 күн бұрын
@somashekarkiran9991 you are welcome :)
@LeonAnavi
@LeonAnavi 7 күн бұрын
@@somashekarkiran9991 making a custom board capable of running embedded Linux and doing the hardware bring-up takes a huge amount of time and can't be fitted in a short video. Actually for this Olimex SoM I have contributed several bits upstream as part of building the image that you see in the video to meta-freescale, meta-freescale-3rdparty and the downstream Linux kernel fork linux-fslc-imx. You can have a look at my GitHub pull requests to learn more about the details: github.com/Freescale/meta-freescale/pull/2025 github.com/Freescale/linux-fslc/pull/694 github.com/Freescale/meta-freescale-3rdparty/pull/309
@phatnguyen1790
@phatnguyen1790 8 күн бұрын
can you please tell me that you are using GPIO# or pin #? thanks
@LeonAnavi
@LeonAnavi 7 күн бұрын
For Adafruit MAX98357 I2S Class-D Mono Amp (as the one in the video) connect: Amp Vin to Raspbery Pi 5V Power Amp GND to Raspbery Pi Ground Amp DIN to Raspbery Pi GPIO 21 Amp BCLK to Raspbery Pi GPIO 18 Amp LRCLK to Raspbery Pi GPIO 19 For more details have a look at the documentation: learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp/raspberry-pi-wiring
@0zz_b0zz72
@0zz_b0zz72 8 күн бұрын
If I am running a Tkinter program, is it possible to display it using the OLED screen
@LeonAnavi
@LeonAnavi 8 күн бұрын
I am not sure it is going to work out well. These SSD1306 displays have small resolution. The one on the video is with 128x64px. Why don't you use the luma.oled Python3 library in your case?
@akshaykharat950
@akshaykharat950 9 күн бұрын
Is this dock support hp laptops?
@LeonAnavi
@LeonAnavi 9 күн бұрын
Hm... I am not sure. It might. Probably better buy HP dock station in this case. Depends on the laptop. What HP laptop do you have?
@bramvandartel7328
@bramvandartel7328 9 күн бұрын
Nice tutorial. I`m using HASS for a very, very long time and also I've been a contributer for quiet some time. However, I also like to explore alternatives, so I`m definitely going to give IoBroker a try now! OpenHAB is alsno nice, but not my cup of tea. Didn't know IoBroker, just got to now it through Siemens Home Connect and started searching. Anyway, good job with this tutorial.
@semiRockethr
@semiRockethr 10 күн бұрын
How is negotiation process exactly resolved if requested voltage for example 12V is not available?
@LeonAnavi
@LeonAnavi 9 күн бұрын
You can check if 12V is supported by the power supply with function isVoltageDetected as part of the negotiation and implement whatever you want to do if it is not available. You can modify the demonstrate Arduino sketch as an example. It is available at GitHub.
@ppppppppyyyytoppp
@ppppppppyyyytoppp 12 күн бұрын
Hi, I watched your entire video and I can't activate light animations or control the lightning power. I press FN key + arrows and nothing happens, I also press FN key + any number and nothing. I only see that FN works when I block windows key if I press FN + F12. Any clue? Thank you for the video
@LeonAnavi
@LeonAnavi 11 күн бұрын
Thank for watching the video. It seems that you are experiencing an odd issue. Did you try it on another computer? On which OS is this happening?
@ppppppppyyyytoppp
@ppppppppyyyytoppp 11 күн бұрын
@LeonAnavi I didn't try in another computer, I will. My OS is Windows. Btw, my keyboard key switches are blue. Thank you anyway.
@LeonAnavi
@LeonAnavi 11 күн бұрын
@@ppppppppyyyytoppp the color of the switches shouldn't matter in this case. Try to install the OMEN app for Windows that configures the keyboard. I am Linux guy so I haven't used it but it might help. Also when you can try the keyboard on another computer. The lights require additional power so this might be an issue in your case. Do you get any of the lights below the keys on when you plug the keyboards?
@gregcoleman6670
@gregcoleman6670 12 күн бұрын
I don't care how many output devices a dock can handle. If it doesn't have enough input power to power the laptop, I'm not interested. My Thinkpad P1 Gen 7 demands at least 170W input power, so tells me the dock charge is not powerful enough and to plug in the power brick that came with the laptop. Completely defeats the purpose of a dock.
@LeonAnavi
@LeonAnavi 11 күн бұрын
Yes, I see your point. Thinkpad P1 is definitely a power hungry beast.
@PikesPeace-lul
@PikesPeace-lul 13 күн бұрын
The limited ram on this device is what makes it less usable that it otherwise could be. Orange pi makes the same form factor with up to 8 gb and I think the Raxda goes up to 16GB with DDR4. These devices all have at least one shorcoming that makes them annoying. For example the Libre Renegade has great stats on paper 4gb ddr4 and 1G ethernet but it's gpio is really hard to use and it requires a lot of fiddling with bootloaders and other things. So software support is the problem for what should otherwise be a great board.
@LeonAnavi
@LeonAnavi 12 күн бұрын
Yes, I tend to use Raspberry Pi Zeros for headless low-power embedded Linux projects. It still fits really well for them. I absolutely agree that the rest of the boards with the same form factor don't invest enough in software support and because of this doesn't have a large community of users. Btw, speaking about these boards, I recently published a longer video for XPI-3566-Zero which is the same form factor as Raspberry Pi Zero but with better hardware and Rockchip RK3566.
@PikesPeace-lul
@PikesPeace-lul Күн бұрын
@@LeonAnavi I'm just now getting into IoT things and am looking for some interesting ideas to do with these... and yes the idea of having a tiny linux computer I can stick anywhere opens up a world of possibilities.
@LeonAnavi
@LeonAnavi Күн бұрын
@@PikesPeace-lul explore add-on boards for Raspberry Pi Zero. I have made several open source hardware uHATs for various use cases: infrared, gardening, controlling LED strips, etc.
@eddieoconnor4466
@eddieoconnor4466 13 күн бұрын
I have used Lenovo Thinkpads throughout the years, I recently got into Dell XPS series?...and I also have HP Elitebooks and a Huawei Matebook X Pro....but I might look for one of these and see about putting it through its paces in regards to software development....I have always loved the look of Lenovo gear....time to get back into the "Black & Red"!!
@LeonAnavi
@LeonAnavi 13 күн бұрын
What is your experience after switching from a Thinkpad to Dell XPS series? Some of the XPS laptops look pretty nice.
@Guiltlessbc
@Guiltlessbc 15 күн бұрын
does it have finger print sensor? cuz mine does not.
@LeonAnavi
@LeonAnavi 15 күн бұрын
Good question. Some T490 models have "touch style fingerprint reader on palm rest, match-on-chip". It is an optional feature. I have to check if this particular unit has one.
@Romek_S
@Romek_S 18 күн бұрын
Could you please run systemd-analyze? I've got AMD version and firmware time is 15secs, quite long in my opinion. I wonder if Intel version is better in this field.
@LeonAnavi
@LeonAnavi 18 күн бұрын
Good point! I've just checked. The Intel firmware takes 9 seconds. The loader takes another 7 seconds, the kernel for a bit more than a second and 23 seconds for the user space. Surprise, surprise the total boot time according to systemd-analyze is 41-42 seconds (not 25sec as I said in the video). I didn't pay attention to this when preparing the video. The thing is that actually the laptop is operational in about 25 seconds and I can open a terminal but there are another 10+ seconds for GNOME desktop environment to be fully initialized.
@marlenmarko77
@marlenmarko77 19 күн бұрын
i'm gowing to stick to my T410 for the ram and the keyboard
@LeonAnavi
@LeonAnavi 19 күн бұрын
Nice, T410 is a solid model! Are you using with a Linux distribution?
@marlenmarko77
@marlenmarko77 18 күн бұрын
@@LeonAnavi yes since age 16 until now I'm 21
@LeonAnavi
@LeonAnavi 18 күн бұрын
@marlenmarko77 well done! Which distro do you use on t410?
@nnasab
@nnasab 20 күн бұрын
This sbc looks like Radxa zero, and like Radxa zero comes up to 4Gb of ram.
@LeonAnavi
@LeonAnavi 19 күн бұрын
Yes, good point. Radxa ZERO 3W is similar to XPI-3566-Zero ZERO. Unfortunately I don't have it so I can't make a side by side comparison right now. Do you have experience with Radxa ZERO 3W?
@AtoManPL
@AtoManPL 20 күн бұрын
Three year old is "older laptop"? Jeez xD
@LeonAnavi
@LeonAnavi 20 күн бұрын
Well... This is gen 1 and a few months ago gen 5 made a debut on the market.
@AtoManPL
@AtoManPL 20 күн бұрын
Sure, but we are at the point where laptops are pretty serviceable for years, as long as you don't want them to be top gaming machines ;)
@LeonAnavi
@LeonAnavi 20 күн бұрын
I agree in general. T14s in particular is not so serviceable because of the soldered RAM to the system board and the keyboard whose replacement is hard. Because of this I prefer T14.
@RalfPinkaire-f7w
@RalfPinkaire-f7w 20 күн бұрын
Ive a 32gb 1Tb AMD model. It is fantastic.
@LeonAnavi
@LeonAnavi 20 күн бұрын
@@RalfPinkaire-f7w cool! The AMD model must have better performance.
@РангелИванов-м1ж
@РангелИванов-м1ж 20 күн бұрын
Nice review! Did you meant MIPI-DSI instead of MIPI-CSI for the LCD display interface?
@LeonAnavi
@LeonAnavi 20 күн бұрын
Thanks! According to the datasheet it is MIPI-CSI.
@LeonAnavi
@LeonAnavi 19 күн бұрын
I asked Geniatech and they confirmed this is a MIPI-CSI interface for a camera. It is awkward but the "LCD" label on the printed circuit board is just a component identification used during manufacturing and doesn't directly indicate a display interface.
@enjoylife8199
@enjoylife8199 20 күн бұрын
Even provide information regarding after-sales service for Lenovo. Which is one of the worst services. The ticket was raised in June, and till date they have not resolved my issues. Have taken 3 years of premium service.
@LeonAnavi
@LeonAnavi 20 күн бұрын
My primary laptop is Lenovo ThinkPad X1 Yoga i5-1235U. I have been using it for more than a year but it went under repair while in warranty. The process was straight-forward and the laptop was repaired in about 2-3 days. The T14s laptop from the video is from 2021 and the warranty has expired and I didn't experience any technical issues with it so far. What kind of issues do you have with your laptop?
@enjoylife8199
@enjoylife8199 20 күн бұрын
@@LeonAnavi Have 6 Lenovo laptops. If you have bad luck and you get a defective piece and call them more than 3 times, they don't turn back. I am using 13900HX with all addon features like 32GB and 8GB graphics and so on.
@LeonAnavi
@LeonAnavi 20 күн бұрын
Which Lenovo models do you have? Keep in mind there is a huge difference between ThinkPad and other Lenovo models. There is also difference between the ThinkPad series. I have been using the T series quite a lot through the years. I own and have experience with T460s, T480s, T490, T490s, T14 Gen 1, T14s Gen 1 and X1 Yoga i5-1235U. Only the Yoga had a hardware issue during the warranty period and it was quickly handled.
@enjoylife8199
@enjoylife8199 20 күн бұрын
its not related to models; it's related to the service provided by Lenovo.
@LeonAnavi
@LeonAnavi 20 күн бұрын
In which region are you? ThinkPad customer care in my region is handled by IBS Bulgaria and it was excellent. As far as I hear they provide pretty much the same good services for ThinkPad warranty repairs in the EU and the UK.
@bespectacledengineer
@bespectacledengineer 20 күн бұрын
Soldered RAM is always a bummer. I had a T480s. It's RAM failed so the laptop died on me.
@LeonAnavi
@LeonAnavi 20 күн бұрын
Yes, absolutely! Soldered RAM is hard to be repaired. Earlier this year Intel went a step further with integrated RAM into the Lunar Lake SoC for better performance. However, the latest headlines are saying that even Intel admits it as a mistake.
@RalfPinkaire-f7w
@RalfPinkaire-f7w 20 күн бұрын
Bull. It almost never goes wrong.
@23rodrigues
@23rodrigues 21 күн бұрын
Usa qual das duas entrada DisplayPort?
@LeonAnavi
@LeonAnavi 20 күн бұрын
I use the HDMI 1.4b port on M75q
@AM-pi7jy
@AM-pi7jy 21 күн бұрын
Thanks, this was exactly the info i was looking for. Straight to the point!👍
@LeonAnavi
@LeonAnavi 21 күн бұрын
My pleasure! I am happy to hear this short video is useful :)
@DataGo888
@DataGo888 22 күн бұрын
Where can I buy this mic?
@LeonAnavi
@LeonAnavi 21 күн бұрын
ANAVI Dev Mic is available for purchase at Mouser and Crowd Supply: www.mouser.bg/ProductDetail/ANAVI-Technology/ANAVI-DEV-MIC?qs=iLKYxzqNS75%252BzWeKsr6W6Q%3D%3D
@ChristopherMoye_law
@ChristopherMoye_law 22 күн бұрын
I need a new (used?) laptop for Linux and AI stuff. Would it work well for that?
@LeonAnavi
@LeonAnavi 22 күн бұрын
Probably ThinkPad T14 or P14s will be a better fit. They are a bit more bulky than T14s from this video but have Ethernet port and expansible RAM. Both are quite similar. P14s comes with a dedicated NVIDIA graphics card.
@GenX_in_the_wild
@GenX_in_the_wild 22 күн бұрын
Beware! The 480 Version has TLC, the 500 Version has QLC!
@LeonAnavi
@LeonAnavi 22 күн бұрын
Good point! Thank you for mentioning it.
@Blueyopo
@Blueyopo 12 күн бұрын
Which is better?
@LeonAnavi
@LeonAnavi 12 күн бұрын
@@Blueyopo afaik in theory TLC perform better and last longer.
@Blueyopo
@Blueyopo 12 күн бұрын
@@LeonAnavi thanks the info
@mgjfile
@mgjfile 23 күн бұрын
I bought it a month ago on Aliexpress for less than 3 euros. But just noticed that your model have a heatsink on the chip that mine doesn't have it, mine is just by itself.
@LeonAnavi
@LeonAnavi 22 күн бұрын
3 EUR sounds as a bargain. Is it with the same Macrosilicon MS2109 chip? You mentioned yours is without a heatsink. Have you considered an upgrade by adding a small heatsink to protected it from over heating?
@mgjfile
@mgjfile 22 күн бұрын
@@LeonAnavi Yes, same chip. I've bought other 2, waiting for delivery. When they arrive I'll check if they have the same missing heatsink.
@mgjfile
@mgjfile 20 күн бұрын
@@LeonAnavi ok, just received the other two. The package is slightly different, the graphics are bigger, looks made by two different manufacture. Same main CHIP (MS2109, but different serial) but the EEPROM chip named "U7" on the board is different (the first purchase was a AT24C16, the second one is a MS24C16. Also the second bunch is glued on the case from the bottom. The board have the same version and production date (2020_07_16). Everyone without a heatsink. I was thinking to install one, but actually the product doesn't look to become that warm when in use.
@zabiulig
@zabiulig 23 күн бұрын
Can we connect 1.3 inch tft display?
@LeonAnavi
@LeonAnavi 22 күн бұрын
Yes, you can connect a OLED 1.3" SSD1306 display with resolution 64×128 over the SPI or I2C bus on XIAO ESP32C6.
@zabiulig
@zabiulig 22 күн бұрын
@LeonAnavi I need make holographic cube but problem was I need smaller Esp32 & 1.3 TFT display 240x240 resolution. kzbin.info/www/bejne/iIKqq2ypqqqfpZosi=TIFgz_XBhiY5xiXQ
@LeonAnavi
@LeonAnavi 22 күн бұрын
Use the Waveshare ST7789 240x240 1.3" display: www.waveshare.com/1.3inch-lcd-module.htm
@AutomationBeats
@AutomationBeats 23 күн бұрын
What is the maximum voltage level can we give at GPIO if configured as input?
@LeonAnavi
@LeonAnavi 22 күн бұрын
The GPIO is 3.3V tolerant. Please consider using an optocoupler if you need to read higher input voltages. I have shown how to do it for 12V or 24V in another video: kzbin.info/www/bejne/noWkh4JqqpaXZ9Usi=kx-rTGOo9E_W-I5V
@AutomationBeats
@AutomationBeats 23 күн бұрын
What is the maximum voltage level can we give at GPIO if configured as input?
@LeonAnavi
@LeonAnavi 22 күн бұрын
The GPIO is 3.3V tolerant. Please consider using an optocoupler if you need to read higher input voltages. I have shown how to do it for 12V or 24V in another video: kzbin.info/www/bejne/noWkh4JqqpaXZ9Usi=kx-rTGOo9E_W-I5V
@ginga-ninja78
@ginga-ninja78 25 күн бұрын
does it come in white?
@LeonAnavi
@LeonAnavi 25 күн бұрын
I think Ducky offers this keyboard in several different colors and you can change the keycaps of the Cherry MX switches with white keycaps that you like.
@t43grsad242
@t43grsad242 26 күн бұрын
it deserved a clean
@LeonAnavi
@LeonAnavi 25 күн бұрын
Yes, you are right :) I cleaned it a bit after putting the new NVMe SSD in.
@Kitemasters
@Kitemasters 27 күн бұрын
what fume extractor is that ?
@LeonAnavi
@LeonAnavi 26 күн бұрын
This is ANAVI Fume Extractor an open source gadget that I have created. It is available as a DIY kit. You can purchase it from Mouser, Crowd Supply, Pi Hut or some of our other distributions. Check the best shipping options depending your location, for example Mouser has free shipping offers for some regions right now.
@Fox34093
@Fox34093 27 күн бұрын
To to to to
@LeonAnavi
@LeonAnavi 26 күн бұрын
:) :) :)
@Laciaty69
@Laciaty69 26 күн бұрын
Totoototoototoot
@DavidBrown-pb3gn
@DavidBrown-pb3gn 27 күн бұрын
I am looking for the way to set up a ThinkPad Univeral Thunderbolt 4 Dock - in your video your showing of the cable connections goes very fast & I could not understand whick calbe to connect to what. Do you have a video that goes slowly showing how set up the correct cable connections to the Laptop & 2 external monitors via DP? Thanks,
@LeonAnavi
@LeonAnavi 27 күн бұрын
No, sorry I don't have a slower video. Please just pause or replay the part you are interested in. On 1:30 the connector on the far left is for the power supply. The Thunderbolt 4 cable connects the laptop to the dock. It goes in the 3rd connector from left to right that again can be seen at 1:30. It is marked with a label that shows a laptop and a lightning. The display ports for your monitors are in the middle. There is also an HDMI connector next to the display ports. I have two HDMI monitors: one is connected to the HDMI port and the other is connected through a Hama HDMI to display port adapter. This can be seen at 4:05.
@Mr-xc9ei
@Mr-xc9ei 28 күн бұрын
Well done bro ❤
@LeonAnavi
@LeonAnavi 27 күн бұрын
Thanks ✌️
@literailly
@literailly 28 күн бұрын
Are not all USB ports capable of this? Confuse
@LeonAnavi
@LeonAnavi 27 күн бұрын
No, the other microUSB port (the one on the far right) is just for powering Raspberry Pi Zero 2.
@User-of-internet
@User-of-internet 29 күн бұрын
I recrently got this and upgeaded ram, now I have 32 gb. it works great. I love the machine.
@LeonAnavi
@LeonAnavi 29 күн бұрын
Great to hear! Have you performed any other upgrades on your T490?
@User-of-internet
@User-of-internet 29 күн бұрын
@LeonAnavi Not yet. I'm new to ThinkPad community. Later on I'd like to see how much memory I can upgrade, right now it has 512. And I haven't personally opened the machine, a friend of mine upgraded it for me and got it from the overseas so it was really inexpensive like less than $300. I work as a content writer so most I do is open 100s of tabs that's why I got 32 gigs. Anyway, do suggest if you have any ideas. I also use two external monitors so I'll be buying it's docking station. And oh, it's the qhd model non touch and the panel is simply amazing. I haven't used a keyboard like this one.
@LeonAnavi
@LeonAnavi 29 күн бұрын
As you can see in the video, if you need more space the upgrade of the SSD is easy. Owning a docking station is a pretty handy. The price of the 2nd hand compatible docking stations drops rapidly for older models like this. It is good idea to buy one at a decent price. Last but not least using a Linux distribution is a game changer in terms of improved performance for T490 but of course you need to get used to Linux if you haven't used it before.
@User-of-internet
@User-of-internet 29 күн бұрын
@@LeonAnavi As a matter of fact, i did install Ubuntu yesterday especially since my cousin hyped it so much. However, I don't like few things, touchpad isn't working normally, windows gestures are had to figure out and a few other things makes me really uncomfortable. I think i'll be switching back unfortunately. Thanks for the suggestion though.
@LeonAnavi
@LeonAnavi 29 күн бұрын
What's wrong with the touchpad? Nowadays Ubuntu GUI is basically a GNOME desktop environment with some Ubuntu specific configurations. You can configure it further for your taste but yes, indeed it takes time to get used to it if you are switching from another OS and/or different desktop environment.
@defensegeneral9893
@defensegeneral9893 29 күн бұрын
Why was it placed at 45 degrees angle on the board
@LeonAnavi
@LeonAnavi 29 күн бұрын
Raspberry Pi 5 is the first board from the family with a chip at 45-degree angle. As far as I know it has been done to simplify the wiring of the Gigabit Ethernet PHY because of the constrained space on the PCB.
@allrounderyoutuber123_7
@allrounderyoutuber123_7 Ай бұрын
Better than cm4
@LeonAnavi
@LeonAnavi 29 күн бұрын
Well, honestly Raspberry Pi CM4 is with quad-core 64-bit ARM SoC so it performs far better. However, STM32MP157 is very affordable chip and it is appropriate for industrial applications where high performance is not required.
@allrounderyoutuber123_7
@allrounderyoutuber123_7 29 күн бұрын
@ thanks