diff --git a/index.html b/index.html index 61e3751..ee0f100 100644 --- a/index.html +++ b/index.html @@ -252,7 +252,7 @@
Listed 133 repositories.
+Listed 144 repositories.
RBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.
+🔬 RBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.
None
+🕹️ A library to build user interfaces for ESP32 programs, controllable via the RBController apps
Library for Logic board designed by Renata Zemanová.
+🪛 Library for Logic board designed by Renata Zemanová.
Podklady a web k Robotickému táboru 2022.
+🏕️ Webpage with gadgets and manuals for RoboCamp 2022
None
+🔗 ProjectIndexer is a static web generator written in Python.
Soldering Challenge
+🛠️ Soldering Challenge
Podklady a web k Robotickému táboru 2023.
+🏕️ Podklady a web k Robotickému táboru 2023.
None
+VS Code Web Extension demonstrating WebUSB access - testing version
Robot for competition Bear Rescue
+ +Testing HD108 LEDs
+ +Fork of Marlin with configuration for robotic arms
+ +None
+ +yunibeer robot firmware
+ +yunimin3 schematic
+ +FTDI(v5)
+ +None
+ +None
+ +Control 3pi robot from Baltík 3
+ +3pi robot interface library
+ +3pi robot interface library
+Language: C++
+Created: 11.04.2024
+Updated: 11.04.2024
+Stars: 0
+ Visit on GitHub + +🛝 Starter learning kit for Arudino Nano / Uno and ESP32 DevKitC by RoboticsBrno.
Language: C++
Created: 22.09.2016
-Updated: 25.04.2023
-Stars: 19
+Updated: 23.03.2024
+Stars: 21
Visit on GitHubNo description
+🕹️ A library to build user interfaces for ESP32 programs, controllable via the RBController apps
Language: JavaScript
Created: 19.03.2020
-Updated: 20.06.2023
-Stars: 1
+Updated: 19.11.2023
+Stars: 2
Visit on GitHubNo description
Language: C++
Created: 13.04.2023
-Updated: 16.04.2023
-Stars: 1
+Updated: 26.01.2024
+Stars: 2
Visit on GitHubNo description
+VS Code Web Extension demonstrating WebUSB access - testing version
Language: TypeScript
Created: 17.07.2023
-Updated: 17.07.2023
+Updated: 15.11.2023
Stars: 0
Visit on GitHubVS Code Web Extension demonstrating WebUSB access
+A VS Code Web build available which includes https://github.com/microsoft/vscode/pull/152310
+WebUSB devices can be accessed from web extensions running in the web extension host webworker here:
+https://github.com/thegecko/webusb-web-extension/blob/main/src/browser/commands.ts#L23
+WebUSB devices need to be authorised before being accessed and this is possible due to the new workbench.experimental.requestUsbDevice
command.
This is triggered from the webview here:
+https://github.com/thegecko/webusb-web-extension/blob/main/src/views/webusb-view.ts#L7
+but run in the webworker here:
+https://github.com/thegecko/webusb-web-extension/blob/main/src/views/webusb-main.ts#L25
+npm install
+npm run watch
+
+In second terminal:
+npm run browser
+
+Then open the extension in VS Code and run the Run Extension
launch configuration.
Robot for competition Bear Rescue
+Language: C++
+Created: 02.08.2023
+Updated: 19.02.2024
+Stars: 0
+ Visit on GitHub + +Robot for competition Bear Rescue
+Library for Logic board designed by Renata Zemanová.
+🪛 Library for Logic board designed by Renata Zemanová.
Language: C++
Created: 08.07.2021
-Updated: 14.07.2022
+Updated: 15.11.2023
Stars: 0
Visit on GitHub diff --git a/repos/Marlin-for-robotic-arm/index.html b/repos/Marlin-for-robotic-arm/index.html new file mode 100644 index 0000000..8b3ee48 --- /dev/null +++ b/repos/Marlin-for-robotic-arm/index.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + +Fork of Marlin with configuration for robotic arms
+Language: C++
+Created: 05.11.2023
+Updated: 30.11.2023
+Stars: 0
+ Visit on GitHub + +Additional documentation can be found at the Marlin Home Page. +Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
+Not for production use. Use with caution!
+Marlin 2.1 takes this popular RepRap firmware to the next level by adding support for much faster 32-bit and ARM-based boards while improving support for 8-bit AVR boards. Read about Marlin's decision to use a "Hardware Abstraction Layer" below.
+This branch is for patches to the latest 2.1.x release version. Periodically this branch will form the basis for the next minor 2.1.x release.
+Download earlier versions of Marlin on the Releases page.
+Before you can build Marlin for your machine you'll need a configuration for your specific hardware. Upon request, your vendor will be happy to provide you with the complete source code and configurations for your machine, but you'll need to get updated configuration files if you want to install a newer version of Marlin. Fortunately, Marlin users have contributed dozens of tested configurations to get you started. Visit the MarlinFirmware/Configurations repository to find the right configuration for your hardware.
+To build and upload Marlin you will use one of these tools:
+Marlin is optimized to build with the PlatformIO IDE extension for Visual Studio Code. You can still build Marlin with Arduino IDE, and we hope to improve the Arduino build experience, but at this time PlatformIO is the better choice.
+Marlin includes an abstraction layer to provide a common API for all the platforms it targets. This allows Marlin code to address the details of motion and user interface tasks at the lowest and highest levels with no system overhead, tying all events directly to the hardware clock.
+Every new HAL opens up a world of hardware. At this time we need HALs for RP2040 and the Duet3D family of boards. A HAL that wraps an RTOS is an interesting concept that could be explored. Did you know that Marlin includes a Simulator that can run on Windows, macOS, and Linux? Join the Discord to help move these sub-projects forward!
+A core tenet of this project is to keep supporting 8-bit AVR boards while also maintaining a single codebase that applies equally to all machines. We want casual hobbyists to benefit from the community's innovations as much as possible just as much as those with fancier machines. Plus, those old AVR-based machines are often the best for your testing and feedback!
+Platform|MCU|Example Boards + --------|---|------- + Arduino AVR|ATmega|RAMPS, Melzi, RAMBo + Teensy++ 2.0|AT90USB1286|Printrboard + Arduino Due|SAM3X8E|RAMPS-FD, RADDS, RAMPS4DUE + ESP32|ESP32|FYSETC E4, E4d@BOX, MRR + LPC1768|ARM® Cortex-M3|MKS SBASE, Re-ARM, Selena Compact + LPC1769|ARM® Cortex-M3|Smoothieboard, Azteeg X5 mini, TH3D EZBoard + STM32F103|ARM® Cortex-M3|Malyan M200, GTM32 Pro, MKS Robin, BTT SKR Mini + STM32F401|ARM® Cortex-M4|ARMED, Rumba32, SKR Pro, Lerdge, FYSETC S6, Artillery Ruby + STM32F7x6|ARM® Cortex-M7|The Borg, RemRam V1 + STM32G0B1RET6|ARM® Cortex-M0+|BigTreeTech SKR mini E3 V3.0 + STM32H743xIT6|ARM® Cortex-M7|BigTreeTech SKR V3.0, SKR EZ V3.0, SKR SE BX V2.0/V3.0 + SAMD51P20A|ARM® Cortex-M4|Adafruit Grand Central M4 + Teensy 3.5|ARM® Cortex-M4| + Teensy 3.6|ARM® Cortex-M4| + Teensy 4.0|ARM® Cortex-M7| + Teensy 4.1|ARM® Cortex-M7| + Linux Native|x86/ARM/etc.|Raspberry Pi
+Proposed patches should be submitted as a Pull Request against the (bugfix-2.1.x) branch.
+buildroot/tests
and then run your tests locally, if possible.make tests-all-local
or make tests-single-local TEST_TARGET=...
.make tests-all-local-docker
or make tests-all-local-docker TEST_TARGET=...
.The Issue Queue is reserved for Bug Reports and Feature Requests. To get help with configuration and troubleshooting, please use the following resources:
+Marlin is constantly improving thanks to a huge number of contributors from all over the world bringing their specialties and talents. Huge thanks are due to all the contributors who regularly patch up bugs, help direct traffic, and basically keep Marlin from falling apart. Marlin's continued existence would not be possible without them.
+Regular users can open and close their own issues, but only the administrators can do project-related things like add labels, merge changes, set milestones, and kick trolls. The current Marlin admin team consists of:
+Project Maintainer | |||
+ + 🇺🇸 **Scott Lahteine** + [@thinkyhead](https://github.com/thinkyhead) + [ Donate 💸 ](https://www.thinkyhead.com/donate-to-marlin) + + | + + 🇺🇸 **Roxanne Neufeld** + [@Roxy-3D](https://github.com/Roxy-3D) + + 🇺🇸 **Keith Bennett** + [@thisiskeithb](https://github.com/thisiskeithb) + [ Donate 💸 ](https://github.com/sponsors/thisiskeithb) + + 🇺🇸 **Jason Smith** + [@sjasonsmith](https://github.com/sjasonsmith) + + | + + 🇧🇷 **Victor Oliveira** + [@rhapsodyv](https://github.com/rhapsodyv) + + 🇬🇧 **Chris Pepper** + [@p3p](https://github.com/p3p) + +🇳🇿 **Peter Ellens** + [@ellensp](https://github.com/ellensp) + [ Donate 💸 ](https://ko-fi.com/ellensp) + + | + + 🇺🇸 **Bob Kuhn** + [@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn) + + 🇳🇱 **Erik van der Zalm** + [@ErikZalm](https://github.com/ErikZalm) + [ Donate 💸 ](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software) + + |
Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.
+While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.
+No description
+🔗 ProjectIndexer is a static web generator written in Python.
Language: HTML
Created: 02.02.2023
-Updated: 11.07.2023
+Updated: 20.07.2023
Stars: 1
Visit on GitHub @@ -275,10 +275,79 @@fetch-github
- fetches data from GitHub API and saves it to data/repos.json
generate
- generates static web page from data/repos.json
and saves it to output
folder--compile-tailwind
- compiles tailwind css --compile-tailwind
- compiles tailwind cssserve
- serves the static web page from output
folderMore predefined commands in Makefile
.
Tento projekt slouží k automatickému generování portfolia projektů naší organizace na GitHubu. +ProjektIndexer je statický web generátor napsaný v Pythonu a měl by se automaticky spouštět v nastavených intervalech pomocí GitHub Actions.
+Cílem projektu je udržovat aktuální seznam, popis a informace o projektech bez nutnosti ruční údržby. +Ukázat veřejnosti (i členům) naši práci v přehledné a jednoduché formě na webu. +Projekty se budou seskupovat podle kategorií a bude možné je filtrovat například podle projektů. +Každý projekt bude mít svoji podstránku s relevantními informacemi a odkazy na repozitáře. +Část funkcionality se bude zpracovávat z informací (tagů, popisu) z GitHubu a druhou část bude muset uživatel vyplnit ručně (např. obrázky, popis - asi YAML).
+Data o projektech se získávají z GitHub API. Pro získání dat je potřeba mít GitHub token, který se uloží do souboru .env
do proměnné MY_GITHUB_TOKEN
.
Zpracovávaná data
+- name
- název projektu
+- description
- popis projektu
+- html_url
- odkaz na GitHub repozitář
+- homepage
- odkaz na web projektu
+- topics
- tagy projektu
+ - jelikož se dají tagy jednoduše nastavovat, můžeme je použít pro kategorizaci projektů (např. robotka
, rbcx
, smd-challenge
, hardware
, ...)
+ - také by šlo taky využit na skrývýní / zobrazení projektů na webu (např. hidden
). Nebo naopak zveřejnění hlavičky privátního repozitáře (např. private-publish-header
) - pro kompletní prolinkování našich repozitářů.
+- language
- programovací jazyk projektu
+- created_at
- datum vytvoření projektu
+ - lze využít pro řazení projektů
+- updated_at
- datum poslední aktualizace projektu
+ - lze využít pro řazení projektů
+ - na úvodní stránce můžeme informovat o změnách v projektech
+- license
- licence projektu
+- contributors
- seznam přispěvatelů
+ - do budoucna propojit s https://team.robotikabrno.cz/ (lépe sjednotit)
+- readme
- obsah README.md
+ - zobrazit na podstránce projektu (správně zpracovat obrázky, odkazy, ...)
+- images
- obrázky projektu
+ - aktuálně nejspíš nepoužíváme (možná do budoucna)
+- stars
- počet hvězdiček
+ - lze využít pro řazení projektů
+- issues
- počet issues
Každý repozitář by měl mít ideálně nastaven Popis projektu na GH a ideálně by měl obsahovat i README.md soubor (CZ/EN - lépe EN). +Pokud nebude README.md soubor, tak se zobrazí pouze popis projektu z GH. +Popis projektu by mohl ideálně začínat Emoji (např. 🤖 ) a následně krátkým popisem projektu.
+Obrázky projektu by měly být v adresáři images
případně img
v kořenovém adresáři repozitáře.
+Na webu se budou řadit podle názvů z repa.
+Akceptované soubory: .png
, .jpg
, .jpeg
, (.svg
spíše ne).
Některá data se nedají získat z GitHubu a je potřeba je doplnit ručně.
+Aby bylo možné projekty seskupovat do kategorií, je potřeba každý projekt označit tagem v GitHubu.
+Při generování se bude hledat složka projects
a v ní soubor s názvem tagu (např. robotka.md
).
+Readme bude začínat YAML hlavičkou s informacemi o projektu.
name: Robotka
+name_cz: Robotka
+description: Robotka is a small robot for educational purposes.
+description_cz: Robotka je malý robot pro vzdělávací účely.
+repository:
+ - name: robotka library
+ url: https://github.com/RoboticsBrno/RB3204-RBCX-Robotka-library
+ - name: robotka-examples
+ url: https://github.com/RoboticsBrno/robotka-examples
+web: https://robotka.robotickytabor.cz/
+authors:
+ - name: Jan Novák (dohledá si další údaje samo)
+...
+---
+Markdown text...
+
+
+Cesta k obrázkům začíná R:<repo name>/images/...
(např. R:robotka/images/...
)
No description
Language: None
Created: 10.04.2021
-Updated: 10.04.2021
+Updated: 04.11.2023
Stars: 0
Visit on GitHub diff --git a/repos/RB0011-SolderingChallenge/index.html b/repos/RB0011-SolderingChallenge/index.html index 1e70eb6..ae8fb12 100644 --- a/repos/RB0011-SolderingChallenge/index.html +++ b/repos/RB0011-SolderingChallenge/index.html @@ -248,11 +248,11 @@Soldering Challenge
+🛠️ Soldering Challenge
Language: Makefile
Created: 03.02.2023
-Updated: 19.05.2023
-Stars: 0
+Updated: 28.11.2023
+Stars: 1
Visit on GitHubSolving the SMD soldering challenge is a great way to learn how to solder SMD components.
Soldering Instructions{ .md-button .md-button--primary }
The challenge is to solder all the components on the PCB in the shortest time possible.
-If you manage to plug in all the components correctly, the LED will flash at about 2 Hz when plugged into the USB port.
!!! info "Attention, L2 has swapped resistor R1 and R2"
Testing HD108 LEDs
+Language: Python
+Created: 10.09.2023
+Updated: 22.03.2024
+Stars: 3
+ Visit on GitHub + +We all love addressable LEDs such as WS2812B. But they suffer from two problems: +- they have high current consumption in the off state – about 1 mA. +- It's nice to have a single-wire protocol for driving these LEDs. However + generating this signal is not often that easy on common microcontrollers. + Also, there are many flavours out there that differ in the timing + requirements. +- They have no gamma correction and only 8-bit PWM.
+There seem to be a new kind of LED - +HD108 +that: +- uses traditional SPI, +- has 16-bit PWM + 5-bit brightness control so gamma correction is actually + possible. +- claims to have 1 µA power consumption when off.
+This repository contains PCB & software to test these LEDs.
+The ESP32 board you have always dreamed about!
Language: None
Created: 06.04.2017
-Updated: 10.10.2021
-Stars: 11
+Updated: 21.12.2023
+Stars: 12
Visit on GitHubLibrary implementing the RBController protocol by RoboticsBrno.
-Language: C
+Language: C++
Created: 06.07.2018
-Updated: 11.07.2023
+Updated: 21.11.2023
Stars: 0
Visit on GitHub diff --git a/repos/RB3204-RBCX-library/index.html b/repos/RB3204-RBCX-library/index.html index 33c78e0..e189908 100644 --- a/repos/RB3204-RBCX-library/index.html +++ b/repos/RB3204-RBCX-library/index.html @@ -251,8 +251,8 @@RBCX library for main controller ESP32
Language: C++
Created: 24.05.2020
-Updated: 24.05.2023
-Stars: 2
+Updated: 17.01.2024
+Stars: 3
Visit on GitHubRBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.
+🔬 RBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.
Language: C
Created: 01.03.2020
-Updated: 24.05.2023
+Updated: 12.03.2024
Stars: 4
Visit on GitHub diff --git a/repos/RB3206-ELKS/index.html b/repos/RB3206-ELKS/index.html index 40985d2..2cdd58e 100644 --- a/repos/RB3206-ELKS/index.html +++ b/repos/RB3206-ELKS/index.html @@ -251,8 +251,8 @@💡 ELKS aka ESP Learning Kit Starter is a development board for the ESP32-S3 microcontroller.
Language: Makefile
Created: 13.01.2023
-Updated: 26.03.2023
-Stars: 2
+Updated: 01.01.2024
+Stars: 3
Visit on GitHubPodklady a web k Robotickému táboru 2022.
+🏕️ Webpage with gadgets and manuals for RoboCamp 2022
Language: Makefile
Created: 21.06.2022
-Updated: 30.06.2022
+Updated: 11.04.2024
Stars: 0
Visit on GitHub diff --git a/repos/RoboCamp-2023/index.html b/repos/RoboCamp-2023/index.html index 83051d3..a9c4ba5 100644 --- a/repos/RoboCamp-2023/index.html +++ b/repos/RoboCamp-2023/index.html @@ -248,10 +248,10 @@Podklady a web k Robotickému táboru 2023.
+🏕️ Podklady a web k Robotickému táboru 2023.
Language: Dockerfile
Created: 13.06.2023
-Updated: 09.07.2023
+Updated: 15.11.2023
Stars: 1
Visit on GitHub diff --git a/repos/Robotarna_KiCad_Library/index.html b/repos/Robotarna_KiCad_Library/index.html index 4c63923..6952568 100644 --- a/repos/Robotarna_KiCad_Library/index.html +++ b/repos/Robotarna_KiCad_Library/index.html @@ -257,7 +257,10 @@Library for KiCad with part what we sometime want to us in a Robotárna project.
+There are several libraries of symbols and footprints, in which there are always parts of a given category, e.g. wirelessModules or DcDcConverters.
+Last version is for KiCad 7.0
Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.
+⚙️ Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.
Language: C++
Created: 06.07.2017
-Updated: 17.07.2023
-Stars: 114
+Updated: 10.04.2024
+Stars: 129
Visit on GitHubbool attach(
int pin,
int channel = CHANNEL_NOT_ATTACHED,
- int minAngle = MIN_ANGLE,
- int maxAngle = MAX_ANGLE,
- int minPulseWidth = MIN_PULSE_WIDTH,
- int maxPulseWidth = MAX_PULSE_WIDTH
+ int minAngle = DEFAULT_MIN_ANGLE,
+ int maxAngle = DEFAULT_MAX_ANGLE,
+ int minPulseWidthUs = DEFAULT_MIN_PULSE_WIDTH_US,
+ int maxPulseWidthUs = DEFAULT_MAX_PULSE_WIDTH_US,
+ int frequency = DEFAULT_FREQUENCY
);
-More information in source code documentation.
+More information in source code documentation.
Example: 04-SimpleServoAngles
+There are also a ServoFloat and ServoDouble variant available. Use one of these when working in radians.
+Example: : 05-SimpleServoRadians
+According testings, the frequency for ESP32 S2/S3/C3 has to be set at least to 200 Hz. Here is an example, how to set just frequency:
+Servo servo1;
+const int servoPin = 4;
+const int frequency = 200; // Hz
+
+servo1.attach(
+ servoPin,
+ Servo::CHANNEL_NOT_ATTACHED,
+ Servo::DEFAULT_MIN_ANGLE,
+ Servo::DEFAULT_MAX_ANGLE,
+ Servo::DEFAULT_MIN_PULSE_WIDTH_US,
+ Servo::DEFAULT_MAX_PULSE_WIDTH_US,
+ frequency
+);
+
+For more information look at the PR25
This library is also available at the PlatformIO as ServoESP32.
Simple & intuitive way to drive various smart LEDs on ESP32.
+🚦 Simple & intuitive way to drive various smart LEDs on ESP32.
Language: C++
Created: 06.07.2017
-Updated: 12.02.2023
-Stars: 27
+Updated: 21.11.2023
+Stars: 28
Visit on GitHubNo description
+Language: None
+Created: 21.12.2023
+Updated: 21.12.2023
+Stars: 0
+ Visit on GitHub + +images/bitmapa.svg
++ + +
+Copy of ESP32 blufi example, modified to run as standalone task.
Language: C
Created: 06.07.2018
-Updated: 27.12.2022
-Stars: 3
+Updated: 30.01.2024
+Stars: 5
Visit on GitHubFTDI(v5)
+Language: None
+Created: 11.04.2024
+Updated: 11.04.2024
+Stars: 0
+ Visit on GitHub + +Listed 133 repositories.
+Listed 144 repositories.
Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.
+⚙️ Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.
Simple & intuitive way to drive various smart LEDs on ESP32.
+🚦 Simple & intuitive way to drive various smart LEDs on ESP32.
Web page for Míčkoflus
+🏀 Web page for Míčkoflus
RBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.
+🔬 RBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.
None
+🕹️ A library to build user interfaces for ESP32 programs, controllable via the RBController apps
Library for Logic board designed by Renata Zemanová.
+🪛 Library for Logic board designed by Renata Zemanová.
Podklady a web k Robotickému táboru 2022.
+🏕️ Webpage with gadgets and manuals for RoboCamp 2022
None
+🔗 ProjectIndexer is a static web generator written in Python.
Soldering Challenge
+🛠️ Soldering Challenge
Podklady a web k Robotickému táboru 2023.
+🏕️ Podklady a web k Robotickému táboru 2023.
None
+VS Code Web Extension demonstrating WebUSB access - testing version
Robot for competition Bear Rescue
+ +Testing HD108 LEDs
+ +Fork of Marlin with configuration for robotic arms
+ +None
+ +yunibeer robot firmware
+ +yunimin3 schematic
+ +FTDI(v5)
+ +None
+ +None
+ +Control 3pi robot from Baltík 3
+ +3pi robot interface library
+ +No description
+Language: None
+Created: 11.04.2024
+Updated: 11.04.2024
+Stars: 0
+ Visit on GitHub + +No description
+Language: C++
+Created: 11.04.2024
+Updated: 11.04.2024
+Stars: 0
+ Visit on GitHub + +Demo firmware for the Míčkoflus
Language: HTML
Created: 06.07.2018
-Updated: 31.01.2021
+Updated: 27.10.2023
Stars: 3
Visit on GitHub diff --git a/repos/mickoflus.cz/index.html b/repos/mickoflus.cz/index.html index fbd98b0..3de8a4a 100644 --- a/repos/mickoflus.cz/index.html +++ b/repos/mickoflus.cz/index.html @@ -248,18 +248,17 @@Web page for Míčkoflus
+🏀 Web page for Míčkoflus
Language: HTML
Created: 01.07.2018
-Updated: 16.01.2020
+Updated: 15.11.2023
Stars: 0
Visit on GitHubWeb page for Míčkoflus
+Web page for Míčkoflus - https://mickoflus.robotickytabor.cz/
The website uses gulp to generate miniatures for images. Therefore when you
clone the repo, there will be no previews. To fix it, just call gulp build
.
diff --git a/repos/robobaltik/index.html b/repos/robobaltik/index.html
new file mode 100644
index 0000000..c6e7ede
--- /dev/null
+++ b/repos/robobaltik/index.html
@@ -0,0 +1,280 @@
+
+
+
Control 3pi robot from Baltík 3
+Language: C++
+Created: 11.04.2024
+Updated: 11.04.2024
+Stars: 0
+ Visit on GitHub + +Web for Robotic camp
Language: HTML
Created: 10.12.2018
-Updated: 27.01.2022
+Updated: 20.12.2023
Stars: 0
Visit on GitHub diff --git a/repos/soctemplate/index.html b/repos/soctemplate/index.html index f4f2d04..b2a3bde 100644 --- a/repos/soctemplate/index.html +++ b/repos/soctemplate/index.html @@ -251,8 +251,8 @@A LaTeX template for Středoškolská odborná činnost thesis
Language: TeX
Created: 11.02.2018
-Updated: 05.01.2023
-Stars: 2
+Updated: 16.03.2024
+Stars: 4
Visit on GitHubyunibeer robot firmware
+Language: C++
+Created: 11.04.2024
+Updated: 11.04.2024
+Stars: 0
+ Visit on GitHub + +yunimin3 schematic
+Language: None
+Created: 11.04.2024
+Updated: 11.04.2024
+Stars: 0
+ Visit on GitHub + +