The Godfather talking
You think I am funny guy huh?
Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 28, 2024, 11:58:29 23:58


Login with username, password and session length


Pages: [1]
Print
Author Topic: You must see these PIC projects  (Read 8337 times)
0 Members and 1 Guest are viewing this topic.
alpaslan
Junior Member
**
Offline Offline

Posts: 62

Thank You
-Given: 6
-Receive: 48


« on: December 01, 2007, 10:45:50 22:45 »

You must see these PIC projects

http://www.techdesign.be/projects.htm
Logged
forter
Active Member
***
Offline Offline

Posts: 136

Thank You
-Given: 985
-Receive: 26


« Reply #1 on: December 11, 2007, 06:52:16 06:52 »

I try to repeat one of thise project - IR remote control.
But it works not so good, not stable and constuction is not the best.
LCD placed so, that it is very simple to broken it and I did it...
But the common technical solution is very simple and original.
Logged
zokij
Senior Member
****
Offline Offline

Posts: 346

Thank You
-Given: 269
-Receive: 679


Nice time :)


« Reply #2 on: December 12, 2007, 06:38:43 18:38 »

 Roll Eyes Yes project are great ... if you have interest in project like this you can also visit:  Wink
 Roll Eyes http://www.picguide.org/   Shocked
Logged
Wizpic
Global Moderator
Hero Member
*****
Offline Offline

Posts: 1195

Thank You
-Given: 539
-Receive: 408



« Reply #3 on: December 12, 2007, 08:07:08 20:07 »

I like the idea about the wireless multimeter

Has any body got the source code and PCB ?

Roll Eyes Yes project are great ... if you have interest in project like this you can also visit:  Wink
 Roll Eyes http://www.picguide.org/   Shocked

good site but you ahve to buy everything so not good really

wizpic
Logged

When you think, "I can't do anymore. I need a break," that is the time to challenge yourself to keep going another five minutes. Those who persevere for even an extra five minutes will win in life..
zokij
Senior Member
****
Offline Offline

Posts: 346

Thank You
-Given: 269
-Receive: 679


Nice time :)


« Reply #4 on: December 13, 2007, 04:05:17 04:05 »

I like the idea about the wireless multimeter

Has any body got the source code and PCB ?
wizpic

Yes idea is ok but maybe will be easy and cheap solution to buy something like:
Targus ACW20US Wireless Detector its about 20 euro...

The Targus WiFi Scanner makes it easy to find and connect to hot spots on the road. Lightweight and portable the ACW20US can conveniently be carried on a keychain or attached to your notebook case for easy access. Simple to operate, just push one button to activate, it will detect WiFi (802.11b/g) access points, identify the signal strength and display it on easy to read LCD. With the ability to identify each access point efficiently, you can see what is available before you turn on your notebook computer.

or

buy some sheap wifi AP Client like TP-Link (about 30 euro) and connect to PIC with LCD and LAN...
Logged
kev
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 12
-Receive: 0


« Reply #5 on: December 23, 2007, 11:50:51 11:50 »

I'll come back when I am allowed to see the links
Logged
9thwonder
Newbie
*
Offline Offline

Posts: 26

Thank You
-Given: 5
-Receive: 11


« Reply #6 on: December 27, 2007, 03:57:02 15:57 »

thank you  i can see this project site it is very nice particularly the weather station
Logged
hsynergn
Guest
« Reply #7 on: December 31, 2007, 09:25:28 09:25 »

You must see these PIC projects

http://www.techdesign.be/projects.htm
Logged
hadichandra
Guest
« Reply #8 on: March 24, 2008, 01:55:37 01:55 »

know any project using sms controlling d PIC?? but using d MicroBasic  Smiley thx
Logged
wimpoh
Inactive

Offline Offline

Posts: 5

Thank You
-Given: 1
-Receive: 0


« Reply #9 on: March 26, 2008, 07:35:53 07:35 »

about sms project?
use GSM module?
what is d pic? i want to do some project about sms send and recive.
Logged
beque
Active Member
***
Offline Offline

Posts: 129

Thank You
-Given: 51
-Receive: 149



« Reply #10 on: April 29, 2008, 07:23:09 19:23 »

Practical PIC Projects for 12F & 16F PIC Microcontrollers

Link:

http://picprojects.org.uk/
Logged
zokij
Senior Member
****
Offline Offline

Posts: 346

Thank You
-Given: 269
-Receive: 679


Nice time :)


« Reply #11 on: May 03, 2008, 11:09:12 11:09 »

know any project using sms controlling d PIC?? but using d MicroBasic  Smiley thx

 Wink There are some nice project as you ask:  Grin



SMS Box! with PIC16F877A

Quote
Technical

The SMS Box! handles SMS messages in pdu-mode so you don't need to worry about *many* things. You can talk to it over its «4-wire bus» and can be used for:

   1. Receiving sms messages (PDU -> TEXT conversion!)
   2. Sending sms messages (TEXT mode)
   3. Dialling a telephone number
   4. Hang-up a call
   5. Query call status
   6. Receive CLIP string
   7. Report a RING to microcontroller project (interrupt your uC program)
   8. Answer a call
   9. Set phone's date and time – not implemented yet
  10. Get phone's date and time – not implemented yet
  11. Check prepaid credit balance

It's based on PIC16F877A microcontroller running on 16MHz at 5V. It has an onboard level converter for serial communication with the gsm phone because PIC's UART RX input pin has a Schmitt trigger triggering at 4,5 - 5V while the phone is sending only approx. 3V from it's TX pin. It also has a zener diode at TX pin so it doesn't kill the phone's network connection when talking to it. Firmware is 100% written in MPASM assembler.

Two jumpers in the schematics are for: baud-rate selection (9600bps or 19200bps) - Siemens phones mostly use 19200 while Ericssons use 9600bps, the other jumper is for enabling the RING with CLIP reporting to your microcontroller project (if you need to be notified when the gsm phone is ringing so that you can see who's calling).

The device has been developed and tested on Siemens M35 phone. Other Siemens phones require testing and should/must work. The same thing is for the Ericsson phones. The phones that can be used are ones that have «AT modem» inside, UART port and work on 19200 or 9600bps (almost all phones).

more at  Shocked http://www.elektronika.ba/projekti/?akc=daj_projekt&idprojekt=9

 Roll Eyes Nice time Smiley



Posted on: May 03, 2008, 11:58:15 11:58 - Automerged

know any project using sms controlling d PIC?? but using d MicroBasic  Smiley thx

or here is one more...

SMS Transceiver for PIC
[/b][/color][/size]



at : http://www.wrankl.de/SMST4PIC/SMST4PIC.html

Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC