Search found 14 matches

by jumasheff
Sun Apr 26, 2020 5:30 pm
Forum: Programs, Libraries and Tools
Topic: featherweb
Replies: 5
Views: 3222

Re: featherweb

Well, after playing with this I understood that it didn't matter. But couldn't get why after sending GET request from an arduino to esp8266, my endpoints stop sending responses, but if I reset the board and send get requests from a browser, keeps working ok. I tried to increase timeout up to 10, but...
by jumasheff
Sun Apr 26, 2020 1:24 pm
Forum: Programs, Libraries and Tools
Topic: featherweb
Replies: 5
Views: 3222

Re: featherweb

Hey, thank you for your library! One thing I couldn't figure out is that when we use request.send() it sends `200 NA` status, vs `200 OK`. I tried to set a `200 OK` with `request.status = '200 OK'` but it started showing `200 OK NA` when I checked with Postman. Browsers and Postman are ok with that,...
by jumasheff
Thu Aug 04, 2016 10:31 am
Forum: ESP8266 boards
Topic: Multiple esp8266 boards talking to each other
Replies: 11
Views: 13751

Re: Multiple esp8266 boards talking to each other

pythoncoder
Thank you. I appreciate your help.

I'll probably stick with LoRa (LoPy as a quick-starter, then may be a custom-built board).
By the way, I didn't know hoperf modules were that inexpensive.
by jumasheff
Thu Aug 04, 2016 7:14 am
Forum: ESP8266 boards
Topic: Multiple esp8266 boards talking to each other
Replies: 11
Views: 13751

Re: Multiple esp8266 boards talking to each other

Thank you all for your priceless hints and links! markxr However, scanning is notoriously unreliable, and I've had a lot of problems with unreliability of scan. I don't think this is the fault of Micropython, I think it's the esp firmware / libraries. In particular, there's no way to stream a scan,...
by jumasheff
Fri Jul 29, 2016 8:24 pm
Forum: ESP8266 boards
Topic: Multiple esp8266 boards talking to each other
Replies: 11
Views: 13751

Multiple esp8266 boards talking to each other

Hi, There is problem I want to solve: there are multiple esp8266 nodes in constant movement (a group of animals with esp boards), one of them is "Alpha". That is, the Alpha node gathers info on other nodes (info on their visibility is enough). Question: what is the best way to inform a main (alpha) ...
by jumasheff
Tue Jun 14, 2016 8:28 am
Forum: Hardware Projects
Topic: E-ink wifi display project featured on Hacker News
Replies: 2
Views: 4506

Re: E-ink wifi display project featured on Hacker News

@pythoncoder got it, thank you.
by jumasheff
Tue Jun 14, 2016 7:14 am
Forum: Hardware Projects
Topic: E-ink wifi display project featured on Hacker News
Replies: 2
Views: 4506

E-ink wifi display project featured on Hacker News

Project description: https://davidgf.net/page/41/e-ink-wifi-display
HN comments: https://news.ycombinator.com/item?id=11894613

How hard is it to port the project to uPython?
by jumasheff
Mon Apr 25, 2016 7:06 am
Forum: ESP8266 boards
Topic: How to access pins on AI-Cloud Inside (black) boards?
Replies: 2
Views: 10814

Re: How to access pins on AI-Cloud Inside (black) boards?

Hi, Photon Peddler,

Thanks! I'll review my wiring then.
by jumasheff
Fri Apr 22, 2016 9:50 pm
Forum: ESP8266 boards
Topic: How to access pins on AI-Cloud Inside (black) boards?
Replies: 2
Views: 10814

How to access pins on AI-Cloud Inside (black) boards?

I know that official esp8266 boards are Adafruit Huzzah and Adafruit Feather Huzzah. Nevertheless, I have successfully flashed MicroPython to $2 esp8266-01 http://www.aliexpress.com/item/Upgraded-version-ESP-01-ESP8266-serial-WIFI-wireless-module-wireless-transceiver/32647948995.html But I couldn't ...
by jumasheff
Sun Mar 20, 2016 4:36 am
Forum: MicroPython pyboard
Topic: Checking feasibility of a Project. Expert Opinion Needed.
Replies: 15
Views: 11771

Re: RE: Re: Checking feasibility of a Project. Expert Opinion Needed.

so I see the main challange comes from switches connected to the pyboard. What would you do in that case? Separate pyboards for each switches? Or you would use 1 pyboard with some kind of filter between pyboard and switches? If I go for filters then can anyone give me a diagram of possible circuit ...