Search found 1388 matches

by deshipu
Fri Sep 09, 2016 8:01 am
Forum: ESP8266 boards
Topic: Static IP Possibility
Replies: 14
Views: 21837

Re: Static IP Possibility

Well, the gateway IP usually has to be in the same subnetwork as your normal IP for it to function properly. Otherwise, how it didn't work?
by deshipu
Thu Sep 08, 2016 8:16 pm
Forum: ESP8266 boards
Topic: Static IP Possibility
Replies: 14
Views: 21837

Re: Static IP Possibility

Looking at the code, you should be able to set the address with network.ifconfig, passing it a tuple of four values: the address, the network mask, the gateway address and the dns server address.
by deshipu
Thu Sep 08, 2016 8:11 pm
Forum: ESP8266 boards
Topic: Static IP Possibility
Replies: 14
Views: 21837

Re: Static IP Possibility

What did you try already and how it didn't work?
by deshipu
Thu Sep 08, 2016 2:51 pm
Forum: Development of MicroPython
Topic: low-level uC function vs. high level language expectations
Replies: 4
Views: 4319

Re: low-level uC function vs. high level language expectations

There may be one more reason to handle the IRQ flags inside C functions only, and never expose them to the Python layer -- Python may be simply too slow to toggle them.
by deshipu
Thu Sep 08, 2016 11:57 am
Forum: ESP8266 boards
Topic: Firmware issue
Replies: 12
Views: 9663

Re: Firmware issue

jms wrote: Could somebody with the authority to do so please fix esptool !
I think they accept pull requests. Feel free to propose one.
by deshipu
Wed Sep 07, 2016 7:02 pm
Forum: micro:bit boards
Topic: Micro bit Malfunction
Replies: 1
Views: 3041

Re: Micro bit Malfunction

I may be either the fuse, in which case it will be back to normal after it cools down, or some fried part in the power circuit, in which case it will stay like that. Of course there is always the possibility of having the batteries reversed and so on, but I assume you have checked that already.
by deshipu
Wed Sep 07, 2016 9:35 am
Forum: Drivers for External Components
Topic: PCA9685 PWM Driver
Replies: 16
Views: 22092

Re: PCA9685 PWM Driver

Sorry for the lack of documentation, I will try to improve that a bit in the coming days. You guessed correctly, "index" is the number of the board's output. Note that it starts with 0, so it may be off-by-one compared to what is printed on your board (I don't know which board you are using, so hard...
by deshipu
Wed Sep 07, 2016 9:05 am
Forum: Development of MicroPython
Topic: "Hacking MicroPython" article
Replies: 5
Views: 7443

"Hacking MicroPython" article

I will run a workshop on MicroPython on the upcoming PyCon.PL conference, and since there is a conference booklet printed for that, I wrote a short article explaining briefly how to start hacking the MicroPython C code. It's mostly based on the excellent examples by @dhylands. I thought it might be ...
by deshipu
Wed Sep 07, 2016 8:38 am
Forum: Development of MicroPython
Topic: Gitter chat?
Replies: 6
Views: 5541

Re: Gitter chat?

And no, the channel is not dead. It's just resting.

Lovely plumage, too!
by deshipu
Wed Sep 07, 2016 8:36 am
Forum: Development of MicroPython
Topic: Gitter chat?
Replies: 6
Views: 5541

Re: Gitter chat?

I see you were in the channel for whole 4 minutes. That's not how IRC works. There are people from all over the world (different time zones) there and often busy with other things too. We look at the channel once in a while to see if anybody has asked a question or started a discussion, but it can t...