Message boards : Number crunching : How do I know if my computer has a sensor?
Author | Message |
---|---|
As the title says. | |
ID: 256 | Rating: 0 | rate: / Reply Quote | |
As the title says. Front page says: The project uses dedicated hardware sensor; without it the app does nothing and no credits are granted. Do you have a device that looks like this ? This must be purchased from the project. See Pre-Ordering threads. Then it must be plugged into a USB port. -- Note to admin Front page needs a little more clarity. It says you need a hardware sensor [that participant has to buy] but then it says in next paragraph that participating will be free of charge. [standard boinc quote]. Maybe there should be a link to a thread, how to obtain sensor. | |
ID: 258 | Rating: 0 | rate: / Reply Quote | |
Let me ask a question here. | |
ID: 259 | Rating: 0 | rate: / Reply Quote | |
Let me ask a question here. My understanding is it is USB powered. See this thread http://radioactiveathome.org/boinc/forum_thread.php?id=18 and first post and photo, I see no 12V attached, only USB cable and the detector wires. | |
ID: 260 | Rating: 0 | rate: / Reply Quote | |
Correct. | |
ID: 261 | Rating: 0 | rate: / Reply Quote | |
Let me ask a question here. You could probably do that but you still have to have the USB cable attached because the onboard microprocessor dumps it's data to the PC through the USB cable. May as well just power it via USB and use only 1 cable instead of 2. | |
ID: 262 | Rating: 0 | rate: / Reply Quote | |
Let me ask a question here. Unless for some reason your usb port is non-powered or already the ports the usb port set are at max load. By the way, i made special cables, 4 pin to dc power jack. i power my usb dvds and hubs off the computer power supply unused disk drive connectors and threw all those wall power packs and power strips in a drawer. So yes it can be done. | |
ID: 263 | Rating: 0 | rate: / Reply Quote | |
Also, we would like to insert battery in next model to use detector with tablets and mobiles with Android on board. | |
ID: 264 | Rating: 0 | rate: / Reply Quote | |
If you're going to add batteries then how about some RAM too? The Attiny4313 has only 128B SRAM which is not enough to cache much data. With a battery and some additional RAM the sensor could operate even when disconnected from phone/tablet/laptop or when the PC is powered off. You could have a jumper/switch that would switch between frequent sample mode and infrequent sample mode to conserve RAM. In infrequent sample mode the processor would switch to low power mode and the LCD would be powered off to conserve battery. | |
ID: 268 | Rating: 0 | rate: / Reply Quote | |
Attiny4313 have 256 bytes SRAM but of course it still not enough. | |
ID: 269 | Rating: 0 | rate: / Reply Quote | |
Here it says 128B SRAM. | |
ID: 271 | Rating: 0 | rate: / Reply Quote | |
Here it says 128B SRAM. Datasheet says that I have 256 :) (Datasheet is for both 2313 and 4313 but see page 5). Anyway, we still discuss what is the best option for next model: 1. GPS (but still we can use tablet/mobile build in GPS). 2. Battery/Accu. 3. Memory 4. Bluetooth 5. Any combination of previous? What is the best option? We don't know yet, also cost of detector is important also and can block us... We are not reach persons and every option needs to create minimum 4-5 of prototypes... Currently easiest (and cheapest) option is to create proto with battery connection and use internal GPS for tracking - this option also allow to send results in real-time using mobile/tablet internal connection (also I can consider use SMS service for this). I have no idea (yet) how to program BT stock, but I'm sure if we try to use this feature we can find it ;)[/url] ____________ Regards, Krzysztof 'krzyszp' Piszczek Android Radioactive@Home Map Android Radioactive@Home Map - donated My Workplace | |
ID: 272 | Rating: 0 | rate: / Reply Quote | |
How about have the user just plug in a USB thumb drive, those are fairly cheap and relatively low power. | |
ID: 273 | Rating: 0 | rate: / Reply Quote | |
Cheap and low power yes but then they would need to include code for mounting a drive and for filesystem I/O. The ATTiny 4313 microprocessor has only 4 KB for program code. If they used a USB drive they would be obligated to include a Bluetooth port too to dump the data on the USB stick or include a second USB port or provide a program to run on the laptop/phone that would download the data from the USB stick (if the device has a USB connector that size, it may not) and feed it to their BOINC app. That all adds to the code space required. And you have to conserve interrupt lines too. | |
ID: 274 | Rating: 0 | rate: / Reply Quote | |
Message boards :
Number crunching :
How do I know if my computer has a sensor?