element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Embedded Forum Do you have a question on Embedded electronics and controls? Ask our Expert, Paul Clarke
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 126 replies
  • Subscribers 508 subscribers
  • Views 10616 views
  • Users 0 members are here
  • skills
  • c
  • hvac
  • digital
  • engineer
  • expert
  • microprocessor
  • answer
  • control
  • thermal_management
  • embedded_system
  • embedded
  • thermal
  • electronics
  • paul_clarke
  • assembly
  • solutions
  • rac
  • software
  • develop
  • question
Related

Do you have a question on Embedded electronics and controls? Ask our Expert, Paul Clarke

pjclarke
pjclarke over 15 years ago

This thread has been closed to new questions.

However, we welcome you to Post Your Question about Embedded in the element14 Community Embedded group. You'll find many fellow members and experts who have just the answer you're looking to find! 

 

Thank You, Your Friends at element14 Community

image

Paul Clarke

Paul has 20+ years of working as a digital electronics engineer and has strong software skills in assembly and C for embedded systems. Currently developing embedded electronics for thermal management control solutions for the air movement industry (HVAC & RAC).




  • Sign in to reply
  • Cancel
  • michaelkellett
    michaelkellett over 13 years ago in reply to winneymj

    You need to tell us more about the LCD displays and what you are trying to do with them. There is also a bit of confusion in your 3 rd paragraph when you say "connected to a 8 bit serial bus" - I think you mean parallel.

     

    The LCD chips will probably have some control lines as well as CS and data  -we need to know about them and we need to know what you are thinking of using to drive them all.

     

    The more devices you connect in parallel the slower the data transfers will be and the more data integrity problems you will have. These problems will get worse if the phyiscal distance between displays is large.

     

    But there are solutions to drive any number of displays ......

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    Hai Paul ,

     

    I am  stuck with one  problem, I am trying to send AT commands from USBSTK5515 to GL865 in my project i have configured UART correctly(checked with loop back test) .In loop back mode I have send "AT"  and recieved it back(Through UART).When i Connected the GSM/GPRS modem the Modem is not replying back with OK. I have used  one TI level translator(TXS0102) in between the two modules to convert 2.8 to 3.3 and vice versa also.I have connected the TX pin of dsp to RX pin of Telit and vice versa. I din't touch that flow control inputs Like RTS ,CTS .Can u please help me to figure out what is the issue

    Regards,

    Anandu

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    Hello Paul,

     

              I am a beginner in embedded programming...

              I have a question  of  AT89C51 programming....  The chip is programmed with a simple flashing LED at port-1 bit-0 for  2sec. I need to check it. What are the minimum connections for AT89C51 to execute the code in it..?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    Hello Sir,

    I want to know that :

     

    1. Why do we write hex numbers like 0x40,0xF9,0x00 ....  in C programing for displaying 0,1,8 ....  of a 7 segment LED.What is the meaning of ' 0x_ _ '  ? The binary equivalent of 40H is ' 1000000 ' but for displaying ' 0 ' in 7 segment led we have to provide signals as ' 0000001 ' on pins a,b,c,d,e,f,g  in common anode configuration. So I want to ask why do we write reverse binary digits pattern & convert this in hexadecimal?

     

    2. What is meaning of  ' TL0=0xf6 ' to load timer0 for AT89C51 microcontroller while programing in C ? Is 0xf6 also hexadecimal?

     

    Thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    Hi Paul ,

     

    I would like to ask you some questions regarding about the project i am working on. I am doing home automation project with energy saving which will control the lights and security system. I need to send lots of commands using Zigbee and Dallas or 8051 microcontrollers in Keil C programming. Zigbee will send data to 8051 and 8051 have to process and send it back to zigbee. I have done with serial initializing parts but i got no idea how to receive serial string and trasmitting. so how can i do it ? is there any way you can help me?

    with regards ,

    wmt

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    DUMPPING PROCEDURE:-

    How to dump a program into micro controller (MPC 5604-B)using CODE WARRIOR and RAppid..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • kevin@ukbiznet.co.uk
    kevin@ukbiznet.co.uk over 13 years ago

    Hi Paul

    I am New to this site not long received my Raspberry Pi from RS it’s still in the box! Time is very precious; I wonder could you help with my indecision

    I have over 25 years experience in computers and computer programming, and analysis

    I am looking at interfacing software with the outside world (biofeedback loops) ref: AI, the problem is what platform to use, I don’t want to limit my options by choosing the wrong (lest appropriate) platform. But at the same time I want to make the interfacing as easy and as flexible as possible

    My options appear to be:

     

    Arduino ( looks good but I worry that this is limited re its language etc.)

     

    Raspberry Pi and GertBoard ( don’t know much about this board but get the feeling that the Raspberry Pi would be very flexible in obtaining data and processing it

     

    Axion  (http://www.societyofrobots.com/axon2/#cart_restore) amazingly simple piece of kit.

     

    (Atmel,Pic,Stamp,Arm etc...)

     

    Your opinions and any pointers you can give me would be very much appreciated

     

    Regards

    Kevin


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    hi Mr.Paul ,i want to ask for help about the circuit components for induction heater for melting the metals ,how can i control the circuit to generate heat sutable for this purpose ,circuit diagrames or any datasheet will be appreciated

    Good Luck

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    Hi sir,

         I have one doublt in embedded system, please clarify me. My question is about SIM card as a external memory to 8051 microcontroller ( i use P89V51RD2FA,512P89V51RD2FA,512 isp microcontroller. ).

    how to use the sim card as a external memory for microcontroller, is it possible ? , if possible which protocol use for done that, please provide C code and circuit schematic for to do that.

    i am not well in english, so please sorry for any gramettical or any other mistake.

     

    Thanks and Regards

    Suresh.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett over 13 years ago in reply to kevin@ukbiznet.co.uk

    @Kevin,

     

    The Pi is pretty awful at interfacing (very limited IO, poor software support for that IO, 3.3V only digital interface). If you add a Gertboard (which you will need to reverse engineer or wait a long time for) you can improve things a lot but mainly by programming the Atmel chip on the Gertboard.

     

    The Axion board looks OK (an Atmel 8 bit processor on a simple board) which you could program in C using free tools.

    The Arduino is also Atmel 8 bit based and you can program it in C or its own Arduino way - it has a LOT of communit support and it's cheap - probably a good start.

     

    If you are more ambitious go for something like the ST Cortex M4 Discovery board, about £10, fats 32 bit porocessor with good on chip peripherals - free tools , much less specific community support but much more powerful than Arduino, Axion or Gertboard (for quite a lot of stuff arguably more potent than an RPi - eg it can get analogue data into internal memory at a rate of better than 1Msample/sec without ANY external hardware).

     

    Michael Kellett

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube