ROBO Educational and Research Robotics’ cover photo
ROBO Educational and Research Robotics

ROBO Educational and Research Robotics

Computers and Electronics Manufacturing

A small team of skilled and passionate engineers focused on creating embedded electronics 👨💻

About us

ROBO is a tech hardware startup founded in early 2022. It's business is divided into two sectors: a) designing and producing original products for education and research. b) design custom hardware, plus the supporting software for companies and research centers. #innovation in #embeddedsystems combining #software and #hardware #expertise

Website
https://robo.com.cy/
Industry
Computers and Electronics Manufacturing
Company size
2-10 employees
Headquarters
Nicosia
Type
Privately Held
Founded
2022

Locations

Employees at ROBO Educational and Research Robotics

Updates

  • ROBO Educational and Research Robotics reposted this

    🥚✨ Code the Egg – and a room full of curious minds This week, we had the chance to run the “Code the Egg” workshop together with CYRIC at Emphasys Centre, and honestly — it was one of those sessions that remind you why this work matters. A group of young students walked in not fully knowing what to expect… and a couple of hours later, they were holding something they built themselves: their own interactive 3D-printed Easter egg. They wired it. They programmed it. They tested it. They fixed it when it didn’t work (which happened 😄). And that moment — when it finally responds and comes to life — never gets old. What we love about these workshops is that it’s not just coding on a screen. It’s real, physical, hands-on creation. You press something, something lights up, reacts, moves — and suddenly everything clicks. Using Kypruino and block-based programming, they were able to go from zero to a working interactive system in just one session. And more importantly, they left with something that’s theirs. Big thanks to CYRIC for the collaboration and for supporting initiatives like this through EU Code Week / Code4Europe. And to the students: your curiosity, questions, and excitement are exactly what this field needs. 🚀 This is how future engineers start — not with theory, but with moments like these. ROBO Educational and Research Robotics Sophia Tosunova #STEM #Robotics #Education #Cyprus #CodeWeek #Kypruino #Robo #HandsOnLearning #FutureMakers

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • ROBO Educational and Research Robotics reposted this

    📈 We built a Serial Plotter that actually helps you debug If you’ve worked with microcontrollers, you probably know the struggle of the usual plotter… So while building Kypruino Studio, we decided to rethink it. Here’s what makes it practical for real embedded work: 🔹 Export to CSV → Capture your data and analyze it offline (Excel, Python, MATLAB, etc.) 🔹 Manual Y-axis scaling → No more auto-scale fighting when you’re trying to observe small signal variations 🔹 Channel enable / disable → Focus only on the signals you actually care about 🔹 X-axis window (sample-based view control) → Define how many samples are rendered → Critical for fast signals — no more compressed, unreadable plots 🔹 Range selection with live stats (our favorite) → Click & drag to select any region of the signal → Instantly get min, max, and average per channel → Makes debugging and analysis way faster 💡 The key idea: This isn’t just a “plotter” 👉 It’s a lightweight measurement tool Something closer to what you expect from basic lab instruments — but inside your dev workflow. 👉 What’s your biggest frustration with existing serial plotters? 👉 What features would make them truly useful for you? #embedded #arduino #esp32 #iot #engineering #debugging #electronics #maker #datavisualization

    • No alternative text description for this image
  • ROBO Educational and Research Robotics reposted this

    ⚙️ One of the many boards that never left the lab… In our lab we design a lot of hardware prototypes. Some become products. Many don’t. And that’s part of the process. Here’s one example: a compact ESP32-S2FH4 development board we designed internally but never released. The idea was simple: create a small but powerful ESP32 dev board with everything you typically need during rapid prototyping. Features we included: 🔹 ESP32-S2FH4 🔹 All GPIOs exposed for maximum flexibility 🔹 LiPo battery support for portable projects 🔹 USB OTG 🔹 UART interface 🔹 On-board NeoPixel for quick visual feedback 🔹 Optional two pushbuttons on the back (solder-on depending on the project) It worked well, but like many internal prototypes, it stayed on the shelf while other projects moved forward. This raises an interesting question for the maker community: 👉 Would a compact ESP32-S2 dev board like this be useful today? 👉 What features would you add or change? 👉 Should we release it as an open board or small production run? Curious to hear your thoughts and ideas 👇 #esp32 #embedded #electronics #maker #hardwaredesign #iot #prototyping #opensource #engineering #robotics

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • ROBO Educational and Research Robotics reposted this

    🚀 Sneak Peek #3 Click. Snap. Stack. This week in the lab — snapping the motherboard together with three StackLab modules, forming a compact vertical stack. The idea is simple: Build flat while experimenting. Stack when it’s time to deploy. A modular ecosystem designed to move smoothly from prototyping → structured builds → real projects. More coming soon. 👉 Learn more: https://lnkd.in/dZvKpR9p 🎨 3D Artist: Giorgos Giannakoudakis ROBO Educational and Research Robotics #Robo #HardwareInnovation #OpenHardware #STEMEducation #Electronics #EmbeddedSystems #Makers #Prototyping #ModularDesign #BuildInPublic

  • ROBO Educational and Research Robotics reposted this

    🔬 Just prepared a major oscilloscope upgrade for Kypruino Studio (v7.0.0) — and I'm genuinely proud of this one. Innovation isn’t always about inventing something that never existed. Sometimes it’s about taking what used to be expensive, complex, and locked behind lab equipment — and making it accessible to every student with a browser and a €35 Kypruino board. What started as a simple block-based programming app, has evolved into a full-blown browser-based oscilloscope with features you'd expect from benchtop hardware: 📊 FFT Spectrum Analyzer Real-time frequency domain view using a Cooley-Tukey radix-2 FFT with Hanning windowing. No external libraries — pure TypeScript math running in your browser! 📐 Dual Cursors Independent Δt (time) and ΔV (voltage) cursor pairs with live readouts. Measure rise times, pulse widths, and signal amplitudes directly on the canvas. 🧊 Freeze / Persist / Average Freeze the display for detailed inspection, enable persistence to overlay multiple sweeps, or use N-sweep averaging to clean up noisy signals — all toggle-able mid-capture. ⚡ Edge Trigger + Single-Shot Armed Capture Rising/falling edge trigger with adjustable threshold and single-shot mode. No more hunting for the right moment manually. 📈 Enhanced Stats Panel Per-channel Min, Max, Avg, Vpp, RMS, and rise time — updating live. 🗂️ 4-Tab Control Panel SCOPE / TRIGGER / DISPLAY / CURSOR — clean, organized, no clutter. All of this runs entirely offline in the browser, connects over WebSerial to real hardware, and is part of a free, open educational platform built for students learning embedded systems. Foundational STEM tools shouldn’t depend on having a $500 oscilloscope. 🚀 Good job ROBO Educational and Research Robotics team!! Going live soon. #EmbeddedSystems #OpenSource #WebSerial #Arduino #Education #TypeScript #DSP #Oscilloscope #KypruinoStudio #innovation

    • No alternative text description for this image
  • ROBO Educational and Research Robotics reposted this

    View profile for Odysseas Economides

    HardwareX5K followers

    🔥 Sneak Peek #2 Something modular. Something clean. Something that snaps into place. The lab smells like fresh solder again… and this time it’s about rethinking how electronics are mounted, connected, and learned. No messy wires. No chaotic breadboards. Just structured creativity. 👀 Want to see where this is going? 👉 Learn more: https://lnkd.in/dZvKpR9p 🎨 3D Artist: Giorgos Giannakoudakis ROBO Educational and Research Robotics #Robo #RoboBlocks #OpenHardware #STEM #Makers #Electronics #Prototyping #Kickstarter2026 #SneakPeek #BuildTheFuture

  • 🚀 RoboRover Core — Embedded Robotics Platform for Teaching We recently developed RoboRover Core to support more rigorous embedded systems and introductory robotics teaching. The platform is built around an ATmega328P-class (UNO-compatible) architecture and exposes hardware in a way that makes it suitable for real lab work, not just demonstrations: • Dual DC motors (PWM on D10/D11, direction via PCF8574 @ 0x20) • Wheel encoders on hardware interrupts (D2 / D3) • Analog line sensors (A0–A2) • Differential LDR sensing (A6 / A7) • Ultrasonic time-of-flight (D4 / D5) • Shared I²C bus (A4 / A5) with OLED + expander • On-board power (18650 Li-ion, USB-C charge & protection) This allows students to work on: • Open-loop vs closed-loop control • Interrupt-driven measurement • PID speed regulation • State machines • Bus arbitration (I²C) • Deterministic firmware structure The objective was to create a compact platform that supports proper embedded reasoning and control concepts. #Robotics #EmbeddedSystems #ControlSystems #Mechatronics #STEMEducation #EngineeringEducation #UniversityTeaching #Microcontrollers #Arduino #IoT #Firmware #Electronics

  • ROBO Educational and Research Robotics reposted this

    View profile for Odysseas Economides

    HardwareX5K followers

    Late-night embedded systems debugging at HardwareX For one of our clients we’re building a custom dynamic communication system across multiple embedded nodes. Each board runs its own firmware, and all of them need to stay perfectly in sync on a bespoke protocol and message sequence. In the setup above I’ve got every node on the bench, each one streaming live logs to the ultrawide screen so I can: * trace the full message flow across the network * verify timing, retries and edge cases * spot any node that drifts from the expected state machine It’s a really nice way to see the behaviour of a distributed embedded system instead of guessing what’s happening over the air. Curious to hear from others working on multi-node / custom-protocol systems: 👉 How do you debug distributed embedded nodes and their communication? 👉 Any favorite tools, logging strategies, or test setups that helped you catch tricky race conditions or desync issues? Would love to swap ideas and workflows in the comments. #HardwareX #EmbeddedSystems #Firmware #IoT #DistributedSystems #Debugging #ESP32 #Engineering

    • No alternative text description for this image
  • ROBO Educational and Research Robotics reposted this

    View profile for Odysseas Economides

    HardwareX5K followers

    We just shipped a huge new feature in Kypruino Studio: the Interactive Kypruino Quest Map 🗺️⚡️ e.x. Mission Story: "A city intersection is getting upgraded. The council wants a smarter signal system that is clear, reliable, and timed correctly. You’re leading the prototype team." Instead of scrolling through a list of labs, students now explore a visual, game-like map of STEM missions — each “Quest” unlocking the next step in their learning journey. Why this matters (especially for schools): ✅ Better engagement: it feels like progression, not homework ✅ Clear learning pathway: students always know “what’s next” ✅ Teacher-friendly: structured activities with predictable outcomes ✅ Real skills, step-by-step: logic, sensors, outputs, debugging mindset — all built through hands-on challenges We built it to make coding + electronics feel like a real engineering adventure: You’re not just blinking LEDs… you’re solving missions, building systems, and thinking like an embedded engineer. ROBO Educational and Research Robotics #Kypruino #KypruinoStudio #STEMEducation #Robotics #EmbeddedSystems #Arduino #Blockly #EdTech #Makers #Cyprus #EducationTechnology #HandsOnLearning

    • No alternative text description for this image
  • ROBO Educational and Research Robotics reposted this

    View profile for Odysseas Economides

    HardwareX5K followers

    In embedded systems, creativity without discipline is chaos. A high-performing embedded systems lab is not defined by how many oscilloscopes, dev boards, or 3D printers it has — but by how organised and structured the workflow behind them is. In hardware development, small mistakes compound fast: • A misplaced resistor value • An unlabeled power rail • An untracked firmware version • A forgotten grounding point These are not minor issues. They are delays, re-spins, and budget overruns. Keeping an embedded lab highly organised means: 🔹 Every tool has a defined place 🔹 Every PCB revision is documented 🔹 Every cable is labeled 🔹 Every firmware build is version-controlled 🔹 Every measurement is logged 🔹 Every bench has a clean workflow Discipline in the lab directly translates to: • Faster debugging cycles • Higher signal integrity confidence • Safer high-voltage experimentation • Reduced cognitive load for engineers • Professional credibility when clients walk in A clean bench is not about aesthetics. It’s about engineering integrity. When your workspace is structured, your thinking becomes structured. When your processes are controlled, your innovation becomes scalable. The difference between hobby electronics and professional embedded engineering is not passion. It’s discipline. ROBO Educational and Research Robotics HardwareX Hosted in the great building of CYENS Centre of Excellence #EmbeddedSystems #HardwareEngineering #ElectronicsLab #ProductDevelopment #EngineeringCulture #StartupHardware #RND #Robotics

Similar pages