Search found 15 matches

by shell
Sun Jan 18, 2015 7:38 pm
Forum: Drivers for External Components
Topic: 1wire devices
Replies: 16
Views: 17579

Re: 1wire devices

No, i was very busy last time.
by shell
Wed Nov 05, 2014 12:00 pm
Forum: Development of MicroPython
Topic: Run more than one micropython instance
Replies: 30
Views: 23906

Re: Run more than one micropython instance

Then, why not use threads?
by shell
Sun Oct 26, 2014 1:26 pm
Forum: Programs, Libraries and Tools
Topic: pybkick - tools to make deploying code to pyboard easier
Replies: 24
Views: 26105

Re: pybkick - tools to make deploying code to pyboard easier

Sorry for the late answer: I get a new error: 1 [shell@xolotl:~/git/pcspinnt/pyboard] (master)$ pybkick --src dev Traceback (most recent call last): File "/usr/bin/pybkick", line 9, in <module> load_entry_point('pybkick==0.0.2', 'console_scripts', 'pybkick')() File "/usr/lib64/python3.3/site-package...
by shell
Thu Oct 23, 2014 8:12 pm
Forum: MicroPython pyboard
Topic: Bluetooth HC05
Replies: 15
Views: 17943

Re: Bluetooth HC05

That looks easy. Thanks for help
by shell
Thu Oct 23, 2014 7:40 pm
Forum: MicroPython pyboard
Topic: Bluetooth HC05
Replies: 15
Views: 17943

Re: Bluetooth HC05

Is there a driver for this module?
by shell
Thu Oct 23, 2014 6:39 pm
Forum: MicroPython pyboard
Topic: Bluetooth HC05
Replies: 15
Views: 17943

Bluetooth HC05

Hi everyone,

i'm looking for some information for the hc05 bluetooth module. How to connect? How to access? But i can't find any information. Can anyone help me?
by shell
Tue Oct 21, 2014 9:05 pm
Forum: General Discussion and Questions
Topic: Playing with Interrupts
Replies: 21
Views: 26670

Re: Playing with Interrupts

Ok.
I'm trying to build a class that can do callbacks on button press of the lcd skins.
Any idea how can i do that?
by shell
Tue Oct 21, 2014 8:21 pm
Forum: General Discussion and Questions
Topic: Playing with Interrupts
Replies: 21
Views: 26670

Re: Playing with Interrupts

I'm playing with "your interrupts" too: import pyb import mpr121 import micropython micropython.alloc_emergency_exception_buf(200) class lcd_skin(object): def __init__(self): self.tick = 0 self.m = mpr121.MPR121(pyb.I2C(1, pyb.I2C.MASTER)) tim = pyb.Timer(8) tim.init(freq=1) tim.callback(self.lcd_sk...
by shell
Mon Oct 20, 2014 7:30 pm
Forum: Programs, Libraries and Tools
Topic: pybkick - tools to make deploying code to pyboard easier
Replies: 24
Views: 26105

Re: pybkick - tools to make deploying code to pyboard easier

I get the following erro runnin pybkick: [shell@xolotl:~/git/pcspinnt/pyboard] (master)$ pybkick --src dev Traceback (most recent call last): File "/usr/lib64/python3.3/site-packages/serial/serialposix.py", line 475, in read raise SerialException('device reports readiness to read but returned no dat...