CrazyEngineers
  • TCP-IP AND MICROCONTROLLER

    dossdss

    dossdss

    @dossdss-4lCGQo
    Updated: Oct 23, 2024
    Views: 1.1K
    I want my project to operate on internet, like giving updates or notifications to user using internet on mobile phone or pc. for that i will need to implement tcp ip protocol, isnt it ?
    i have read the protocol and understood the best i could. but can any one tell me how should i do it, or at least what should i start with.

    secondly, i will use some sensors, the data from sensors area will be transferred to main system board using a bluetooth link and then there after, the info should be on internet, or atleast e-mailed to user.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • lal

    MemberJan 27, 2013

    Oh that is interesting. At present I'm trying to learn a bit about networking. From the limited knowledge I have, you will need to write a code in a suitable programming language to handle that.
    Are you sure? This action cannot be undone.
    Cancel
  • Rupam Das

    MemberJan 27, 2013

    Just use Raspberry PI. It has General purpose pins for controlling relays and also Ethernet port through which you connect to internet. should be a good choice.
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberJan 27, 2013

    Another option is go with ARM processor with inbuilt Ethernet. Microchip or NXP .
    Are you sure? This action cannot be undone.
    Cancel
  • dossdss

    MemberJan 31, 2013

    #-Link-Snipped-# , #-Link-Snipped-# #-Link-Snipped-# thanks for reply.


    currently am working on lpc2148 but
    yes sir i can use nxp controller that has Ethernet compatibility... i have used it for a simple demo of transferring data to pc from controller using all that RJ 45 connector and LAN cable.

    but please help me with how can i interact with internet ?
    i mean please tell me the steps that i should follow.

    now i have a data in my microcontroller i want it to be mailed automatically to someones mail id.

    so to achieve this task what should i do..plz tell me the stuff that i will have to learn. suggest me some tutorials on net.

    #-Link-Snipped-# sir it wont be possible for me to get rasberry PI 😔.. but i have arm9 controller with ethernet port. so help me with that one.

    thanks
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberJan 31, 2013

    dossdss
    #-Link-Snipped-# , #-Link-Snipped-# #-Link-Snipped-# thanks for reply.


    currently am working on lpc2148 but
    yes sir i can use nxp controller that has Ethernet compatibility... i have used it for a simple demo of transferring data to pc from controller using all that RJ 45 connector and LAN cable.

    but please help me with how can i interact with internet ?
    i mean please tell me the steps that i should follow.

    now i have a data in my microcontroller i want it to be mailed automatically to someones mail id.

    so to achieve this task what should i do..plz tell me the stuff that i will have to learn. suggest me some tutorials on net.

    #-Link-Snipped-# sir it wont be possible for me to get rasberry PI 😔.. but i have arm9 controller with ethernet port. so help me with that one.

    thanks
    To send email you have to use SMTP. Get some reference code for SMTP and you can send an email.
    Are you sure? This action cannot be undone.
    Cancel
  • dossdss

    MemberJan 31, 2013

    #-Link-Snipped-# thank you.

    i will get info on SMTP, with that can you please tell me that how can i get internet connectivity to my system ?
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberJan 31, 2013

    dossdss
    #-Link-Snipped-# thank you.

    i will get info on SMTP, with that can you please tell me tell me that how can i get internet connectivity to my system ?
    I have to Check as I have just used TCPIP client and that was too based on microchip.

    First find out if NXP is providing TCPIP Stack then you can easily start some basic of TCPIP and after that use the example code if any.

    I will let you know if I come to know about such stack by NXP.
    Are you sure? This action cannot be undone.
    Cancel
  • dossdss

    MemberFeb 1, 2013

    godfather
    I have to Check as I have just used TCPIP client and that was too based on microchip.

    First find out if NXP is providing TCPIP Stack then you can easily start some basic of TCPIP and after that use the example code if any.

    I will let you know if I come to know about such stack by NXP.
    I couldn't understand your first line 😕.. can you please elaborate ?

    i dont know much about TCP/IP stack.. i will study it , but if it is not there by NXP, what is the alternative ?

    thank YOU..
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberFeb 2, 2013

    Have to check there may be Opensource Stack for Micorocontroller. But in that case you have to Port it for your Microcontroller and that will require more depth knowledge in TCPIP.
    Are you sure? This action cannot be undone.
    Cancel
  • dossdss

    MemberFeb 2, 2013

    do i need to port a RTOS in to my microcontroller for the above said purpose?
    and is it possible to to do the above in a microcontroller like lpc2148 or ATmega 32 etc which is not ethernet compatible ?
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberFeb 3, 2013

    dossdss
    do i need to port a RTOS in to my microcontroller for the above said purpose?
    and is it possible to to do the above in a microcontroller like lpc2148 or ATmega 32 etc which is not ethernet compatible ?
    You can use it without RTOS too. But if there is then its good.
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberFeb 3, 2013

    dossdss
    and is it possible to to do the above in a microcontroller like lpc2148 or ATmega 32 etc which is not ethernet compatible ?
    If MCU is not supporting Ethernet you have to use external Ethernet controller IC.
    Are you sure? This action cannot be undone.
    Cancel
  • dossdss

    MemberFeb 4, 2013

    godfather
    If MCU is not supporting Ethernet you have to use external Ethernet controller IC.
    thank you sir... 😀

    i just got to know about GSM/GPRS module...how about using that one ?
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberFeb 4, 2013

    dossdss
    thank you sir... 😀

    i just got to know about GSM/GPRS module...how about using that one ?
    Will you please share some more details about the use of this?
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register