A Free "Wheezy" based Raspberry Pi distribution maintained by a commercial electronics company.
1
vote
1answer
185 views
Connecting the HMC6352 compass module to a Raspi using I2C
I am trying to connect a HMC6352 compass module to my Raspberry Pi.
According to the datasheet I need to send an "A" for a read command. However, I am somewhat new to I2C and do not know how to ...
2
votes
2answers
450 views
Is it possible to upgrade occidentalis with latest wheezy upgrades
Is it possible to upgrade occidentalis 0.2 with the latest wheezy upgrades to improve the distro performance with sudo apt-get update && sudo apt-get upgrade. Or can't I get the improvments if ...
1
vote
0answers
493 views
What are the Modprobe commands for the w1 module in Occidentalis
As the title says!
I know two of them:
modprobe w1-gpio -> start the module?
modprobe w1-therm -> Attache temperature submodule!
Are there more? How do I remove them?
Kind Regards
3
votes
2answers
3k views
How do I install MySQL?
I cannot find any guides on how to install MySQL on a Raspberry Pi running Occidentalis 0.2; Occidentalis is a Raspbian derivative.
I cannot use apt-get to install it even after running apt-get ...
14
votes
2answers
5k views
Why won't my Raspberry Pi overclock?
I edited the file /boot/config.txt to increase the CPU speed to 800MHz.
dmesg includes the following line
bcm2835-cpufreq: Freq 800000->700000 (min=700000 max=800000 target=700000 request=700000)
...