Re: Controlling a RepRap with ESP8266 and no Arduino September 08, 2016 05:44PM |
Registered: 9 years ago Posts: 91 |
ADC: dt=16, CH0=204014, CH1=136157, R1=323, R2=983
Re: Controlling a RepRap with ESP8266 and no Arduino September 08, 2016 06:21PM |
Registered: 9 years ago Posts: 181 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 03, 2016 09:29AM |
Registered: 10 years ago Posts: 4 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 03, 2016 10:08AM |
Registered: 9 years ago Posts: 181 |
To me this seems not simple but complicated - if you use the diode-version with the output of 595, you can get any number of GPIOs to work as ADC inputs and not to worry about which one is usable For me this seems like a bit more relevant solution, while I would still prefer to use the i2c 12-bit ADC with 8 channelsQuote
lhartmann
While this is incredibly simple there is a catch. The only GPIOs that can be used for this are those with neither pull-ups not pull-downs, for pull-x would interfere with measurements. However, if we allow ourselves to use some P-MOSFETs, like AO3401, then pull-x should be no longer an issue (untested, my P-MOSFETs are on their way).
Re: Controlling a RepRap with ESP8266 and no Arduino October 03, 2016 08:52PM |
Registered: 9 years ago Posts: 91 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 11, 2016 02:55PM |
Registered: 12 years ago Posts: 33 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 15, 2016 05:26PM |
Registered: 12 years ago Posts: 33 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 15, 2016 08:35PM |
Registered: 9 years ago Posts: 91 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 16, 2016 12:34AM |
Registered: 11 years ago Posts: 14,685 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 16, 2016 01:54AM |
Registered: 9 years ago Posts: 91 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 16, 2016 03:52AM |
Registered: 11 years ago Posts: 14,685 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 16, 2016 08:07AM |
Registered: 12 years ago Posts: 33 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 16, 2016 08:24AM |
Registered: 11 years ago Posts: 14,685 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 16, 2016 09:11AM |
Registered: 12 years ago Posts: 33 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 16, 2016 03:22PM |
Registered: 12 years ago Posts: 33 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 27, 2016 10:23AM |
Registered: 8 years ago Posts: 26 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 27, 2016 10:34AM |
Registered: 9 years ago Posts: 1,873 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 28, 2016 06:48AM |
Registered: 8 years ago Posts: 26 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 28, 2016 08:51AM |
Registered: 9 years ago Posts: 50 |
Re: Controlling a RepRap with ESP8266 and no Arduino October 28, 2016 09:18AM |
Registered: 8 years ago Posts: 26 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 02, 2016 12:32AM |
Registered: 9 years ago Posts: 91 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 02, 2016 07:20PM |
Registered: 9 years ago Posts: 978 |
Quote
lhartmann
4 - I2S input pins are muxed with HSPI, so the second is lost. No easy SD cards here... :-(
The 4th pproblem is a little harder...
Re: Controlling a RepRap with ESP8266 and no Arduino November 02, 2016 08:37PM |
Registered: 9 years ago Posts: 91 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 03, 2016 01:36AM |
Registered: 9 years ago Posts: 181 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 03, 2016 04:00AM |
Registered: 8 years ago Posts: 26 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 03, 2016 04:35AM |
Registered: 9 years ago Posts: 181 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 03, 2016 06:02AM |
Registered: 8 years ago Posts: 26 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 04, 2016 11:42AM |
Registered: 8 years ago Posts: 26 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 17, 2016 10:42AM |
Registered: 8 years ago Posts: 26 |
Re: Controlling a RepRap with ESP8266 and no Arduino November 18, 2016 12:31AM |
Registered: 9 years ago Posts: 181 |