Giter VIP home page Giter VIP logo

robomow_rm_510_mainboard_schematic's Introduction

Reverse engineered schematic parts for the Robomow RM-510 lawn mower

I am repairing a Robomow RM-510 lawn mower which mowing motor does not works. Test fails with error 55.

(In the case if you ran into the error 55 issue check the lid close checking Hall sensor...)

The same board is present in the RM-200 (at least it is possible to set it in the service menu)

The main focus of my work is the mowing motor driving circuit:

SCH

IR remote

IR receiver type is unknown the following is present on it's back:

3    
8   K
   O S 
    C

  • MCU is clocked from a 16 MHz crystal

  • IR remote receiver IC OC output is connected to the MCU's P2.5 pin (INPC15)

  • Timer1 used for measuring time interupts on the INPC15

  • Timer1 has 160 prescaler -> 1 timer increment == 10 us 100 kHz-n jár

  • Timer1 CH5 set to measure time on both edges (MOV.B #3, g1tmcr5 ; CH5 on IR input measure both edges)

  • Upon IC interrupt:

    • The timer value (G1TM5) stored
    • The time difference from the last impulse lenght is calculated (current width - prev width)
    • Check if the current is longer than 4560 us + the previous
  • Timer1 overflow interrupt generated when the 15th bit overflows (G1BCR0 IT set to 0)

  • Timer1 overflow has a timeout counter variable which incremented in the overflows 2 times

    • timer_counter_1,2, ir_timeout_counter counts 0-1-2 (after 0ms - 655,35ms - 1310,7ms)

IR protokoll:

  • Impulzus == élek között eltelt idő. Le és felszálló ág nem számít.

  • Preamble ami áll: több mint egy 11,1 ms-nél hosszabb impulzus

  • 36 bit

    • ami 0,81 ms-nél hosszabb és 1,81-nél rövidebb az egyes bit lehet
    • ami 0,81 ms-nél rövidebb az meg a 0-s bit lehet
  • a végén legalább 1 db 11,1 ms-nél hosszabb impulzus

  • A bejött adatot ellenőrzi:R1H = ((process_state * 4) - 16)

  • Az első 12 bit-nek 0x5A5-nek kell lennie

  • 4 bit felel meg 1 bitnek, ha 0x5 akkor a kimenet 0 ha 0xA akkor a kimeneti bit meg 1

robomow_rm_510_mainboard_schematic's People

Contributors

martonmiklos avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

robomow_rm_510_mainboard_schematic's Issues

RM510 service menu access

Hi,
I'm trying to repair a Robomow RM510, and your schematic is a huge help.
My question is, how did you enter into the service menu to test the motors? It ask me to enter a 5 digit password.

Thank you,
Peter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.