Search found 32 matches

by riklaunim
Thu Oct 30, 2014 1:28 pm
Forum: General Discussion and Questions
Topic: NRF24L01+ library progress?
Replies: 18
Views: 16622

Re: NRF24L01+ library progress?

Will test it today/tomorrow. BTW there are also serial adapters to these NRF boards, but poorly documented.
by riklaunim
Fri Oct 24, 2014 6:35 am
Forum: MicroPython pyboard
Topic: PyBoard and stepper motor
Replies: 3
Views: 6803

Re: PyBoard and stepper motor

I used slightly different solution for ULN2003 stepper motor controller, without the Timer class.
by riklaunim
Thu Oct 23, 2014 7:44 pm
Forum: MicroPython pyboard
Topic: Bluetooth HC05
Replies: 15
Views: 18148

Re: Bluetooth HC05

There are no drivers "needed", it's just a serial device you can talk to. And I didn't saw any code already written for it.
by riklaunim
Thu Oct 23, 2014 7:21 pm
Forum: MicroPython pyboard
Topic: Bluetooth HC05
Replies: 15
Views: 18148

Re: Bluetooth HC05

Some datasheet and you can start trying (like via http://www.micro4you.com/store/bluetoot ... hc-05.html ). In general if you connect master to pyboard and connect TX with RX on slave then when their are paired anything sent to slave should return :)
by riklaunim
Sun Oct 19, 2014 8:09 pm
Forum: MicroPython pyboard
Topic: My pyboard/Micro Python tutorials
Replies: 4
Views: 5420

Re: My pyboard/Micro Python tutorials

danpeirce wrote:I expect to be getting my pyboard this week coming week so I will try these out (perahps next weekend).
And more to come. I have some wireless/ethernet WiFi/UART boards to script :) plus some other parts, maybe a mini robot.
by riklaunim
Mon Oct 13, 2014 11:09 pm
Forum: MicroPython pyboard
Topic: Blender and PyBoard
Replies: 5
Views: 5317

Re: Blender and PyBoard

Stepper motor needs more than one command to move, so the best way would be to script it on pyboard and just provide serial high level api for it, so that from the Blender side it would be easy to use.
by riklaunim
Mon Oct 13, 2014 6:30 am
Forum: MicroPython pyboard
Topic: Problem with analog joystick
Replies: 11
Views: 12170

Re: Problem with analog joystick

I'll add it to the description. There ought to be Disqus comments widget below the article.
by riklaunim
Sun Oct 12, 2014 6:43 pm
Forum: MicroPython pyboard
Topic: Problem with analog joystick
Replies: 11
Views: 12170

Re: Problem with analog joystick

And the firmware update solves problems with ADC as well the Timer class allows better DC motor control :) -> article