Details about Wireless sensor network

inbapuvi

inbapuvi

@inbapuvi-ol4SBc Oct 15, 2024
Please give me the brife details about wireless sensor network........

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • durga ch

    durga ch

    @durga-TpX3gO Sep 16, 2009

    ...can be implemented using wireless mesh networks.
    Saying that the challenge would be with the deployment very small , highly power efficient sensors which need to act as a transrecivers and also a processing unit to continously monitor.
    A wireless network in general can consists of client layout communicating with a mesh router which migth sometimes act as a gateway router to internet as well.
    the simplest exmaple to consider is a floor with few thousands of sensors deployed to detect smoke/fire. When one sensor detects that temparature at a given location is rising , rather than immediately raising an alaram , it sends the information to adjacent sensor and comapres its details with the newly accquried details.if it finds that the adajacent sensor or a distant sensor using multi-hop communcation . If the results show a very simlar reading as this one, then a alaram is raised which is then sent to the mesh router present in the corner of the floor.
    the above is just one example, you can think about pollution levels / traffic levels on street or amount of oxygen present ina closed chamber or any such circumstances which need constant monitoring. Give a read to MN cleint topology
  • inbapuvi

    inbapuvi

    @inbapuvi-ol4SBc Sep 17, 2009

    Thanks durga
  • Ann Mathew

    Ann Mathew

    @ann-mathew-W6kzq9 Oct 4, 2009

    I am doing a research oriented project.The topic is MOBILE NETWORK SUPPORTED WIRELESS SENSOR NETWORK.We have thought of simulating the sensor part using ns2.But it doesnt support graphical interface for wireless network.We thought of continuing with INSPECT tool.But ended in inastallation bugs.We are stuck.Has anyone got any idea?
  • Mahesh Dahale

    Mahesh Dahale

    @mahesh-E2tZ3t Oct 4, 2009

    consisting of spatially distributed autonomous devices using sensors to cooperatively monitor physical or environmental conditions,
    such as temperature, sound, vibration, pressure at different locations
    mostly used by military applications
    each node in a sensor network is typically equipped with a radio transceiver or other wireless communications device, a small microcontroller, and an energy source, usually a battery.
  • durga ch

    durga ch

    @durga-TpX3gO Oct 4, 2009

    hi Ann,

    One of our CEan VIK001IND,suggested he was using TinyOS for WSN. May be you can give it a try .
  • vik001ind

    vik001ind

    @vik001ind-rOaCSy Oct 5, 2009

    Wireless sensor network are different from wireless network, don't mix up both.
    WSN consists of nodes, aggregator & base station. Base Station is responsible for setting up sensor groups, i.e. initialization. Each sensor group consists of a aggregator & some nodes that sense the particular activity, for which they are meant for. Aggregator gives commands to nodes & nodes sends there data sensed to the aggregator. All data finally gets collected to the base station. This is the basic idea how WSN works.

    WSNs are used in various fields such as detecting pollutants level in rivers near factory, detecting intruders activity in a military zone, environmental pollution etc.


    [​IMG]
  • vik001ind

    vik001ind

    @vik001ind-rOaCSy Oct 5, 2009

    Ann Mathew
    I am doing a research oriented project.The topic is MOBILE NETWORK SUPPORTED WIRELESS SENSOR NETWORK.We have thought of simulating the sensor part using ns2.But it doesnt support graphical interface for wireless network.We thought of continuing with INSPECT tool.But ended in inastallation bugs.We are stuck.Has anyone got any idea?
    I don't know whether tinyOS will support mobile network. Perhaps you should try Omnet++ first.
  • Ashraf HZ

    Ashraf HZ

    @Ash Oct 5, 2009

    WSNs would certainly be useful for our bomb detection discussions 😀
  • Ann Mathew

    Ann Mathew

    @ann-mathew-W6kzq9 Oct 8, 2009

    Thank you .Well I will try