Search found 9 matches

by zs6mdh
Mon Oct 27, 2014 5:15 pm
Forum: MicroPython pyboard
Topic: HID Keyboard functionality?
Replies: 14
Views: 19160

Re: HID Keyboard functionality?

Ive got plenty to learn before I get this right. This is way more difficult than I originally thought.
by zs6mdh
Mon Oct 27, 2014 5:14 pm
Forum: General Discussion and Questions
Topic: Low power mode pyb.wfi()
Replies: 20
Views: 18329

Low power mode pyb.wfi()

Is there any documentation on pyb.wfi() ? Ive searched plenty, and even tried to look at the source. Im a little lost there. According to the datasheet for the processor there are various levels of sleep/power down modes. Can we choose the different modes with pyb.wfi(). Im sure I read somewhere a w...
by zs6mdh
Tue Oct 21, 2014 6:57 pm
Forum: General Discussion and Questions
Topic: pyboard.py
Replies: 7
Views: 10606

Re: pyboard.py

Ok it was annoying me and I decided to take a closer look. It was much easier than I thought to "fix" I change the one line from data = self.read_until(2, b'\x04>') to data = self.read_until(5, b'\x04>') That makes the timeout a bit higher, I also made my program send regular print statements and no...
by zs6mdh
Tue Oct 21, 2014 6:20 pm
Forum: General Discussion and Questions
Topic: pyboard.py
Replies: 7
Views: 10606

Re: pyboard.py

hehe, I see what you mean. there might be a problem with the code now. Its not affecting me really but the following does happen every so often. After a random time I get the following error. Traceback (most recent call last): File "pyboard.py", line 181, in <module> main() File "pyboard.py", line 1...
by zs6mdh
Tue Oct 21, 2014 2:41 pm
Forum: General Discussion and Questions
Topic: pyboard.py
Replies: 7
Views: 10606

Re: pyboard.py

Thank you thank you thank you. Thats sooo awesome. It works very well now. This should speed things up.

Thank you so much for all your help.

As soon as I have some code that can be used by others I will post it.
by zs6mdh
Mon Oct 20, 2014 5:26 pm
Forum: General Discussion and Questions
Topic: pyboard.py
Replies: 7
Views: 10606

Re: pyboard.py

Ok I upgraded to pybv10-2014-10-20-v1.3.3-99-g072bd07.dfu and it still does the same thing.

The program runs, and the led flashes
No output happens when you loop
Another thing if I use Ctrl-C I get the command line but the program carries on running.
by zs6mdh
Sun Oct 19, 2014 10:36 am
Forum: General Discussion and Questions
Topic: pyboard.py
Replies: 7
Views: 10606

pyboard.py

This script is awesome, well it looks that way. I think Im either doing something wrong or missing something. I like the way I can develop without having to copy the file to the board and reset every time, its especially annoying when I have to keep changing the boot.py to enable and disable the "ha...
by zs6mdh
Tue Sep 30, 2014 6:51 pm
Forum: MicroPython pyboard
Topic: HID Keyboard functionality?
Replies: 14
Views: 19160

Re: HID Keyboard functionality?

Is anyone working on this yet? I dont want to do duplicate work if possible. I'll strt and if I do get anywhere I'll post some code or work out how to submit to git.
by zs6mdh
Fri Mar 07, 2014 5:00 am
Forum: General Discussion and Questions
Topic: Spambot counterattack
Replies: 28
Views: 29102

Re: Spambot counterattack

Thanks for the forum, I cant wait to get my board and start contributing. Oh and spambots suck!