jbfuzier

Results 14 comments of jbfuzier

Hi, [Edit] From what I found behavior will be dependent on your board and on the configuration of the register Regdiomapping. This register maps which information is made available on...

Sorry, you are totally right. I read the datasheet to quickly and mixed up the packet mode (which can involves more complex cases to handle due to the FIFO being...

> It happened every time - I never managed to receive messages until I modified the code as shown above. The payload was 15 bytes long. > > I didn't...

Thanks. Unfortunately I have not found much information regarding this invert IQ mecanism. Ultimately, the goal is to reduce useless load on the node & gateway by making sure nodes...

Hi, I guess you mean python and not perl right ? Could you post the error you are getting ?

You can install python-swiftclient through pip. First to install pip : > wget https://bootstrap.pypa.io/get-pip.py > python get-pip.py Once pip is installed : > pip install python-swiftclient Please tell me if...

http://stackoverflow.com/questions/11425106/python-pip-install-fails-invalid-command-egg-info Try this : > pip install --upgrade setuptools Then try again to install python-swiftclient

In this case the redirect url does not matter (you would need if for example you were providing a webapp to some user). However if I remember correctly the redirect...