1 / 11

การสร้างระบบการติดตั้งข้อมูลการทำงานบนเครือข่ายเซนเซอร์ไร้สาย

การสร้างระบบการติดตั้งข้อมูลการทำงานบนเครือข่ายเซนเซอร์ไร้สาย. Reconfiguration in Wireless Sensor Networks. Reconfiguration in Wireless Sensor Networks. ตารางการดำเนินงาน. Reconfiguration in Wireless Sensor Networks. แสดงการทำงาน. Reconfiguration in Wireless

gil
Download Presentation

การสร้างระบบการติดตั้งข้อมูลการทำงานบนเครือข่ายเซนเซอร์ไร้สาย

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. การสร้างระบบการติดตั้งข้อมูลการทำงานบนเครือข่ายเซนเซอร์ไร้สายการสร้างระบบการติดตั้งข้อมูลการทำงานบนเครือข่ายเซนเซอร์ไร้สาย Reconfiguration in Wireless Sensor Networks

  2. Reconfiguration in Wireless Sensor Networks ตารางการดำเนินงาน

  3. Reconfiguration in Wireless Sensor Networks แสดงการทำงาน

  4. Reconfiguration in Wireless Sensor Networks

  5. Reconfiguration in Wireless Sensor Networks โปรแกรมควบคุมไม่มีการรับข้อความ event void Boot.booted() { radioBusy = FALSE; radioFull = TRUE; radioIn = radioOut = 0; nodeid = TOS_NODE_ID; workmode = DEFAULT_MODE; delay = 5000; call RadioControl.start(); } เริ่มต้นการทำงาน เปิดอุปกรณ์ ใช้งาน

  6. Reconfiguration in Wireless Sensor Networks เรียกใช้งานtimer event void RadioControl.startDone(error_t err) { if (err == SUCCESS) { radioFull = FALSE; call MilliTimer.startPeriodic(250); call Leds.led0On(); } event void MilliTimer.fired() { call Leds.led0On(); call Leds.led1Off(); call Leds.led2Off(); getPackage(); } void getPackage(){ if((workmode & TEMMODE) > 0) call Temperature.read(); else if((workmode & HUMMODE) > 0) call Humidity.read(); else if((workmode & PHOTOMODE) > 0) call Photo.read(); if((workmode & 0xFFFF) > 0) sendPackage(); } ฟังชันในการทำงาน

  7. Reconfiguration in Wireless Sensor Networks จัดคิวของข้อความ void sendPackage(){ addMsgToQueue(&tmpr); startMilliTimer(); } void startMilliTimer(){ call MilliTimer.startOneShot(delay); } สร้างเหตุการณ์รอการทำงาน

  8. Reconfiguration in Wireless Sensor Networks โปรแกรมควบคุมมีการรับข้อความ event message_t* Receive.receive(message_t* msg, void* payload, uint8_t len) { dbg("RadioCountToLedsC", "Received packet of length %hhu.\n", len); return received(msg, payload, len); } message_t* received(message_t* msg, void* payload, uint8_t len) { radio_config_msg* rconfig; radio_count_msg* rcount; rconfig = (radio_config_msg*)call AMSend.getPayload(msg); rcount = (radio_count_msg*)call AMSend.getPayload(msg); }

  9. basestation Reconfiguration in Wireless Sensor Networks ขณะtimer ทำงาน ขณะtimer ทำงาน

  10. Reconfiguration in Wireless • Sensor Networks

  11. The end • Reconfiguration in Wireless • Sensor Networks

More Related