0
  • 聊天消息
  • 系统消息
  • 评论与回复
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心

完善资料让更多小伙伴认识你,还能领取20积分哦,立即完善>

3天内不再提示

使用NOKIA3310液晶屏及DS18B20制作的数字温度计,Digital thermometer

454398 2018-09-20 18:56 次阅读
加入交流群
微信小助手二维码

扫码添加小助手

加入工程师交流群

使用NOKIA3310液晶屏及DS18B20制作的数字温度计,Digital thermometer

关键字:数字温度计,DS18B20,NOKIA3310,PIC12F629

文本原自:http://www.electronics-lab.com/
看不明白的朋友可以通过GOOGLE的翻译页面http://translate.google.com/帮助,虽然翻译并不是很准确,但是也是值得参考的。

Use parts of an old or broken mobile phone? Why not!

One useable part of a mobile phone is its LCD, which can be used in many applicationswhere we need data visually presented.

Nokia 3310 has a LCD with 84*84 dots, that isn't that hard to get and can be very useful in DIY (do it yourself) electronics.

This page describes a device I designed to test such a display and turned out to be the circuit that I am proud to share with you. Since my motto is 搒implicity in construction? with a few parts you will be able to create a relatively accurate and visually appealing thermometer.

Technical characteristics :

  • Voltage ....................... 3 - 3.3 V
  • Range (1) ....................-55 do 125' C
  • Min. temp. step ............ 0,1 ' C
  • Max. error ................... +/- 0,5 ' C
  • Max. resolution ............. 0,0625 ' C
  • Temp. refreshed every.... 1,2 sec.
  • Dimensions ................... 40 * 38 mm
  • 2 modes of display .........normal/inverse
  • Llcd ............................. 84*48pixela
  • Amperage (2)................. 0,2 mA - 0,8 mA
  1. Range of -55 to 125癈 is possible if ONLY the sensor is in that area not the whole device!

  2. Amperage of the device varies because of the conversion of DS18B20 (measuring the temperature and reading the measured temperature), that lasts about 700ms and at that time the device uses 0.8mA, for the next 500ms the device is in 搒leep?mode and uses 0.2mA.

The LCD supports two modes of operation (normal and inverse), the jumper placed on the back of the device is used for changing modes.

Negative temperatures are given a 搈inus? the bar shows temperatures normally but with an added minus.

In this picture I charged the device with a 3.6V lithium battery. Do not use a greater voltage then this because the Nokia 3310 LCD works with 2.7 to 3.3V!!! Careful!

Lcd

First we need to extract/salvage the LCD from the Nokia 3310 mobile phone. Be extremely careful and patient during this process, because as you know the display is just a thin piece of glass that is very sensitive.

There is an 8 pin connector on the back of the display, in our case it's glued to the glass (Nokia 3210 has 搑ubber?connectors so this one is much easier to use). This is a Phillips PCD8544 display, it can be easily found on the net if you want more information about it.

PCB

The second step is making the board which is small and isn't that difficult to make. Pay close attention while gluing the plastic edges on the board because they will be holding your LCD. Double check connector positions before gluing. In the bottom corners I glued two plastic separators so the LCD leans on them and not the solder points.

Layout of elements

On the back side we can see the layout of elements, they aren't hard to find and there aren't that many of them.

I placed the temperature sensor DS18B20 in a socket for testing purposes, it is also possible to connect the sensor at a distance by adding wire (I haven't tested 1 wire sensors at a distance yet).

If by any chance the contrast isn't to your liking, it can be changed during the programming of Pic12F629, in the program location D2h. the current value A9h is the one I use with my LCD and don't know it will be for other LCDs. The value can be set to anything between 80h and FFh, 80h being minimum contrast and FFh maximum.

Since I have noticed that there is a problem with programming these microcontrollers you should read the short how-to for programming PIC12F629/675 microcontrollers.

This device was just a test and I hope to have many more circuits that utilize this LCD soon because I'm very fond of its easy implementation.

If you have any difficulty in making this device, feel free to mail me.

附件是相关的程序和电路,如果感兴趣可以下载试做哦

2007615193243.rar

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
收藏 人收藏
加入交流群
微信小助手二维码

扫码添加小助手

加入工程师交流群

    评论

    相关推荐
    热点推荐

    HJ18B20 数字单总线温度传感器

    一、概述 HJ18B20 是一款高精度的单总线温度测量电路,温度传感器的测量范围-55℃到+125℃。根据用户 需要通过配置寄存器可以设定数字转化精度和测温速度。电路内置 4byte
    发表于 04-21 14:17

    探索DS1629:2线数字温度计与实时时钟的卓越之选

    探索DS1629:2线数字温度计与实时时钟的卓越之选 在电子设计领域,精准的温度测量和实时时钟功能是许多应用的核心需求。DS1629作为一款
    的头像 发表于 04-01 15:05 173次阅读

    分享双金属温度计的测量优势!

    温度计
    华泰天科
    发布于 :2026年03月21日 15:02:33

    双金属温度计特点需了解!

    温度计
    jzyb
    发布于 :2026年02月27日 11:23:29

    使用双金属温度计要了解哪些?

    温度计
    jzyb
    发布于 :2026年01月09日 16:51:55

    双金属温度计安装要知道哪些?

    温度计
    jzyb
    发布于 :2025年12月17日 15:43:19

    要做一个DS18B20的读取程序,单总线需要配置为输入或者输出,怎么配置好?

    目前要做一个DS18B20的读取程序,单总线需要配置为输入或者输出。怎么配置好
    发表于 11-18 06:30

    多方面了解万向型双金属温度计

    温度计
    华泰天科
    发布于 :2025年10月23日 16:28:09

    使用18b20软件包报错怎么解决?

    In file included from ../packages/ds18b20-latest/src/dallas_ds18b20_sensor_v1.c:12:0: C
    发表于 10-14 06:49

    TFT液晶屏幕优势和应用

    AI时代下的液晶屏走向何处
    的头像 发表于 09-15 11:04 2428次阅读
    TFT<b class='flag-5'>液晶屏</b>幕优势和应用

    带远传双金属温度计的应用竟这么多

    温度计
    华泰天科
    发布于 :2025年08月19日 13:54:07

    聚徽工业液晶屏的宽温适应性技术解析

    在工业生产环境中,温度变化是影响电子设备稳定运行的关键因素之一。从钢铁冶炼的高温车间到冷链物流的低温仓库,工业液晶屏需要能够在极端温度条件下保持稳定的显示性能。聚徽工业液晶屏通过一系列
    的头像 发表于 07-11 18:06 977次阅读

    带远传双金属温度计接线要知道什么?

    温度计
    jzyb
    发布于 :2025年06月26日 20:14:53

    揭秘液晶屏背后的光学奥秘

    当您凝视液晶屏的绚丽画面时,可曾知晓幕后真正的光影大师?液晶面板本身并不发光——它如同精密的导光体,完全依赖隐藏的"光影乐团":背光模组。若无这组关键部件,再精妙的画面都将湮灭于黑暗,宛若没有灯光的舞台。
    的头像 发表于 06-17 10:22 1491次阅读
    揭秘<b class='flag-5'>液晶屏</b>背后的光学奥秘

    单片机实例项目:DS18B20温度传感器

    单片机实例项目:DS18B20温度传感器,推荐下载!
    发表于 06-03 20:59