Navigation

    logo-text

    MH-ET LIVE

    • Register
    • Login
    • Search
    • \[\[global:header.categories\]\]
    • \[\[global:header.unread\]\]
    • \[\[global:header.recent\]\]
    • \[\[global:header.tags\]\]
    • \[\[global:header.popular\]\]
    • \[\[global:header.groups\]\]
    • \[\[global:header.search\]\]
    1. Home
    2. Pavel
    3. Posts
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Pavel

    • RE: The board isn't detected on linux

      You need to provide the udev rules:

      https://raw.githubusercontent.com/micronucleus/micronucleus/master/commandline/49-micronucleus.rules

      Second, you may get a complaint that the micronucleus version (the one you get through additional board manager) is not compatible with your hardware board.

      In that case, you need to build micronucleus binary for your platform and replace the binary micronucleus in the folder
      ~/.arduino15/packages/mhetlive/tools/micronucleus/2.0a4
      (or similar)
      with your newly compiled binary.

      If you do both of this, then it should work fine, at least it works for me.

      posted in Main Boards(NEW! MH-ET LIVE Tiny88(16.0Mhz))
      P
      Pavel
    • RE: ATTiny88 board upload issue

      Did you use the pin 0? Notice that the built-in LED is on a different pin (0) than on usual Arduino Nano/Uno, where it is on pin 13.

      posted in Main Boards(NEW! MH-ET LIVE Tiny88(16.0Mhz))
      P
      Pavel
    • RE: no com port in arduino ide

      There is no serial port on the at tiny88. Follow the instructions - click upload in Arduino IDE while the board is unplugged, and the downloader will request you to plug in the USB when ready. Instead of unplug-plug sequence, you can also just hit the RESET button on the device when requested to plug in the device.

      It's really a pitty that the USB device that takes care of programming the chip on the board does not provide a virtual serial port - even if we had to use a software serial emulation in tiny88, this would have made the board much more useful.

      But you can still use software serial library and use some digital pins and communicate with other devices over serial protocol, or with a computer if you have a separate USB-serial converter, which you can get for a very friendly price on-line, thus making it still a half-price solution as compared to Arduino.

      posted in Main Boards(NEW! MH-ET LIVE Tiny88(16.0Mhz))
      P
      Pavel