|
|
|
|
|
by greg
1141 days ago
|
|
Engineer on the team here. Some of the interesting challenges of doing ChatGPT for circuit design were: 1) How to communicate the circuit connections to ChatGPT in the text prompt. We ended up just using the standard netlist format. Apparently it knows about netlists from its training data. It also knows about datasheets. 2) How to get the needed accuracy and precision for questions like "calculate the resistance needed between component A and B". For that, we adopted the popular langchain framework to integrate specific "tools" into the AI for specific recognizable problems. |
|
It then also recommends a LiPo battery with a nominal 3.7V which obviously wouldn't be compatible with its LM7805 recommendation.
It also recommends an ESP8266 which is a 3.3V part so neither of the recommended regulators, nor the battery alone, would be appropriate.
Also, it recommends a 168MHz STM ARM micro - but it already has an ESP8266 with GPIO.
I'm not sure what it's suggesting I build but it doesn't really sound like a working environmental radiation logger ;)
How should I think about this?