Avatar for user110807

user110807

Member since Mar 2020 • Last active Apr 2020
  • 0 conversations
  • 5 comments

Most recent activity

  • Avatar for user110807

    nothing apears on the AMD .
    On the INTEL computer apears keyboard HID.

  • Avatar for user110807

    Thanks,
    I was folowing this exact tutorial https://www.espruino.com/USB
    but I was not getting any result. I changed the code a bit to see if it was actualy doing something.
    The final code is the one on the image I sent above.
    The leds were turning on but no text was sent to the computer.
    First some background:
    I am using a Sony vayo with AMD processor.
    The First time I tried to use the pico on it the correct driver was not installed.
    In the link https://www.espruino.com/Quick+Start+USBĀ­
    I saw the message Non-Windows XP users download version 1.4.0 drivers. ... dpinst_amd64.exe for 64 bit systems.
    As my computer was an AMD I tried this driver an it solved the problem. The pico was recognized and I could use the IDE.
    Now
    I tried to use the code of the Example "USB and USB HID Keyboard" without success.
    I searched the web and I finaly came to this coments in the forum where Gordon said that the code was working on his windows 10 but user user79809 said that it was not working on his.
    So I decided to try the pico on another windows 10 computer this time an Intel one.
    And voila... it works as a charm.
    So I have a pico with the keyboard "hello world" code that works on the windows 10 intel but does not on the AMD.
    I believe it must be a Driver issue. (dpinst_amd64.)
    PS. In the AMd the leds work but no keyboard character is sent to the computer.

  • Avatar for user110807

    process.env
    Connected to COM7

    process.env
    ={
    VERSION: "2v04",
    GIT_COMMIT: "3956264e",
    BOARD: "PICO_R1_3",
    FLASH: 393216, RAM: 98304,
    SERIAL: "5e004b00-13513430-36363435",
    CONSOLE: "USB",
    MODULES: "Flash,Storage,hea" ... "v,crypto,neopixel",
    EXPTR: 536871168 }

  • Avatar for user110807

    Pico 1v3
    Can you show me the right posting directions? are there any new posts on the subject?

  • Avatar for user110807

    I'm having the same problem .
    I have 2 notebooks. one intel the other AMD
    In the amd the keyboard code just doesnt work.
    In order to use and program the pico in the AMDI had to install one of the drivers because the windows could not recognize it by him self.

Actions