Suchergebnisse

  1. J

    Arctic Hare mod by Jussi

    I'll try to add OTA update feature to esp32_rfid, so maybe that way I have less disassembling to do in future :)
  2. J

    Arctic Hare mod by Jussi

    Wiring is correct, it was ok before esp32 got wet and broke. This is bernard's wiring picture
  3. J

    Arctic Hare mod by Jussi

    I can use BT connection via bt-05 module, so that's not the problem. esp32 is in the motor box and it's pain in the ass to disassemble almost whole mower :D
  4. J

    Arctic Hare mod by Jussi

    ok, the old esp32 got wet last summer and I now replaced it. Must be something else broken also, I can connect esp32 but pfod app don't show up I was hoping that some code change is needed, now I have to find fault :D
  5. J

    Arctic Hare mod by Jussi

    yaml code is an example only, feel free to change it for your needs directory can be named whatever you like :) you need to create that directory also, I named it simply 'packages' but that directory have to define in configuration.yaml homeassistant: packages: !include_dir_named whatever do...
  6. J

    Arctic Hare mod by Jussi

    Raspbian has two software solutions for timekeeping. NTP requires network connection and it's useless when RasPi is not connected to the network, it also uses 'fake-hwclock'. It saves the current time periodically to disk and loads it at boot. It's not accurate but will eliminate the problem of...
  7. J

    Arctic Hare mod by Jussi

    try this: cat /var/log/syslog | grep 'brcmfmac' or w/o grep.. https://en.wikipedia.org/wiki/Syslog
  8. J

    Arctic Hare mod by Jussi

    Check syslog, if there are lines: ... brcmfmac: brcmf_cfg80211_scan: scan error (-110) ... brcmfmac: brcmf_run_escan: error (-110) Then it's buggy Broadcom drivers. Only option, for now, is to use different wifi chipset. e.g. dongle with Atheros chipset works fine
  9. J

    Arctic Hare mod by Jussi

    'STATE_REVERSE' is not used? When mower bumps something is it 'STATE_PERI_OUT_REV' what is used for reverse? and 'DistPerioutRev' is variable for that. 'DistPeriObstacleRev' is not actually used anything? I have few tight spots and mower reverse outside, then it can't roll back in. I'm thinking...
  10. J

    Arctic Hare mod by Jussi

    You may want to check motor current/power settings, for me, it looks like overcurrent protection caused turns
  11. J

    Arctic Hare mod by Jussi

    Save button is visible only in states: 'state_off', 'state_station', and 'state_station_charging'. Maybe this explains why the button disappears.
  12. J

    Arctic Hare mod by Jussi

    rfid part work just like python version. It does exactly the same things. Warnings don't matter if it compiled with success.
  13. J

    Arctic Hare mod by Jussi

    Ok, you have different wiring then. Motor controller has two channels? maybe the same as wheel motors? I did this https://forum.ardumower.de/threads/printing-experience-settings-suggestions-etc.23494/page-2#post-38382
  14. J

    Arctic Hare mod by Jussi

    secondMowMotor = true, if you have two motors. If it's false, second motor turning because input pwm is parallel but power feedback (sense) is separate and there's no overcurrent protection for second motor.
  15. J

    Arctic Hare mod by Jussi

    Sorry, I forgot completely different folders. I use vscode with platformio ide. Anyway, compile ardumower/src folder. You have to change ardumower.cpp to ardumower.ino if using arduino ide. https://github.com/jussipu/AzuritBer/tree/RFID_DUE/ardumower/src https://code.visualstudio.com/...
  16. J

    Arctic Hare mod by Jussi

    Factory reset loads settings from mower.cpp and delete old ones. easiest to do via pfod app. Don't mix arduino codes but you can use piardu from bernard's git. My fork is bernards code with few minor addons, nothing is really changed, just added few small things here and there
  17. J

    Arctic Hare mod by Jussi

    I think that you have to reset factory settings because there's few new parameters
  18. J

    Arctic Hare mod by Jussi

    You don't need another adapter for AP. Benefit is that the adapter doesn't try to connect/maintain the connection to other AP and it's more stable that way. You lose internet but can still connect to the mower when you are in range. My fork is here and RFID_DUE branch contain that code what I...
  19. J

    Arctic Hare mod by Jussi

    I think that wifi problems are more or less driver faults. https://www.google.com/search?q=brcmfmac:+brcmf_run_escan:+error+(-110)&rlz=1C1GCEU_fiFI844FI845&oq=brcmfmac:+brcmf_run_escan:+error+(-110)&aqs=chrome.0.69i59j69i58.1494j0j4&sourceid=chrome&ie=UTF-8 RFID's are in 'robot.cpp', array...
  20. J

    Arctic Hare mod by Jussi

    If it ain't broke don't' fix it :rolleyes: What version you have now? There might be few bug fixes from Bernard and I added possibility to use rfid tags w/o pi
Oben