Search found 157 matches
- Wed Sep 13, 2017 8:23 pm
- Forum: ESP8266 SDK
- Topic: ESP8622 programmer using ESP8266
- Replies: 4
- Views: 2412
ESP8622 programmer using ESP8266
Has anyone already tried to make an ESP8266 serial programmer using an ESP8266? Something like ESP8266_1 connects to ESP8266_2 using serial, ESP8266_1 pulls up and down the GPIO_0, GPIO_2 and RST lines of ESP8266 and starts sending the new firmware. Most of this is not rocket science, but I am too l...
- Wed Sep 06, 2017 10:31 pm
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
As said I don't really have a purpose for very fast tcp or udp connections. Even if I'd want to, I have very little iram left, because the Espressif libs take up most of it. I've only about 4k left, from which I use 2k for interrupt handlers and timing critical code. I2C benefits greatly from code i...
- Wed Sep 06, 2017 12:06 am
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
I think the LWIP interface is difficult to use anyway, anyhow, especially if all you need is a very few TCP and UDP sockets. But that may be caused by bad documentation just as well. In the LWIP documentation I never found a "proper" way where to "start". FWIW my firwmare impleme...
- Tue Aug 29, 2017 1:20 am
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
BTW I couldn't find the espconn sources in the NON-OS tree. Also I doubt whether the LWIP sources there are a drop-in replacement for the precompiled library.
- Sun Aug 27, 2017 11:31 pm
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
Hi Pradik, It's a pity that you don't have access to non-public sources / documentation, because that is exactly what's missing at the moment. I am quite sure there are quite a few registers that nobody outside Espressif know they exist (and that are not related to the wireless phy). For example the...
- Sun Aug 27, 2017 7:05 pm
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
Hi Pratik, I had a glance at the esp32 documentation lately and I was positively surprised. Much better documentation and much closer to professional documentation we're used to from other manufacturers. I guess that saves me from doing a "lecture" about wat we (I) am expecting. Problem wi...
- Tue Aug 08, 2017 4:41 pm
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
I respect and understand the policy regarding the WiFi-related registers. The problem is all the other registers that are inadequately documented (or not at all). I have e.g. serial communication using the UART working, after a lot of trial and error. What we need is a proper description of ALL (non...
- Mon Aug 07, 2017 3:22 pm
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
I'd gladly donate the existing code, but I am not going to actuallty integrate it into the SDK in any way, as long as large parts (not only the parts required for WiFi) of the SDK are closed source. Also there is still no proper direct hardware datasheet (list of every non-WiFi register with proper ...
- Sat Jul 29, 2017 9:28 pm
- Forum: ESP8266 SDK
- Topic: I2C Communication Fails with DS3231 RTC Module
- Replies: 15
- Views: 7768
Re: I2C Communication Fails with DS3231 RTC Module
Actually, the problem is like this and when using I2c one will meet it quote a bit. - esp8266 does NOT have hardware support for I2c (even though it's suggested) - the "driver" code (software emulation) that comes with the SDK is awfully bad. It's slow, is not adhering to the standard and ...
- Thu Jun 08, 2017 12:31 am
- Forum: ESP8266 SDK
- Topic: espmissingincludes.h How long this will continue?!!
- Replies: 4
- Views: 3785
Re: espmissingincludes.h How long this will continue?!!
Actually I don't think the ESP8266 will get any further attention. I can only hope the SDK for the ESP32 is better, but I do fear...