Search found 34 matches

by ioukos
Tue Mar 23, 2021 9:23 pm
Forum: ESP8266 boards
Topic: Trouble making HTTP request
Replies: 1
Views: 1594

Re: Trouble making HTTP request

Hello,

Can you please post your full original urequest code ?

BR
by ioukos
Wed Sep 13, 2017 6:33 pm
Forum: General Discussion and Questions
Topic: Micropython port to ATSAMD21
Replies: 2
Views: 3250

Re: Micropython port to ATSAMD21

OK Thank You Deshipu, I've never dismissed CircuitPython in my previous post and I assumed nothing about Circuit Python, just told as it was labeled for beginners, MAY BE all functionalities will be implemented, it seems I was totally wrong. I'm looking forward to trying CircuitPython on a Trinket M...
by ioukos
Tue Sep 12, 2017 7:54 pm
Forum: ESP8266 boards
Topic: [SOLVED] DS3231 uRTC set / read problems
Replies: 37
Views: 31383

Re: [SOLVED] DS3231 uRTC set / read problems

Deshipu,

I wrote "don't be offended" as I didn't want to be rude, and I didn't want you to understand : "hey man it's been a month you said you'd do something and modifications are still pending, what a lazy man". That's all.

Bye
by ioukos
Tue Sep 12, 2017 7:49 pm
Forum: General Discussion and Questions
Topic: Micropython port to ATSAMD21
Replies: 2
Views: 3250

Micropython port to ATSAMD21

Hello, Is there a project to port Micropython to ATSAMD21 ? I know adafruit released Circuitpython for this chip but it's labeled : Micropython for begginers. May be all MPython functionalities won't be implemented to CPython. I'm asking this question for my personal curiosity as I'm not considering...
by ioukos
Sun Sep 10, 2017 4:58 pm
Forum: ESP8266 boards
Topic: [SOLVED] DS3231 uRTC set / read problems
Replies: 37
Views: 31383

Re: [SOLVED] DS3231 uRTC set / read problems

Thank you for the answer, What I want to do : The ESP gets, with an API, next sunrise time The ESP sets the alarm to be triggered at sunrise The ESP goes to sleep The alarm awakes the ESP The ESP does some work The ESP gets, with the API, next sunset time The ESP goes to sleep The alarm awakes the E...
by ioukos
Sun Sep 10, 2017 11:43 am
Forum: ESP8266 boards
Topic: [SOLVED] DS3231 uRTC set / read problems
Replies: 37
Views: 31383

Re: [SOLVED] DS3231 uRTC set / read problems

Hello deshipu, vahithosan, @vahitosan : Is your modified version of the lib do the trick ? I mean, in your 1st post you wanted to use an external DS3231 in order to wake up an ESP8266 from deepsleep. Did you succeed ? This is exactly what i want to do. @deshipu : can you confirm you didn't merge the...
by ioukos
Sun Sep 03, 2017 3:46 pm
Forum: ESP8266 boards
Topic: Versions > 1.9.0
Replies: 7
Views: 5311

Re: Versions > 1.9.0

Oh, you must be right !

I'm a bit lost with changes that could occur, but not necesseraly.

Thank You very much.
by ioukos
Sun Sep 03, 2017 9:50 am
Forum: ESP8266 boards
Topic: Versions > 1.9.0
Replies: 7
Views: 5311

Versions > 1.9.0

Hello, I now there are some differences between 1.9.x version and olders (see the "On-Off-Gate" for example). I would like to know how to deal with these differences. For example I have this code : elapsed = utime.ticks_ms / 4000 that doesn't work anymore on 1.9.2. How to make it work again, with as...
by ioukos
Mon Jul 03, 2017 11:14 am
Forum: ESP8266 boards
Topic: Pathetic cry for help.
Replies: 4
Views: 3973

Re: Pathetic cry for help.

Send it to France with an prestamped envelope. I'll make your install for you Kiwi, and I'll send it back to you. More seriously you should give us some more details. What have you tried so far ? what fails ? How do you know it fails ? Whats is your system, Linux, Windows ? Did you succeed to instal...
by ioukos
Sat Jun 17, 2017 5:44 am
Forum: ESP8266 boards
Topic: [Newbie] send data to raspberry
Replies: 3
Views: 3292

Re: [Newbie] send data to raspberry

Hi,

It depends on what your application is, but to should have a look to bsd sockets or mqtt. Personnaly I use mqtt.