Hi guys,
I'm not sure where this belongs, but i know this is relevent to everybody in here..
basicaly, i have trowled the internet and my uni skillz and have developed a microgram balance (accurate to +- 0.2mg) using an old galoveter and an optoelectronic transistor and an atmel CPU. you could use a PIC of other microcontroler if you like.
Are there any other micro programmers out there that are willing to put in a few hours to program a command line interface to it? or some build files and/or computer front end via a serial port for using the scales?
the algroithum i've customised is based on a standard PID algoritum with a custom low freqency noise filter and gain feedback for the varying weight conditions. it can weigh from tare weight to maximum electricaly calibrated weight with about 550 stable points.. Depends on the Hz of the PWM output and the PWM accuracy. The atmel i'm using is 16bit accurate at 16Mhz clkHz with a PWM output at 488.1Hz.
it will stabise any weight within its calibrated zone in about 3-4 seconds.
anyhow, i think this would be useful for the safe consumption of psychdelics as the doseage is very important.
the idea was based on the following link:
http://www.erowid.org/archive/rhodium/chemistry/equipment/scale2.html
however the code supplies in that article is for a very specific compiler and building exactly that is near impossible..
PID and low frequency noise filter written in C code.
For this to be usable to other, one would require some kind of timer base schedule (re-calculation) and a streamed data output and command line value/options interface.
Are any programmers here willing to put in a little time doing this?
Are any electrical engineers willing to refine this circuit so that it operates more stabliy?
Would anyone be willing to actualy use the output of this project to enhance their safe measurment of whatever it is that they are doing?
Where does this thread belong?
I'm not sure where this belongs, but i know this is relevent to everybody in here..
basicaly, i have trowled the internet and my uni skillz and have developed a microgram balance (accurate to +- 0.2mg) using an old galoveter and an optoelectronic transistor and an atmel CPU. you could use a PIC of other microcontroler if you like.
Are there any other micro programmers out there that are willing to put in a few hours to program a command line interface to it? or some build files and/or computer front end via a serial port for using the scales?
the algroithum i've customised is based on a standard PID algoritum with a custom low freqency noise filter and gain feedback for the varying weight conditions. it can weigh from tare weight to maximum electricaly calibrated weight with about 550 stable points.. Depends on the Hz of the PWM output and the PWM accuracy. The atmel i'm using is 16bit accurate at 16Mhz clkHz with a PWM output at 488.1Hz.
it will stabise any weight within its calibrated zone in about 3-4 seconds.
anyhow, i think this would be useful for the safe consumption of psychdelics as the doseage is very important.
the idea was based on the following link:
http://www.erowid.org/archive/rhodium/chemistry/equipment/scale2.html
however the code supplies in that article is for a very specific compiler and building exactly that is near impossible..
PID and low frequency noise filter written in C code.
For this to be usable to other, one would require some kind of timer base schedule (re-calculation) and a streamed data output and command line value/options interface.
Are any programmers here willing to put in a little time doing this?
Are any electrical engineers willing to refine this circuit so that it operates more stabliy?
Would anyone be willing to actualy use the output of this project to enhance their safe measurment of whatever it is that they are doing?
Where does this thread belong?
