- This topic has 19 replies, 5 voices, and was last updated 4 weeks, 1 day ago by
fokekim.
-
AuthorPosts
-
October 8, 2015 at 5:27 pm #2745
pmp4
ParticipantHi.
Can I start by saying how much I love the Crumble.
I bought the Cam Jam kit from PiHut. I wanted to use the temperature probe and possibly measure light and sound levels. Theses would inputs would be triggers. The problem is they only seem to create levels of Hi or Lo.
For example, I wanted to program the Crumble to trigger an output when sound wwas over a certain Decibel level or trigger an output when light or temperature reached a certain level.
Is this possible?
Thanks
October 13, 2015 at 11:55 pm #2753Simon
ModeratorWhat sensors are they?
October 14, 2015 at 2:36 pm #2754n000dle
ParticipantHi,
I’d also be interested in using a temperature probe with the crumble.
On looking into the CamJam sensors kit it says that the temperature sensor is a dallas DS18B20 encased in a waterproof housing, if that helps?I’ll be looking forward to seeing whether this can be achieved as I am building a light setup for my tropical aquarium, and might just expand it to include a thermometer/temperature alert system if it’s possible!
October 15, 2015 at 9:22 am #2755Simon
ModeratorThe DS18B20 needs special code to read its output as it send the temperature in a digital format (known as 1-wire)
Something like https://www.sparkfun.com/products/10988 should work as it produces a analog voltage output but I’ve not tried one myselfOctober 15, 2015 at 9:42 am #2756Simon
ModeratorI’ve just ordered a couple to see if they’ll work with the Crumble 🙂
October 15, 2015 at 7:14 pm #2757October 16, 2015 at 10:23 am #2760Simon
ModeratorMy TMP36 came and I can confirm it can be used with Crumble 🙂
@nooodle What’s a “k-type” probe?
October 16, 2015 at 11:38 am #2763n000dle
Participantsomething like this? I don’t actually know what’s in it… :/
On closer digging I don’t think it will be suitable anyway, as unless I cover the metal with something it could leach into my tank…October 16, 2015 at 3:00 pm #2768Joseph
KeymasterHi all,
Sorry about the slow reply. Currently the Crumble can only sense analogue voltages. As Simon said, the DS18B20 uses a digital signal to communicate. It is on my todo list to support, though. I’ve also got some more sophisticated sensors on “Crumbs” coming soon, here’s the temperature one:
Currently, to meassure the temperature of water, I’d probably use a stainless steel-encased thermocouple (like the one n00dle linked to), with an AD8495 chip (Adafruit do a nice breakout board) to get an analogue voltage.
All the best,
Joseph
November 20, 2015 at 4:43 pm #2977pmp4
ParticipantHiJoseph.
What’s the latest on the sensors?
Thanks
November 24, 2015 at 2:58 pm #3004EricColen
Participant@Jospeh, i also want to know something. What level of analog voltage level it can measure? Also what amount of current it can tolerate?
Also how you made your thermocouple using the stainless steel scale?November 25, 2015 at 1:43 am #3008Joseph
Keymaster@pmp4 Sorry, I’ve not made much progress on the DS18B12 comms yet. Realistically, I’m focussing on getting the linux version out in the next week or two, then I plan to come back to the Crumbs (and possibly the DS18B12).
@EricColen The Crumble will convert a voltage between 0V and the power supply voltage (e.g. 4.5V) to a number from 0 to 255 (i.e. 8-bit).We don’t have immediate plans for a “Crumble” thermocouple, but it should be possible to use 3rd party add-ons. The temperature Crumb pictured above won’t be submersible.
Joseph
January 4, 2016 at 2:29 pm #3156MintTech
ParticipantHi,
I’ve got loads of old Lego RCX equipment in school and I was hoping I could use the touch button sensor as well as the light sensor with the Crumble. I managed to get the touch sensor working breifly but it was a bit hit and miss and now it’s refusing to work with the Crumble. The light sensor hasn’t worked at all. Has anyone used these sensors with the Crumble and got them working?
I read a post somewhere that for the light sensor you had to set the output high to charge the sensors capacitor then take a reading 1ms after. I’ve not had any success. Is it just because the Crumble is 4.5v and the Lego RCX sensors are 9v?
Any help appreciated. I can include pictures of the sensors if that helps.
January 13, 2016 at 10:28 am #3185MintTech
ParticipantI’ve got the lego rcx touch button sensor working now – just connect as if it were a normal switch in the crumble getting started guide and read input as high or low.
After further research the Lego RCX IR light sensor needs to be “charged” – a capacitor stores energy and then the value needs to be read from the input shortly after. Can anyone sugges a way of doing this in the crumble software? Can I set an output as High and then back to an input to read a value into a variable?
Here is some sample code I found online and a description of the timing – https://seriousrobotics.wordpress.com/2011/11/20/using-rcx-lego-sensors-with-arduino/
March 22, 2016 at 2:03 pm #3352pmp4
ParticipantHi Tom
any news on the DS18B12 comms yet?
I am eagerly awaiting the sensors.
-
AuthorPosts
- You must be logged in to reply to this topic.