Suchergebnisse

  1. F

    1.0a4-Azurit

    Indeed, thanks for the comment. See https://github.com/Ardumower/ardumower/issues/76 Frederic
  2. F

    1.0a4-Azurit

    Hi Jem, When it is looking fot the perimeter, it should indeed turn right. I was thinking one wheel would be stopped in this state, but I was wrong, the code shows that both wheels are running } else { // we are outside, now roll to get inside motorRightSpeedRpmSet =...
  3. F

    WLAN/WIFI-Modul ESP8266

    Hi Volker, Not sure what you mean. Our PCB already allows to plug in the ESP8266, so no need for a shield. For PCB 1.3 we will add a status LED and a jumper to flash the ESP code. The required software change for Ardumower is now in the develop branch and so official support for ESP will...
  4. F

    Sheep Sheep

    Congratulations :) I forked and now have my own version I can work on: https://github.com/FredericG-BE/ArdumowerDK Frederic
  5. F

    Sheep Sheep

    Nice! No, no special characters. For example: PerChange 216597 P 9.30 117 136 P 8.18 118 135 P 8.22 118 135 P 8.26 118 135 P 8.30 118 135 P 8.34 118 135 P 8.38 118 135 P 8.42 118 135 P -23.88 150 103 PerChange 217497 P -7.86 134 119 P -7.90 134 119 P -7.94 134 119 P -7.98 134 119...
  6. F

    IMU

    I destroyed an ESP8266. It happened when I removed the 3.3V in an attempt to only reset the ESP8266, I have also been thinking that this pullup might be to blame. If I where you I would try without it, it probably works and is safer. Frederic
  7. F

    IMU

    Hi Topio, I can't help you with the motor control right now. Regarding, the ESP8266: it is not yet officially supported. But it works, here you can find how to do it: https://github.com/FredericG-BE/ardumower/wiki/Using-ESP8266-WIFI-module-on-Ardumower Hopefully the ESP8266 support makes it...
  8. F

    1.0a4-Azurit

    Hi Sebastian, You are right, the problem arises indeed when useAccel and odometryUse are both false; in that case no code is setting motorXXXPWMCurr. I think your change will work. However, if you understand your changes correctly, it seems it will only tick in if "anti driver explosion code"...
  9. F

    1.0a4-Azurit

    In case your mower starts spinning when it has found the perimeter, make sure that odopulses are enabled. https://github.com/Ardumower/ardumower/issues/64 Frederic
  10. F

    WLAN/WIFI-Modul ESP8266

    Hi Patrick, All is explained here: https://github.com/FredericG-BE/ardumower/wiki/Using-ESP8266-WIFI-module-on-Ardumower How to build the .bin files is explained in step 3. But no need to build the code as the bins are provided. To control Ardumower, you need an application pfod or arduremote...
  11. F

    Brushless moder motor

    These are Banebots P60 1/256 gearboxes. http://banebots.com/pc/P60K-S5/P60K-4444-0004 http://www.robotshop.com/eu/en/banebots-256-1-p60-gearbox-rs540-brushed-motor-kit.html Standard canned 540 motors fit on it. In http://www.robotshop.com/eu/ you get them for free with the gearboxes :) I had...
  12. F

    Brushless moder motor

    Indeed it is very odd. Both ESC behave exactly the same way when controlled with 5V pulses, seems by design. They seem to do a good job at driving the motors. But at least at the input side they seem to cut some corners; I have also seen that when the pulses are stopped, the motors just keep...
  13. F

    Brushless moder motor

    I am making modifications to driver brushless motors. I bumped into a strange issue... it seems that the brushless controllers (ESC) I bought do not like to be controlled by 5V pulses. When I connected the controller to a standard RC receiver all was fine, but when Arduino was driving it...
  14. F

    WLAN/WIFI-Modul ESP8266

    Hi Alexander, Yes I have experimented with the test you wrote and at first I continued that route. That work is still here: https://github.com/FredericG-BE/ardumower/tree/esp8266_abandoned I was making a driver that has the methods of Serial and under the hood do all the AT commands. See...
  15. F

    WLAN/WIFI-Modul ESP8266

    OK, I am "ready". I could improve a few things here and there, but ok... B) I documented everything here: https://github.com/FredericG-BE/ardumower/wiki/Using-ESP8266-WIFI-module-on-Ardumower All code is in https://github.com/FredericG-BE/ardumower/tree/esp8266 (not the branch I mentioned...
  16. F

    Reichweite BT und WLAN

    Hi Rajiva, Well, ESP8266 is currently not yet supported. I am working on it, almost done :) Just googled on ESP8266 range: https://www.youtube.com/watch?v=7BYdZ_24yg0 they seem to suggest that the module has excellent range (without obstacles) I plan to place an access point in my garden...
  17. F

    WLAN/WIFI-Modul ESP8266

    This looks interesting. https://github.com/esp8266/Arduino It seems it allows to program the ESP8266 as if it where a an Arduino board with wifi shield. B) This would allow us to implement the connecting to wifi and managing the connection with pfod in the ESP8266 and hide this from the...
  18. F

    WLAN/WIFI-Modul ESP8266

    While waiting for a new ESP8266 module, I am wondering if it would not be better to work on the ESP8266 module code instead. The default ESP8266 module implements the AT command set, but I believe the ESP code could be updated to act more the way Bluetooth module does. Here seems an example, if...
  19. F

    Eclipse instead of Arduino IDE

    In previous project I have used the Arduino IDE. As Ardumower is a much bigger and complex project, I quickly got annoyed with the basic capabilities of the the Arduino IDE. I started using Eclipse with an Adruino plugin (http://www.baeyens.it/eclipse/) and I am really happy with it. However...
  20. F

    Frederic's Ardumower

    Hi everybody! Just to let you know that I also started building an Ardumower :woohoo: I want to make my own frame and also want to use brushless motors, mainly because I have plently laying around that are collecting dust. This is my first attempt. Today just controlled by a remote control...
Oben