Search found 34 matches

by ioukos
Tue Feb 14, 2017 10:59 am
Forum: ESP8266 boards
Topic: [SOLVED] DS3231 uRTC set / read problems
Replies: 37
Views: 31663

Re: [SOLVED] DS3231 uRTC set / read problems

Ok thanks for the answer.

You don't have to be sorry.

You're doing a great job for the community.
by ioukos
Tue Feb 14, 2017 8:20 am
Forum: ESP8266 boards
Topic: [SOLVED] DS3231 uRTC set / read problems
Replies: 37
Views: 31663

Re: [SOLVED] DS3231 uRTC set / read problems

Hi every one, I'm not sure I have to post here or create a new thread : I'm able to use deshipu's urtc.py (the one mentioned at the beginning of this thread) with DS3231 to set/read time. But i'm not able to use it to set/read alarm, is it a known issue ? I set the alarm with : rtc.alarm_time((2017,...
by ioukos
Fri Feb 03, 2017 6:02 pm
Forum: ESP8266 boards
Topic: I2C EEPROM on uPy/ESP8266?
Replies: 48
Views: 42976

Re: I2C EEPROM on uPy/ESP8266?

Work like a charm !
by ioukos
Fri Feb 03, 2017 10:02 am
Forum: ESP8266 boards
Topic: I2C EEPROM on uPy/ESP8266?
Replies: 48
Views: 42976

Re: I2C EEPROM on uPy/ESP8266?

Hello,

I'll give this "address size" solution a shot this evening (in 9 hours here).

Anyway, thank you, you are very talented and very well educated !

i'll keep you informed.
by ioukos
Tue Jan 31, 2017 7:45 pm
Forum: ESP8266 boards
Topic: I2C EEPROM on uPy/ESP8266?
Replies: 48
Views: 42976

Re: I2C EEPROM on uPy/ESP8266?

mikruth, no, I'm sorry and I tried many things ; To sum up : I'm using 1.8.7 >>> i2c.writeto_mem(0x50, 0, bytearray([104, 101, 108, 108, 111, 32])) >>> i2c.readfrom_mem(0x50, 0, 11) b'Qc\x83`\xc9<\x0e\xa3\xb6\xc9\xae' >>> i2c.readfrom_mem(0x50, 0, 11) b'hi]\x985\x07\x9a}}\x05!' I tried with the modu...
by ioukos
Tue Jan 31, 2017 10:33 am
Forum: ESP8266 boards
Topic: I2C EEPROM on uPy/ESP8266?
Replies: 48
Views: 42976

Re: I2C EEPROM on uPy/ESP8266?

Hello,

Hmmm, I'm using this kind of module;
(not an ad, just to show you the picture)
http://www.terapeak.com/worth/at24c256- ... 653621371/

My guess is I don't need pull-up resistor. I'm right?
by ioukos
Sat Jan 28, 2017 6:26 pm
Forum: ESP8266 boards
Topic: I2C EEPROM on uPy/ESP8266?
Replies: 48
Views: 42976

Re: I2C EEPROM on uPy/ESP8266?

Hi Guys, I've just received my 24c356 and I'm unable to use it with mcauser code. I use a Wemos D1 mini, VCC is connected to 3.3, when I scan i got : 80. Something's weird, when I try to write values in the EEPROM and then I try to read twice the results I got 2 different results : >>> i2c.writeto_m...
by ioukos
Thu Jan 19, 2017 11:08 am
Forum: ESP8266 boards
Topic: Saving power
Replies: 21
Views: 26308

Re: Saving power

Hello,

I'm still looking for a way to shutdown/disable Wifi on the ESp8266 with microPython. If I've read this topic correctly I guess I can't.

Is there an update ?

Thanks
by ioukos
Wed Jan 11, 2017 10:42 am
Forum: ESP8266 boards
Topic: I2C EEPROM on uPy/ESP8266?
Replies: 48
Views: 42976

Re: I2C EEPROM on uPy/ESP8266?

Hi warren,

I've found this library on Github but didn't try it :
https://github.com/dda/MicroPython/blo ... /EEPROM.py

Share the result if you give it a try !
by ioukos
Wed Jan 11, 2017 10:35 am
Forum: ESP8266 boards
Topic: Running out of memory w/ API requests
Replies: 3
Views: 4413

Re: Running out of memory w/ API requests

Hello, I didn't have a close look to your code but, I'm experiencing the same behavior with API's (google, openweathermap) AND an OLED screen. As I understand it's a heap problem (something like a lack of "working" memory). I bought a Wemos Mini pro with 16Mo of memory but the built version of Micro...