-
Notifications
You must be signed in to change notification settings - Fork 13.3k
i2c-slave support #3237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i2c-slave support #3237
Conversation
Renaming, adding static keyword
Renaming, adding static keyword
I2c slave
Any news here? |
Hey bjoham , I have downloaded your esp8266_Arduino repository for slave support but when I compile it the Arduino IDE shows me this error
I'm using an esp8266 board and my Arduino ide is 1.8.5 |
What module are you using? It seems to be too little memory.
My module is a Huzzah from Adafruit.
/B
haarislabs <[email protected]> skrev: (16 mars 2018 12:14:13 CET)
…Hey bjoham ,
I have downloaded your esp8266_Arduino repository for slave support but
when I compile it the Arduino IDE shows me this error
```
C:\Users\HAARIS~1\AppData\Local\Temp\arduino_build_675126/slave_sender.ino.elf
section `.text' will not fit in region `iram1_0_seg'
collect2.exe: error: ld returned 1 exit status
Error compiling for board Generic ESP8266 Module.
```
Thanks
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#3237 (comment)
--
Skickat från min Android-enhet med K-9 Mail. Ursäkta min fåordighet.
|
I have Esp8266 12e from Ai-thinker Team http://www.kloppenborg.net/images/blog/esp8266/esp8266-esp12e-specs.pdf How much memory is required ?? |
Hey bjoham,
Thanks for the reply |
Hmm, something gets too large for the ram memory, it seems.
In two weeks I might have some time for this. Meanwhile, you could try
to uncomment sections of the code to see what parts make it fail.
If I am not mistaken, the attributes of the interrupt routines may
affect memory usage. I have some vague memory of having problems unless
I marked the routines in a particular way.
Sorry for not being more helpful at the moment.
/B
…On 2018-03-16 14:16, haarislabs wrote:
Hey bjoham,
I selected the Adafruit Huzzah 8266 board to see if it compiles
without any error or not but it gives me the following error
C:\...\Temp\arduino_build_675126/slave_sender.ino.elf section `.text'
will not fit in region `iram1_0_seg'
collect2.exe: error: ld returned 1 exit status
Using library Wire at version 1.0 in folder:
..\esp8266\hardware\esp8266\2.4.1\libraries\Wire
exit status 1
Error compiling for board Adafruit HUZZAH ESP8266.
Thanks for the reply
--
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub [1], or mute the
thread [2].
*
Links:
------
[1] #3237 (comment)
[2]
https://github.com/notifications/unsubscribe-auth/AYQ7xCBDyu8OVUrTmhAsTNmhTiOUhOi3ks5te7tCgaJpZM4NaAtg
|
I also get this error. |
Hi Bjorn, |
Closing in favor of #5226 . |
Got a request to "push" this into the master branch. Perhaps I am doing that now...
The slave support has been working for over three months for my setup with an ESP8266 HUZZAH module connected through an NPN-transistor level shifter to my heat pump. Others have not been that lucky, it seems...