Search found 258 matches

by platforma
Tue Nov 15, 2016 3:00 pm
Forum: Hardware Projects
Topic: HC-SR504 on esp8266
Replies: 5
Views: 6740

Re: HC-SR504 on esp8266

Moved to Hardware Projects.
by platforma
Tue Nov 15, 2016 2:56 pm
Forum: ESP8266 boards
Topic: OTA for ESP8266
Replies: 2
Views: 4127

Re: OTA for ESP8266

Moved to esp8266.
by platforma
Mon Oct 24, 2016 12:53 pm
Forum: micro:bit boards
Topic: Chibi:bit
Replies: 10
Views: 10978

Re: Chibi:bit

I suppose it was release in small quantities, would be great to see the updated release. I'll keep an eye on the website/blog announcements. And of course keep us updated if you get more information :)

今度日本にいるときは一個を買うかもしれん
告示もありがとう!
by platforma
Mon Oct 24, 2016 8:48 am
Forum: micro:bit boards
Topic: Chibi:bit
Replies: 10
Views: 10978

Re: Chibi:bit

deshipu wrote:I'd like two!
I'll pick up a couple for you then :)
by platforma
Fri Oct 21, 2016 3:34 pm
Forum: micro:bit boards
Topic: Chibi:bit
Replies: 10
Views: 10978

Re: Chibi:bit

@japaneseuser The B-button problem has been resolved in the new revisions? Or are they still sold with the button broken. The video over at http://mag.switch-science.com/2016/08/09/chibibit_bug/ doesn't mention newer versions. Which been a couple of months ago, so perhaps there's a new revision. I'...
by platforma
Fri Oct 21, 2016 3:15 pm
Forum: Development of MicroPython
Topic: RFC: Hardware API: finalising machine.Pin
Replies: 62
Views: 44583

Re: RFC: Hardware API: finalising machine.Pin

There is a cost to adding each of those methods, even though it's relatively small. I think that the function of pin.low/pin.high is very well served by the current pin.value(0/1) and that they don't really add anything. In similar way, pin.mode() works well, so no need for pin.input() and pin.outp...
by platforma
Fri Oct 21, 2016 2:38 pm
Forum: Development of MicroPython
Topic: RFC: Hardware API: finalising machine.Pin
Replies: 62
Views: 44583

Re: RFC: Hardware API: finalising machine.Pin

I'd agree with Dave on the idea of pin.value() replacing the read and pin.value(n) replacing the read/write, just like the wiki describes. The name is clear and intuitive for both cases. Setting/getting the value with pin() might be an unnecessary convenience. Also would agree with a pin.toggle() me...
by platforma
Fri Oct 21, 2016 2:04 pm
Forum: Development of MicroPython
Topic: which script is used to generate releases
Replies: 5
Views: 4347

Re: which script is used to generate releases

micropython-lib can be cloned from it's separate repository: https://github.com/micropython/micropython-lib/ You can add/remove the libraries as you please (also look a upip package manager). Webrepl is currently under the decision for being enabled/disabled by default. You can build selectively wha...
by platforma
Thu Oct 20, 2016 11:03 am
Forum: ESP8266 boards
Topic: [SOLVED] REPL Doesn't Work
Replies: 8
Views: 9869

Re: REPL Doesn't Work

picocom works well for me, with the same CP2104 driver!
You can prepend [Solved] to the title of your original post to mark it solved.
by platforma
Wed Oct 19, 2016 10:02 am
Forum: General Discussion and Questions
Topic: Run file via MicroPython prompt
Replies: 3
Views: 11312

Re: Run file via MicroPython prompt

Hi and welcome to the forum! Make yourself at home :) In order to run your scripts on WiPy, you need to have them uploaded onto the board. There's a number of ways of doing this, but using the FTP client is the easiest in my opinion. See http://docs.micropython.org/en/latest/wipy/wipy/general.html?h...