Skip to content
Technology5 min read

Best Notes App for Robotics Engineers on iPhone

How robotics engineers use Nemos to capture system integration observations, algorithm development notes, and debugging hypotheses — keeping complex multi-disciplinary robotics work organized.

·By Taha Baalla

Robotics sits at the intersection of mechanical, electrical, and software engineering. Bugs can emerge from any layer — and diagnosing them requires notes that capture the system state, the observed behavior, and the reasoning chain that leads to the fix.

What Robotics Engineers Capture in Nemos

System integration notes: - Hardware configuration and version notes - Sensor calibration observations and known offsets - Communication latency and timing notes - Physical constraint observations in the test environment

Algorithm development: - Parameter tuning notes: what changed, what improved, why - Edge case observations from testing - Performance benchmarks and regression notes - Algorithm selection rationale

Debugging notes: - Observed failure mode and conditions - Hypotheses about root cause, ranked by likelihood - Tests run and results, narrowing the hypothesis space - Fix implemented and verification method

Research and development: - Paper reading notes connected to current implementation challenges - Conference takeaways on perception, planning, or control - Simulation vs. real-world discrepancy observations

The Debugging Note

Robotics debugging often spans days. A running note prevents re-investigation:

``` [Bug: Robot arm oscillates at 3Hz on approach to target] Date: 2026-03-17 | System: 6-DOF manipulator, ROS2 Observation: Oscillation appears at ~15cm from target — only on approach, not hold Hypothesis 1: PID overshoot — check velocity limits (RULED OUT: same with slow profile) Hypothesis 2: Sensor noise causing jitter at close range — CHECKING Hypothesis 3: Coordinate transform error near joint limit Update: Reduced depth sensor update rate from 30Hz to 10Hz — oscillation reduced 70% Next: Full fix — investigate sensor noise floor at <20cm range ```

Parameter Tuning Notes

Tuning is iterative. Notes capture the path:

  • Starting parameters and their behavior
  • Each change and its effect
  • The physical intuition for why a parameter matters
  • The final tuned values and the conditions under which they work

Without notes, parameter tuning is an undocumented art. With notes, it's a replicable science.

FAQ

Is Nemos good for ROS/ROS2 development notes? Yes — node configuration observations, launch file structure notes, and message type design notes work well.

What about hardware bring-up notes? Board bring-up observations, peripheral initialization issues, and firmware version notes are appropriate.

Can I use Nemos for simulation development notes? Yes — model fidelity observations, sim-to-real gap notes, and environment setup are appropriate.

What about safety-critical systems notes? Hazard observations and failure mode notes (for your personal analysis) are appropriate; formal safety documentation belongs in your project's safety management system.

Is Nemos useful for soft robotics work? Yes — material behavior observations, actuator characterization notes, and fabrication process notes work well.

What about notes for competition robotics? Strategy notes, driver training observations, and mechanism performance notes are excellent use cases.

Related Reading

Sources

  • IEEE Robotics and Automation Society — professional resources
  • ROS community — open source robotics resources
  • IROS — International Conference on Intelligent Robots and Systems
TB
·Founder, Némos

Taha built Némos after years of losing screenshots and voice memos across a dozen apps. He writes about on-device AI, personal knowledge management, and building privacy-first tools for iPhone.

@nemosapp
Join 2,400+ on the waitlist

Stop losing things you save.

Némos remembers every screenshot, voice memo, link, and note — and surfaces them when you need them. Free, private, on-device AI.

No credit card · iOS launch Q3 2026 · We'll email you when it's live

More from the blog