Announcement

Collapse
No announcement yet.

Adafruit ItsyBitsy 32u4 5V

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Adafruit ItsyBitsy 32u4 5V

    Playing with an ItsyBitsy 32u4 5V... the plugin just can't seem to connect to it. It gets semaphore timeout messages. I did flash the board, and in TeraTerm I can see the board saying "Connect 1" when it boots.

    I've had no trouble with an Arduino Uno.


    #2
    Probably would help if I included some debug logs. Here you go:



    Code:
                       Debugging Started at = 16/2/2020 ,22:37:45.866
    ******************************Plugin Restart****************************************
    PluginStartTime = 2/16/2020 22:37:45
    ****************************************************************************************
    Arduino Plugin Version = 1.0.0.166
    
    *************************************Homeseer*******************************************
    Homeseer Version = 3.0.0.548
    Homeseer IP = 10.1.1.22
    OS Version = Microsoft Windows 10 Pro (6.2.9200.0)
    
    *************************************Plugins********************************************
    Plug-In List, Arduino Plugin: is currently enabled.
    Plug-In List, BLPlex: is currently enabled.
    Plug-In List, Hubitat: is currently enabled.
    Plug-In List, Insteon: is currently enabled.
    Plug-In List, mcsMQTT: is currently enabled.
    Plug-In List, Pushover 3P: is currently enabled.
    Plug-In List, TPLinkSmartHome: is currently enabled.
    Plug-In List, Z-Wave: is currently enabled.
    
    **************************************Setup*********************************************
    Ref = 470    | Address = Arduino, Board:1        advancedcom = 1, autoconnect = 1, baud = 0, boardno = 1, boardtype = 0, comport = 8, debounce = 30, index = 1, ipaddress = 10.1.1.23, lcdaddress = 0x27, macaddress = 00:AA:BB:CC:DE:01, port = 8900, type = Board,
    Ref = 471    | Address = Arduino, Board:1, Input:1        boardno = 1, index = 1, key = I, pin = 2, pinkey = I, type = Input,
    Ref = 472    | Address = Arduino, Board:1, Input:2        boardno = 1, index = 2, key = I, pin = 3, pinkey = I, type = Input,
    Ref = 473    | Address = Arduino, Board:1, Output:1        boardno = 1, index = 1, key = O, pin = 5, pinkey = O, type = Output,
    Ref = 474    | Address = Arduino, Board:1, OutputTime:1        boardno = 1, index = 1, key = o, pin = 5, pinkey = o, type = OutputTime,
    Board: 1,     Board index: 470, Comport = 8
    
    
    ***************************************LOG**********************************************
    16/2/2020 ,22:37:46.698 New Com port Found
    16/2/2020 ,22:37:46.759 Running Send to port, Data = C
    16/2/2020 ,22:37:46.812 Sent to com port No:8  = 1 C           ,Connect Command
    16/2/2020 ,22:37:46.818 ~~~~~~~~~~~~~~~~~Startup Routine Complete~~~~~~~~~~~~~~~~~~~~
    16/2/2020 ,22:37:55.360 Calling BuildBoardTab
    16/2/2020 ,22:37:55.362 FirstBoard= 1
    16/2/2020 ,22:37:55.387 Calling BuildBoardSetupTab With Param Board = 1, NoPopulate = True
    16/2/2020 ,22:37:55.434 Lcd ref = -1
    16/2/2020 ,22:37:55.438 Pin = , UpPin = 0
    16/2/2020 ,22:37:55.439 Pin = 3, UpPin = 0
    16/2/2020 ,22:37:55.449 Exit BuildBoardSetupTab with Param Board = 1
    16/2/2020 ,22:37:57.898 postBackProc &id=Connect&Connect=Submit
    16/2/2020 ,22:37:57.905 ComNoArr = 8 ,    ComPortEnum.Ethernet.ToString() = Ethernet , BoardIPArr = 10.1.1.23 , BoardPortArr = 8900
    16/2/2020 ,22:37:58.415 Running Send to port, Data = C
    16/2/2020 ,22:37:58.481 Sent to com port No:8  = 1 C           ,Connect Command
    16/2/2020 ,22:38:27.613 postBackProc id=ComportList&ComportList=0
    16/2/2020 ,22:38:27.633 Board 1 Comport changed to 1
    16/2/2020 ,22:38:27.810 Running Send to port, Data = K
    16/2/2020 ,22:38:28.068 Exception in SendToPort : The semaphore timeout period has expired.
    
    16/2/2020 ,22:38:28.071 Keeping Board: 1 Alive.
    16/2/2020 ,22:38:31.327 postBackProc id=ComportList&ComportList=3
    16/2/2020 ,22:38:31.335 Board 1 Comport changed to 8
    16/2/2020 ,22:38:33.615 postBackProc &id=Connect&Connect=Submit
    16/2/2020 ,22:38:33.620 ComNoArr = 8 ,    ComPortEnum.Ethernet.ToString() = Ethernet , BoardIPArr = 10.1.1.23 , BoardPortArr = 8900
    16/2/2020 ,22:38:34.131 Running Send to port, Data = C
    16/2/2020 ,22:38:34.387 Exception in SendToPort : The semaphore timeout period has expired.
    
    16/2/2020 ,22:38:42.451 postBackProc Debug=unchecked&id=Debug
    16/2/2020 ,22:38:42.456 Debug logging Disabled

    Comment

    Working...
    X