Jump to content
Electronics-Lab.com Community

Srenath

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Srenath

  1. 2 hours ago, HarryA said:
    1.  

    There is a library file ( GOLANG library for SPI ) here that maybe helpful?

    https://github.com/stamp/CS5484

    I have problems finding the page that has the {code} button to download the file; you may have to dork around with the URL a  bit.

     

    Hi Harry. Thank you very much for the quick response. But I couldn't find anything in the link "GOLANG library for SPI". I too have problems finding the code option to download the code file. 

  2. I am working with CS5484 for a project and I am unable to configure the IC to output the frequency equivalent to the power consumption of the load, from the pin DO1 of the IC.

    -I am using the IOW56-DG SPI host adapter to configure the IC and the binary codes have to be converted to HEX, to access registers using the SPI adapter (i.e to perform register read or write). I am performing register write only. The link to the SPI dongle datasheet is- "https://www.codemercs.com/downloads/iowarrior/IOW56-DG_Datasheet.pdf".

    --The application interface for the SPI dongle looks like this:150634933_SPIdongle.thumb.PNG.d7e8a9bcbbd1bfd7ee68fe389839dc3d.PNG

    --The configuration steps are mentioned in the datasheet at page-23.Steps.PNG.0f4da0337807f5fd7ba9fa1d57b722e4.PNG

    -

    -These are the steps I tried, in order to configure:

     

    1.   The Pulse-Width register (P0,A8)<pg.29 datasheet> is used to set pulse frequency

         range,FREQ_RNG <pg.41 datasheet>. The selected FREQ_RNG is 500Hz -0.0596Hz.

         Command 1---- [Page Select-80]; [Register Write-48 00 00 10]

     

    2.    Pulse Rate is set to 1.(pg.41)

        Command 2---- [Page Select-92]; [Register Write-1C 00 00 01]

     

    3.    Pulse Control (P0,A9)<pg.42 datasheet> is set to output the average power, i.e. P1 Avg (pg.42

        for register details).

        Command 3---- [Page Select-80]; [Register Write-49 00 01 10]

     

    4.    EPGx_ON [X=1](P0,A1) <pg.36 datasheet> is set to select energy generation block 1.

        Command 4---- [Page Select-80]; [Register Write-41 10 00 00]

        Command 5---- [Page Select-80]; [Register Write-41 00 00 00]-DO1

     

    5.  D5

     

    -After configuring in the order mentioned above, the  config. log from the SPI adapter is as follows:

    1.PNG.5a5a259cec0da26d02f8e55d44d5134c.PNG2.PNG.317ca6b33b49353b720842a042cbd5b9.PNG

    -Is this the way or what else is to be considered? I am unable to configure the IC

    It would be really helpful, if you guys can help me out with this. Thank u very much in advance.

     

×
  • Create New...