10/2 Next Steps
Posted by Taylor Bernard on October 2, 2014
- Research high pass/low pass hardware circuits to eliminate unwanted vibration pickup
- Refine software side of vibration detection/threshold to determine running state
- Minimize component size by putting battery switch, piezo amp, and RTC on single board
- Test on bike
- Refine software side of vibration detection/threshold to determine running state
- Minimize component size by putting battery switch, piezo amp, and RTC on single board
- Test on bike
Comments
Justin Bernard on October 2, 2014:
shoot us a pic maybe of current componetns laid out and outline/id parts so can see whats worth it to spend time/money on to make smaller, if we can add or remove inputs such as led's or reset button if come up with ideas for that for testing later on, etc
Taylor Bernard on October 2, 2014:
Justin Bernard on October 2, 2014:
Taylor Bernard on October 2, 2014:
Justin Bernard on October 2, 2014:
Taylor Bernard on October 2, 2014:
Taylor Bernard on October 2, 2014:
Justin Bernard on October 2, 2014:
no way to do away with an entire board for usb? or the expansion board?
mock it up so i can understand what going on
also how did past few hours of testing go? what got done/issues hit/etc
Taylor Bernard on October 2, 2014:
best case scenario would be to take the open source files and put ALL components on one board in a custom layout. but like i said earlier, when you do that you'll have to find someway to bootstrap/firmware upload to the board because the chip will be raw.
another option is to do everything BUT the core chip on a board, and then have the same plug they are using on the custom new board, so everything will be new except the core board from tinyduino, and you just pop that on the back of a custom board. this bascially wont add any size to the board, maybe like 3/16" to the height because it will be piggybacked but thats nothing.
Justin Bernard on October 2, 2014:
Taylor Bernard on October 2, 2014:
note the size ref squares are way off so this isnt to scale. but 1206 is on the verge of being able to be applied by hand, tinyduino stuff is using 0603 and 0402 size. like 1/2 size of 1206 which is hard as is.
what this means is that the layout will need to be changed, every component will have to be swapped to something do-able by hand. which will change the layout of the traces, how stuff fits together, ect
will take a decent amount of time for that euro guy to do that. pretty decent amount of work.
Taylor Bernard on October 2, 2014:
keep in mind people are using this stuff for like clothing, led bounce balls, ect just simple projects, so using this many boards isnt the norm. most people using like 2.
Justin Bernard on October 2, 2014:
what got done in last few hours this afternoon?
Justin Bernard on October 2, 2014:
also what your plan on making up hours for leaving early tomorrow so i can plan, you never said.
Taylor Bernard on October 2, 2014:
Justin Bernard on October 2, 2014:
thx
Taylor Bernard on October 2, 2014:
gonna see if theres any simple FFT methods (software) to do it, if not then maybe just set threshold higher to get something working.
Justin Bernard on October 2, 2014:
did you build the circuit you said you could do out of radio shack parts you had on hand?
Taylor Bernard on October 2, 2014:
Justin Bernard on October 2, 2014:
Taylor Bernard on October 2, 2014:
Justin Bernard on October 2, 2014:
whats next steps being that didnt do the trick
Taylor Bernard on October 3, 2014:
so now we just need to make a array for the sensor to turn on.
im thinking pull data every 100ms or so, if # greater than X is found, start logging array. if after 10 logs, if array mean is bigger than # turn on led and start logging until array is under X.
Justin Bernard on October 3, 2014:
give me the base code you are using and notes on any specifics you want and i can fix if you need me to
Taylor Bernard on October 3, 2014:
Justin Bernard on October 3, 2014:
Taylor Bernard on October 3, 2014:
Taylor Bernard on October 3, 2014:
Justin Bernard on October 3, 2014:
what you been working on?
i may not be able to get to code stat for few hrs
Taylor Bernard on October 3, 2014:
now wiring circuit up from breadboard