Skip to main content

Posts

Blender benchmarking on Linux

I made Blender tests, one with CPU Ryzen 9 5900X and the second with  GPU RTX4070.

Baofeng UV-9R PLUS cable problem

Nusipirkau Baofeng uv-9r plus radijo stotelę. Bet pajungus programavimo kabelį stotelė bandant programouti persikraudavo. Išardžiau radijo stotelės cabelį, tą dalį kuri jungiasi į stotelę ir tą dalį kuri jungiasi į USB. Pasirodo buvo sumaišyti laidai USB dalyje.  Bad wiring Resoldered, change black with white

VIA macros

When I start coding with VScode, many times I need to comment on some please of code. For that in VScode need to do CTRL + K, CTRL + C, and for uncomment code CTRL + K, CTRL + U. My keyboard has only one CTRL on the left side it's a little bit complicated to use it button. For that, I write two macros for comment and uncomment code. For comment code maro: {+KC_LCTL}{+KC_K}{50}{-KC_K}{50}{+KC_C}{50}{-KC_C}{-KC_LCTL} For uncomment code macro: {+KC_LCTL}{+KC_K}{50}{-KC_K}{50}{+KC_U}{50}{-KC_U}{-KC_LCTL}

VSCode Arduino Nano

 Pasikūrus VsCode su Platformio negalėjau užprogramuoti Nano plokštės, vis mesdavo kad negauna atsakymo iš plokštės. Plokštė su atmega328 čipu. Problemos sprendimas, tai pakoreguoti platformio.ini failiuko board reikšmę. Kuris atrodo šitaip: [env:nano] platform = atmelavr framework = arduino board = nanoatmega328 monitor_speed = 9600

Raspberry Pi Imager

Noriu pasidalinti lengvu būdu kaip nesunkiai galima instaliuoti Raspberry Pi operacinę sistemą į SD kortelę. Visų pirma reikia iš tinklapio https://www.raspberrypi.com/software/ parsisiųsti Raspberry Pi Imager programėlę.   Arba galima tai padaryti ir per Ubuntu Software programėlę, įrašome "raspberry" ir pasirenkame Raspberry Pi Imager. Toliau belieka atsidaryti Imager   Iš iškrentančio sąrašo pasirenkame SD kortelę. Iš kito sąrašo pasirenkame norimą instaliuoti operacinę sistemą.   Procesas automatiškai prasideda ir užsibaigia, belieka ištraukti SD ir įkišti į turimą Raspberry Pi.