I'm trying to get one of these DS18B20 temperature sensors working on my pi. It doesn't seem to be working properly. I followed the adafruit tutorial to the T but under /sys/bus/w1/devices there is only w1 bus master and nothing else.
I've double checked my wires, there is a 4.7k resistor between the 3.3v and data cable. Any ideas?
Update - Fixed: Benjgvps suggested I use 5v instead. Worked like a charm. Thanks to the rest of you for helping.