Unable to bring the sensor up with an Goouuu Mini-S1 #8
Unanswered
sorryusernameisalreadytaken
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm afraid I cannot speak to that board personally. This is the first time I have encountered it. You definitely need to ensure that the board profile you set in the configuration matches your board. There are many variants with different configurations! Also, if your board doesn't support the Wire library, you may need to map the pins explicitly in the code. You may have better luck asking about which profile to use for this board on the Platform.io boards, to which there is a larger audience! It might match one that is already defined, or you may need to do a little digging to create and configure a profile specific to your board. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I understand the code now, it always uses the standard I2C pins of the respective board (https://github.com/platformio/platform-espressif8266/tree/master/boards) which you can specify in the platformio.ini. Am I right ?
Unfortunately I can't get my amg8833 to work. At least I guess the ESP8266 website would give me some data at the end instead of "Not found", right ?
I have unfortunately only two ESP8266 with the label "Goouuu Mini-S1" available. Here you can find a few info:
https://www.esp8266learning.com/goouuu-s1-esp8266.php
http://twincati.blogspot.com/2017/02/goouuu-s1-esp8266.html
And here are some github results too:
https://github.com/Bob0505/Goouuu_Mini-S1
https://github.com/smarthomefans/esphome-template/blob/dacd9ea1f13d71cc18e31b60fa3871a46c6e7359/wifi_state_led/wifi_state_led.yaml
Siorinex/ESPHome-samples@df9837f
Siorinex/ESPHome-samples@993373c
The web-ui gives me this:
And the cmd when I upload my bin tells something too about ESP8266EX.
I do not understand why my board seems to be so tricky to get the amg8833 to work.
Beta Was this translation helpful? Give feedback.
All reactions