How to use MPLABX to program and debug PicsimLab 0.6

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024
  • First install:
    MPLABX and XC8: www.microchip.c...
    PicsimLab: picsim.sourcefo...

ความคิดเห็น • 13

  • @jessiee4833
    @jessiee4833 8 ปีที่แล้ว

    Thank you, I'm still getting into microcontrollers, I've started originally with MikroBasic and seeing how programming in C compares.

  • @franciscodubon7108
    @franciscodubon7108 5 ปีที่แล้ว

    muy buen proyecto, 100% funcional la depuracion, gracias por el esfuerzo.

  • @Darioscorp1
    @Darioscorp1 6 ปีที่แล้ว

    Hola, buen video he probado la versión PicSimlLab 0.6.0 con MPLABX 4.01 sobre Debian 9.2 x64 como root y funciona bien, saludos

  • @__fort__
    @__fort__ 2 ปีที่แล้ว

    Obsługa wyświetlacza 7 segment nie działa poprawnie (multipleksowanie)!!!
    Proszę, jeśli coś robicie to róbcie to jak należy.
    Na dzień dzisiejszy symulator jest bezużyteczny!!!!

    • @PICSimLab
      @PICSimLab  2 ปีที่แล้ว

      To jest wolne oprogramowanie, nie krępuj się wnosić wkładu. Wyświetlacz działa dobrze w najnowszej wersji lcgamboa.github.io/picsimlab_examples/board_McLab1.html#board_McLab1_PIC16F628A_test_b1 . Zgłoś problem na stronie projektu, wyjaśniając swój problem i sposób jego odtworzenia, aby go naprawić github.com/lcgamboa/picsimlab/issues . Jeśli nie jesteś zadowolony z używania wolnego oprogramowania, możesz wypróbować właścicieli z Proteus.

  • @rogerferreiradasilva
    @rogerferreiradasilva 8 ปีที่แล้ว

    Olá! Não consegui usar o PICsimLab 0.6 com o MPLAB 3.35. Quando tento debugar, o PICsimLab aparece desativado no MPLAB.

    • @PICSimLab
      @PICSimLab  8 ปีที่แล้ว

      Roger, realmente o plugin de debug não funciona na versão 3.35, só na 3.30 e anteriores. A Microchip mudou a API do mplabx mas ainda não atualizou a documentação do SDK. Logo estou aguardando para poder atualizar o plugin.

    • @rogerferreiradasilva
      @rogerferreiradasilva 8 ปีที่แล้ว

      Muito obrigado pela resposta!

  • @jessiee4833
    @jessiee4833 8 ปีที่แล้ว

    I am having issues downloading the .nbm file. when I download this option from source forge I am getting a zip folder which have multiple files but no .nbm file. Am I missing something?

    • @PICSimLab
      @PICSimLab  8 ปีที่แล้ว

      +jessie E the .nbm file is a compressed netbeans plugin. If you open with zip, you will see a folder with directories Info, META-INF and Netbeans. You need the .nbm compressed file to install in netbeans (MPLAB-X). Try the github link github.com/lcgamboa/picsimlab_md/raw/master/build/com-picsim-picsimlab.nbm

  • @esloded
    @esloded 4 ปีที่แล้ว

    Hello, can i send the data of the arduino to a MQTT Broker server? How i can do it?

    • @PICSimLab
      @PICSimLab  4 ปีที่แล้ว

      Yes. There are two ways currently. You can run a MQTT client on the computer and receive the Arduino data over the serial port. Or you can use the ESP8266 modem simulator (in the PICSimLab tools menu) connected to the arduino serial port with MQTT client inside arduino uno using ESP8266 AT commands.

    • @esloded
      @esloded 4 ปีที่แล้ว

      @llcgamboa Thanks, i gonna try, and sai to you if all was ok. It Is a great simulathor.