Search found 2 matches
- 15 May 2017, 10:19
- Forum: ESP Easy: Hardware
- Topic: Multiple Devices on same I2C Address
- Replies: 2
- Views: 4111
Multiple Devices on same I2C Address
Hi, I have INA219, BHP1750 and a SI7021 which listen to the same address: 0x40. Is there a way to read out all of them? Currently only INA219 is managed correctly. I could set BHP1750 and INA219 via address line to a different address but I doubt the modules will handle this correctly. Or am I wrong...
- 21 Jun 2016, 00:30
- Forum: ESP Easy: General Discussion
- Topic: Generic HTTP not working with hosted webservices?
- Replies: 2
- Views: 4915
Generic HTTP not working with hosted webservices?
I was debugging my problem for quite a few hours and it seems that the current code base is not able to send data to a hosted website (multi hosting environment). I think this is because of this snippet: String url = "/"; url += Settings.MQTTpublish; url.replace("%sysname%", URLE...