Search found 3 matches

by mohpor82
Wed Apr 19, 2017 10:02 am
Forum: ESP8266 boards
Topic: Using the tx/rx pins not for UART
Replies: 42
Views: 48441

Re: Using the tx/rx pins not for UART

Hi Marc,
As I have commented on your second PR, there seems to be a problem with the UART rx buffers, it keeps only 15 bytes and readline() or read() keeps waiting for input.

Are you still interested in this project?
by mohpor82
Mon Mar 06, 2017 9:06 am
Forum: ESP8266 boards
Topic: ADS1115 16 bit ADC on ESP8266?
Replies: 26
Views: 27833

Re: ADS1115 16 bit ADC on ESP8266?

[quote="Roberthh"]Hello @mophor82. I used the ads1115 script to make the skeleton of an ads1110 script. I do not know if it works, since I do not own an ads1110, but at least it compiles well. Maybe that is of help for you. If you attach the ADC, check first the connection with i2c.scan(). It's addr...
by mohpor82
Sat Mar 04, 2017 9:39 am
Forum: ESP8266 boards
Topic: ADS1115 16 bit ADC on ESP8266?
Replies: 26
Views: 27833

Re: ADS1115 16 bit ADC on ESP8266?

I have looked around and I haven't found any Micropython driver for ADS1110. Now I've tried to use the ADS1115's as a reference and tried to port it for ADS1110 with no luck (mainly because I don't understand I2C that much).
Do you guys have any idea what's the best approach?