Giter VIP home page Giter VIP logo

panstamp's People

Contributors

dberenguer avatar kerber avatar robomotic avatar

panstamp's Issues

Register ID incorrect for rgbdriver.xml under lagarto-swap

The ID is set to 10 which is the address register.  It should be set to 11,  
See the diff below.

$ svn diff python/lagarto/lagarto-swap/config/devices/panStamp/rgbdriver.xml 
Index: python/lagarto/lagarto-swap/config/devices/panStamp/rgbdriver.xml
===================================================================
--- python/lagarto/lagarto-swap/config/devices/panStamp/rgbdriver.xml   (revision 
982)
+++ python/lagarto/lagarto-swap/config/devices/panStamp/rgbdriver.xml   (working 
copy)
@@ -4,7 +4,7 @@
   <product>RGB LED controller</product>
   <pwrdownmode>false</pwrdownmode>
   <regular>
-    <reg name="RGB" id="10">
+    <reg name="RGB" id="11">
       <endpoint name="RGBlevel" type="num" dir="out">
       </endpoint>
       <endpoint name="Red" type="num" dir="out">


Original issue reported on code.google.com by [email protected] on 16 Feb 2014 at 4:14

Panstamp Class Doc Request

Please define what units are being passed in the setTxInterval parameters in 
the comment documentation of this method.

Original issue reported on code.google.com by [email protected] on 18 Sep 2012 at 9:31

Cannot change Mote Address or Tx Interval on New Panstamp's

What steps will reproduce the problem?
1. Acquire new Panstamp
2. Let pyswapdmtgui find the mote at address 255
3. Try to change the address and I get a "Unable set mote's ddress" error box

What is the expected output? What do you see instead?
I expect to have the panstamp change addresses.  I have been able to work 
around this by modifying the setRegsFromEeprom function.  Instead of 
setDevAddress(bVal, false); I changed it to setDevAddress(0x34, false);  
(number chosen at random) This allowed me to change the address to whatever I 
like.  And when I reverted to the stock panstamp library I was able to change 
my address.  It appears that the library doesn't handle the 0xff device address 
too well

I just tried setting the device address back to 255 and I cannot change it 
anymore.  So this appears repeatable and not just something with a blank new 
eeprom.



What version of the product are you using? On what operating system?
latest svn repository r982, Linux.


Let me know if I can provide any more details.

Original issue reported on code.google.com by [email protected] on 16 Feb 2014 at 3:14

Error when executing pwswapdmtgui under OSX

An error relating to invalid bitmap size in wxImageList under OSX

this seems to be a bug when wxPython is installed on OSX and is raising an 
Assert in wxPython, a workaround it to make all the icons the same size, in 
this case 16x16

attached are resized icons, unzip in the src/images directory, overwriting the 
16x12 icons

Original issue reported on code.google.com by [email protected] on 18 Sep 2012 at 4:09

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.