paulvha / scd30

arduino esp8266 ESP8266 SCD30 SCD-30 ESP32 UNOR4
Other
41 stars 11 forks source link

I2C -ESP8266 crash #3

Closed prisikarm closed 3 years ago

prisikarm commented 4 years ago

Hello, I am trying to use your library on ESP8266, in a bundle with BMP280 ( pressure and temperature) and MCP9808 (temperature) sensors. After uploading the code, the ESP is stuck and starts constantly restarting.

Is it because of the clock stretching, and other sensors cannot work in this mode? If yes, how I can use all three sensors?

Thank you

paulvha commented 4 years ago

I am on a short vacation and can look end of week. One aspect that could be is wjen bmp280 or an other library changes the speed of the i2c from 100k to higher speed ( the bmp280 can handle that)

Outlook voor Android downloadenhttps://aka.ms/ghei36


From: prisikarm notifications@github.com Sent: Monday, September 9, 2019 5:11:32 PM To: paulvha/scd30 scd30@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [paulvha/scd30] I2C -ESP8266 crash (#3)

Hello, I am trying to use your library on ESP8266, in a bundle with BMP280 ( pressure and temperature) and MCP9808 (temperature) sensors. After uploading the code, the ESP is stuck and starts constantly restarting.

Is it because of the clock stretching, and other sensors cannot work in this mode? If yes, how I can use all three sensors?

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpaulvha%2Fscd30%2Fissues%2F3%3Femail_source%3Dnotifications%26email_token%3DAD2GBPANQN5RJ6YWD5RCLVLQIZRSJA5CNFSM4IU4QYOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKGPGYQ&data=02%7C01%7C%7Cc29a19a39b2c477a376a08d73538007c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637036386944626828&sdata=bV9DbsLISK%2FGQ%2ByBS7Jkfm3w334FrfZGkapdgF0%2B5SQ%3D&reserved=0, or mute the threadhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAD2GBPH7YUUHDSFXQ4LVRNTQIZRSJANCNFSM4IU4QYOA&data=02%7C01%7C%7Cc29a19a39b2c477a376a08d73538007c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637036386944636833&sdata=1V3J63HZyHnbYo85%2FAuqnIUKbNSkidEEpHlyKPbKfW0%3D&reserved=0.

paulvha commented 4 years ago

HI

Can you share a link to the drivers you use for the BMP280 and MCP9808 (there are multiple options available and want to look that the ones you use)

Regards, Paul

Verzonden vanuit Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 voor Windows 10


Van: prisikarm notifications@github.com Verzonden: Monday, September 9, 2019 5:11:32 PM Aan: paulvha/scd30 scd30@noreply.github.com CC: Subscribed subscribed@noreply.github.com Onderwerp: [paulvha/scd30] I2C -ESP8266 crash (#3)

Hello, I am trying to use your library on ESP8266, in a bundle with BMP280 ( pressure and temperature) and MCP9808 (temperature) sensors. After uploading the code, the ESP is stuck and starts constantly restarting.

Is it because of the clock stretching, and other sensors cannot work in this mode? If yes, how I can use all three sensors?

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpaulvha%2Fscd30%2Fissues%2F3%3Femail_source%3Dnotifications%26email_token%3DAD2GBPANQN5RJ6YWD5RCLVLQIZRSJA5CNFSM4IU4QYOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKGPGYQ&data=02%7C01%7C%7Cc29a19a39b2c477a376a08d73538007c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637036386944626828&sdata=bV9DbsLISK%2FGQ%2ByBS7Jkfm3w334FrfZGkapdgF0%2B5SQ%3D&reserved=0, or mute the threadhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAD2GBPH7YUUHDSFXQ4LVRNTQIZRSJANCNFSM4IU4QYOA&data=02%7C01%7C%7Cc29a19a39b2c477a376a08d73538007c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637036386944636833&sdata=1V3J63HZyHnbYo85%2FAuqnIUKbNSkidEEpHlyKPbKfW0%3D&reserved=0.

paulvha commented 3 years ago

closing assume it is solved by now