Go to advanced search

by helpme
Tue Jul 30, 2013 2:07 am
Forum: Other projects
Topic: Calibration of temperature sensor
Replies: 1
Views: 830

Calibration of temperature sensor

I have a temperature sensor with accuracy that can vary +/- 1deg celsius. I would like to do some form of calibration. To do this, I need a surface with a stable temperature reference. Has someone done something similar in the past? The problem I have now is how to get a surface with a stable temper...
by helpme
Sun Jul 14, 2013 7:48 am
Forum: Bare metal, Assembly language
Topic: Recommended compiler/IDE for bare metal programming
Replies: 9
Views: 3346

Re: Recommended compiler/IDE for bare metal programming

joan wrote:You can store the boot files wherever you want. The Pi only boots from the SD card slot pins though so you'll need to emulate a SD card if they are not held on a SD card.
But is the filesystem to store the boot files restricted to vfat? Is this the reason why boot partition must be vfat?
by helpme
Sun Jul 14, 2013 7:40 am
Forum: Bare metal, Assembly language
Topic: Recommended compiler/IDE for bare metal programming
Replies: 9
Views: 3346

Re: Recommended compiler/IDE for bare metal programming

Hi rpdom,

Once again, I thank you for answering my question.

If the Broadcom MCU is hard-coded to read certain boot files from SDcard upon boot-up, does it mean that the boot files must be stored on SDcard? No other storage medium is possible?

Thank you.
by helpme
Sun Jul 14, 2013 7:08 am
Forum: General discussion
Topic: Running on write-protected SDcard
Replies: 5
Views: 1841

Re: Running on write-protected SDcard

Hi rpdom,

Thank you. You have been most helpful. :P
by helpme
Sun Jul 14, 2013 7:01 am
Forum: Bare metal, Assembly language
Topic: Recommended compiler/IDE for bare metal programming
Replies: 9
Views: 3346

Recommended compiler/IDE for bare metal programming

For bare metal programming (writing directly into registers), which is the recommended compiler/IDE for RPi? Still puzzled without an OS in the first place, how can a bare metal program be read on the SDCard by RPi? My experience on other MCUs (Arduino) is that for bare metal software, they are usua...
by helpme
Sun Jul 14, 2013 6:42 am
Forum: Raspberry Pi OS
Topic: Are apps developed on Raspbian subjected to GPL?
Replies: 4
Views: 901

Are apps developed on Raspbian subjected to GPL?

I understand Raspbian is GPL. But what about the python scripts developed on Raspbian on RPi? Are the scripts also subjected to GPL?

Thank you.
by helpme
Sun Jul 14, 2013 6:23 am
Forum: General discussion
Topic: Running on write-protected SDcard
Replies: 5
Views: 1841

Re: Running on write-protected SDcard

The easiest thing to do, which is quite common, is to move the main Linux (root) partition off the SD card and onto a USB stick or USB disk drive. You just need to leave the boot partition on the card and that hardly ever gets written to, and make a simple change to /boot/cmdline.txt. Running with ...
by helpme
Sun Jul 14, 2013 6:21 am
Forum: General discussion
Topic: Why does RPi need to pass FCC and CE?
Replies: 20
Views: 5908

Re: Why does RPi need to pass FCC and CE?

I beleive copyright / licensing (GPL) is the main hurdle if the RPi is to be integrated into another product for commercial purposes. I believe this should not be a problem if one is writing python application scripts on RPi. GPL applies for the operating system but not on the apps written on the OS.
by helpme
Sun Jul 14, 2013 6:03 am
Forum: General discussion
Topic: Why does RPi need to pass FCC and CE?
Replies: 20
Views: 5908

Why does RPi need to pass FCC and CE?

I am very pleased with Raspberry Pi. I am even more pleasantly surprised that RPi has passed FCC and CE certifications. Is it necessary to have a development board to pass FCC/CE? Since it has already passed FCC/CE, can someone integrate this board inside a product for sale? Any restrictions? Thank ...
by helpme
Sun Jul 14, 2013 3:18 am
Forum: General discussion
Topic: BCM2835 datasheet
Replies: 1
Views: 650

BCM2835 datasheet

I am able to find the BCM2835 peripherals datasheet but not able to find the datasheet of the MCU itself. By the way, I am quite surprised by RPi's choice of MCU. Not because it is bad but because RPi is open-source and Broadcom is stuck-up to customers who are not big, speaking from personal experi...
by helpme
Sun Jul 14, 2013 1:19 am
Forum: General discussion
Topic: Running on write-protected SDcard
Replies: 5
Views: 1841

Running on write-protected SDcard

Is it possible to run RPi on write-protected SDCard? The reason is that write-protected SDcard will prevent filesystem corruption which is an irritating problem. For writing files, a portable storage device can be attached to the USB port.

Do you think the above idea is workable?
by helpme
Sat Jul 13, 2013 1:25 pm
Forum: Python
Topic: Python libraries for hardware ports like i2c, spi
Replies: 2
Views: 1410

Python libraries for hardware ports like i2c, spi

Are there python libraries for controlling hardware ports like i2c and spi on the Raspberry Pi? Besides i2c/spi masters, is it possible that there are libraries that allow us to use Raspberry Pi as i2c/spi slaves?
by helpme
Sat Jul 13, 2013 1:17 pm
Forum: General discussion
Topic: Why smartphones' filesystem do not corrupt like RPi?
Replies: 17
Views: 3892

Re: Why smartphones' filesystem do not corrupt like RPi?

I have to reboot my Samsung Galaxy S phone all the time by yanking the battery. It lock up so hard it will not respond to the power switch. This is an odd phenomena that depends on where I am. Normally no problem but at remote locations the 3G connection is very poor and the thing crashes many time...
by helpme
Sat Jul 13, 2013 8:47 am
Forum: General discussion
Topic: Why smartphones' filesystem do not corrupt like RPi?
Replies: 17
Views: 3892

Re: Why smartphones' filesystem do not corrupt like RPi?

Their file system isn't stored on an SD Card, are slimmed down, as well as locked down it gets more complicated than that but those are some of the basics. The Pi is operating much more like a PC than a smart phone. Even if they are not stored on SDcard, they are still stored on some form of non-vo...
by helpme
Sat Jul 13, 2013 8:43 am
Forum: General discussion
Topic: Why smartphones' filesystem do not corrupt like RPi?
Replies: 17
Views: 3892

Re: Why smartphones' filesystem do not corrupt like RPi?

Smartphones are shut down. I would like to see somebody who always takes out the battery to turn his device off , without using the power button at all. ghans Me too. Perhaps if someone simply removes the battery abruptly, filesystem corruption might happen on Android phones too. Perhaps it is beca...
by helpme
Sat Jul 13, 2013 4:08 am
Forum: General discussion
Topic: Why smartphones' filesystem do not corrupt like RPi?
Replies: 17
Views: 3892

Why smartphones' filesystem do not corrupt like RPi?

When power is abruptly removed from Raspberry Pi, the filesystem on the SDcard of Raspberry Pi is corrupted. Why doesn't the same thing happens to Android smartphones? After all, they are all based on the Linux kernel and using the same filesystems.
by helpme
Sun Jul 07, 2013 12:59 am
Forum: Networking and servers
Topic: Is it possible to hard-core MAC address during boot-up?
Replies: 1
Views: 782

Is it possible to hard-core MAC address during boot-up?

Can the ethernet MAC address of RPi be changed via software during boot-up?

Thank you for helping.
by helpme
Sun Jul 07, 2013 12:50 am
Forum: Networking and servers
Topic: Use static IP addr but get DNS addr from DHCP server
Replies: 3
Views: 1216

Use static IP addr but get DNS addr from DHCP server

Is it possible to configure RPi to use static IP address but still get the DNS address from DHCP server? If yes, then it will be easier to ssh and still get internet access with different internet service providers.
by helpme
Mon Jul 01, 2013 2:48 am
Forum: Advanced users
Topic: Using backup battery supply to prevent filesystem corruptio
Replies: 2
Views: 1090

Using backup battery supply to prevent filesystem corruptio

I am searching for a solution to prevent filesystem corruption when power is removed abruptly from Raspberry Pi. I am thinking of a backup battery supply which is rechargeable. As long as power is plugged in, the batteries are being recharged and also powering the Raspberry. Then, if power is abrupt...
by helpme
Thu May 16, 2013 1:43 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Controlling RaspBerryPi hardware ports directly like MCU
Replies: 11
Views: 4062

Re: Controlling RaspBerryPi hardware ports directly like MCU

> GPIO only is quite limited to talk to the outside world. Limited? With P1 an P5 headers on Rev 2 models you have 21 GPIOs to talk to the outside world. You can use them pretty much any way you want, as inputs outputs or as peripherals. Check BCM2835 datasheet http://www.raspberrypi.org/wp-content...
by helpme
Thu May 16, 2013 1:05 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Controlling RaspBerryPi hardware ports directly like MCU
Replies: 11
Views: 4062

Re: Controlling RaspBerryPi hardware ports directly like MCU

ukscone wrote: WiringPi does have support for SPI & I2C. look at wiringPiSPI.h & wiringPiI2C.h
https://git.drogon.net/?p=wiringPi;a=tr ... 40;hb=HEAD
Is an external IC chip required to support SPI and I2C?
by helpme
Thu May 16, 2013 5:21 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Controlling RaspBerryPi hardware ports directly like MCU
Replies: 11
Views: 4062

Re: Controlling RaspBerryPi hardware ports directly like MCU

Hi, You just need right tools, for programming try either: bcm2835 http://www.airspayce.com/mikem/bcm2835/ or WiringPi http://wiringpi.com/ libraries for access to GPIO with SPI, I2C, UART etc. The only missing basic peripheral on Raspberry Pi is the ADC. Thanks! WiringPi looks good. Unfortunately,...
by helpme
Thu May 16, 2013 2:30 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Controlling RaspBerryPi hardware ports directly like MCU
Replies: 11
Views: 4062

Controlling RaspBerryPi hardware ports directly like MCU

Hi experts, I am a complete newbie to Raspberrypi but I do have some experience working with MCUs. It is very easy to write firmware to control hardware ports on MCUs. However, I don't get the same feeling with Raspberrypi. Is this the reason why there are many Youtube videos that show people hookin...
by helpme
Thu May 16, 2013 2:26 am
Forum: Media centres
Topic: Can xbmc on raspberrypi support equalizer function?
Replies: 1
Views: 2614

Can xbmc on raspberrypi support equalizer function?

Dear RaspberryPi experts,

May I ask if xbmc on raspberrypi supports the audio equalizer function? I tried searching for such a function but could not find it. If not, do you think it is possible to implement such a feature?

Go to advanced search