hobbyquaker Posted December 23, 2016 Report Posted December 23, 2016 Great! R=GET LIVE is working! :-)
hobbyquaker Posted December 23, 2016 Report Posted December 23, 2016 My brains internal autocorrection corrected that subconsciously while reading ;-)
Wayneo Posted December 23, 2016 Report Posted December 23, 2016 @hobbyquaker I'll probably just make my start page github. From 0.0.6 to 0.2.0 overnight, and now 0.4. By the New Year you could be up to v1.0What's really interesting (SS316L, .379, 420F) is that the board, based on the linear temp ramp up, has already started throttling back the power at ~.25 seconds, sees the temp ramp drop so it blips the power back up to hit the temp, then a more gradual drop in power.Excellent work you're doing there. Are you actually sending your commands serially and waiting for the response as suggested. I can't see escribe doing it in that manner.
hobbyquaker Posted December 24, 2016 Report Posted December 24, 2016 hehe, yes. i plan to get the todo done this year, should be possible I'm querying only one command at a time, waiting for the response and then sending the next command. It also only queries the datapoints that are visible in the chart, so the more curves you select the lower will be the querying frequence of a specific datapoint. I realized that there are sometimes some drops (no awnser to a GET command), still experimenting with different pause times between queries. Right now I have 5ms of wait after a series of queries (P,T,,... without pause, then 5ms wait, then again P,T,,...) - that seems to reduce the drops. I also realized that there are some commands (especially the E=GET xyz) that need a longer pause of ~50ms to reliably get awnsers in the next query.
hobbyquaker Posted December 24, 2016 Report Posted December 24, 2016 I started to document the serial commands here: https://github.com/hobbyquaker/dna-commands
James Posted December 27, 2016 Report Posted December 27, 2016 You shouldn't need any special delay to get a response from the DNA. (Device Monitor does not have any delays.) That may be a parser or HID issue.
alvarotorijano Posted December 14, 2017 Report Posted December 14, 2017 En 16/7/2015 at 6:18 , James dijo: Here are the main control commands. Enjoy Fire: F=#S Set Power Setting: P=#W Set Temperature Setting: T=#C or T=#F or T=? Set Profile: M=# (1 to 8) Get Power: P=GET Get Power Setting: P=GET SP Get Temperature: T=GET Get Temperature Setting: T=GET SP Get Voltage: V=GET Get Current: I=GET Get Profile: M=GET Get Battery: B=GET Get Battery Cell: B=GET CELL # (1 to 3) The Device Monitor works by issuing serial commands, so really anything it can do can be commanded. Please could you send the full list of commands? I think my dna has a firmware error because it doesnt whows the chaging screen. What caan I do?
giz_60 Posted December 14, 2017 Report Posted December 14, 2017 (edited) https://forum.evolvapor.com/topic/68713-plain-text-serial-commands/ There are 2 charging screens...one for Power Mode & one for Temp Control...make sure what mode you are in and that you are seeing the correct screen... Edited December 14, 2017 by giz_60 Edit
alvarotorijano Posted December 14, 2017 Report Posted December 14, 2017 Hace 3 horas, giz_60 dijo: https://forum.evolvapor.com/topic/68713-plain-text-serial-commands/ There are 2 charging screens...one for Power Mode & one for Temp Control...make sure what mode you are in and that you are seeing the correct screen... Thanks a lot for the help. I'm a trying to cahnge both of them, but no changes succed. The only way is to change the operating screens, because those are what shows the screen in stead of the charge ones.
giz_60 Posted December 14, 2017 Report Posted December 14, 2017 Are you Uploading Settings To Device after making changes to the charging screens?
alvarotorijano Posted December 15, 2017 Report Posted December 15, 2017 (edited) Yes I change one parameter, then I upload. No result. If change it on the running screen works well... What to do? Im driving crazy Edited December 15, 2017 by alvarotorijano
James Posted January 11, 2018 Report Posted January 11, 2018 @alvarotorijano, what device? Does it offer you a new firmware?
alvarotorijano Posted January 29, 2018 Report Posted January 29, 2018 En 15/12/2017 at 3:58 , alvarotorijano dijo: Yes I change one parameter, then I upload. No result. If change it on the running screen works well... What to do? Im driving crazy En 11/1/2018 at 20:00 , James dijo: @alvarotorijano, what device? Does it offer you a new firmware? Suddenly, after a few time it started working. I supose sometimes changes aren't loaded until the device restarts. Solved. Thanks guys, and thanks to the evolve staff who write me
Uncopyrighted Posted March 29, 2018 Report Posted March 29, 2018 Thanks for all the info! I've got this working great on Android, but I can't seem to find the puff count anywhere. It seems like it would be under "E=GET SOMETHING" somewhere but I'm not coming up with anything.
Uncopyrighted Posted March 29, 2018 Report Posted March 29, 2018 28 minutes ago, Uncopyrighted said: Thanks for all the info! I've got this working great on Android, but I can't seem to find the puff count anywhere. It seems like it would be under "E=GET SOMETHING" somewhere but I'm not coming up with anything. Nevermind... I found the full list here: https://github.com/hobbyquaker/dna-commands/blob/master/README.md
AllenH Posted March 29, 2018 Report Posted March 29, 2018 Are you running a serial over BLE type setup? Would love to know more! Hopefully it works out well for you!
Uncopyrighted Posted March 29, 2018 Report Posted March 29, 2018 1 hour ago, AllenH said: Are you running a serial over BLE type setup? Would love to know more! Hopefully it works out well for you! No BLE yet, that's a little down the road. For now I am just using an OTG cable and a Serial-USB terminal with CDC driver. Next up, I want to buy or make a USB micro BT dongle for my mod and try with a Serial BT terminal. If that goes well then I'll hard wire a BT chip to the DNA and write an app.
AllenH Posted March 29, 2018 Report Posted March 29, 2018 Fantastic! That’s exactly what I thought was possible when I saw the capabilities through command line function. Would love to hear about your progress either here or on a blog post etc! Good luck and god speed!!
Frogmod Posted August 21, 2018 Report Posted August 21, 2018 What’s the baud rate of the USB of the DNA chip so that way my touchscreen is sending/receiving at the same speed?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now