Jump to content

Recommended Posts

hey
I'm trying to get a temperature from the coil without applying a constant Power setting or setting the temperature. 

We noticed in researcher mode we can use the "Atomizer Analyzer" to get the raw ohms of the coil. 
we were checking the terminal commands in the following link to see of there was anything that would get us the raw ohms

What we tried
Please note that we have tried setting the power to 1 Watt and then reading the temperature. The problem is 1 ohm sets the temperature to be 150 C on the coil which is not the objective of the experiment

What we want to do
We want to read the temperature of the environment through the coil. So the current solution we are trying to implement at the moment is read the raw ohms and then use the basic Temperature Coefficient of Resistance.(Here) to get the temperature
 

What we need or asking for

We want a serial command that will get the raw ohms the same way that "Atomizer Analyzer" does. (Atomizer analyzer is in the researcher user interface)

Link to comment
Share on other sites

T=GET

Be aware the device has to put some power through the coil to be able to read the resistance and this may prevent you getting a true reading of ambient temp, there is a temp sensor on the board that may be helpful, sorry I don't know the command to read that.

If you go to the install folder EG: C:\Users\<yourname>\AppData\Roaming\Evolv\EScribe there is a Escribe,pdf document with details of how to use the python scripting, I did a battery testing script here using it https://evolvapor.forumchitchat.com/post/escribe-custom-battery-test-python-script-8344246

  • Like 1
Link to comment
Share on other sites

On 11/26/2017 at 1:51 PM, VapingBad said:

T=GET

Be aware the device has to put some power through the coil to be able to read the resistance and this may prevent you getting a true reading of ambient temp, there is a temp sensor on the board that may be helpful, sorry I don't know the command to read that.

If you go to the install folder EG: C:\Users\<yourname>\AppData\Roaming\Evolv\EScribe there is a Escribe,pdf document with details of how to use the python scripting, I did a battery testing script here using it https://evolvapor.forumchitchat.com/post/escribe-custom-battery-test-python-script-8344246

Hey VapingBad,

I tried running T=GET but it only returns a temperature during a puff.

Now the puff is limited by the power conditions and the temperature conditions. So the coil will immediately try to go to set point.

So I set the power to 1 W the coil would go to that setting but that would directly affect the temperature of the coil to be 150 C in my case

Now i was actually able to solve it by using the R=GET RAW command

there wasn't a full list documentation on the serial commands. So I had to use USB port sniffer. I personally used USBlyzer while escribe was running and i ran the atomizer. I got the command by seeing the raw data and got the command

From that I can get the temperature of the system

Edited by Lord Farquad
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...