-4

i would like to build a mobile phone pendent for my little sister

it would only make calls and only to one number

i know of one similar device to what i am looking for: the Burg 5

but i would like it so it can only one number and it would not have the clock face just a big button

the problem is i have no idea were to start

i have heard mutterings of an open source project but it isn't very well explained

Anindo Ghosh
  • 50,446
  • 8
  • 105
  • 201
  • 6
    Couple of things: 1. This question, as it stands, is a bit too vague and broad to suit the specific-question and definitive-answer format this site likes. 2. If you hear mutterings of some project, it makes it easier for other members to understand what you are referring to, if you provide links for background. Automated muttering-transmission is weak over the Internet. – Anindo Ghosh Apr 29 '13 at 08:00
  • 2
    It's very difficult to understand you when you don't create sentences (use periods). I have made an attempt to separate out your thoughts. If you agree, edit your question (click the "edit" button under the question) and reform the phrases with periods. – DrFriedParts Apr 29 '13 at 08:05
  • Did you read the article about the Burg 5? "The watch phone features a nine-number speed dial memory and a key lock." So it can be made to dial a number without typing that entire number. Dialing just one number is silly. You want at least two: phone home/parent and 911 (or whatever is the emergency number in your region). – Kaz Apr 29 '13 at 17:55

1 Answers1

2

There are a few companies that make cellular modems that you can program.

Sierra Wireless have modules such as the Q2686, or SL6078 that you can program in C - the dev tools are free and the modules are not too expensive.

Telit also make similar modules that you can program in python.

You would need to design a PCB to connect a battery and SIM card to the module.

Mark B
  • 516
  • 2
  • 8