Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DOC | 2013-11-21 | ||
Sensor | 2013-11-05 | ||
RF module | 2013-10-28 | ||
MCU module | 2013-10-28 | ||
Totals: 4 Items | 0 |
title: BiWSLP & H/W version: 1.3 ========================================== Description ========================================== BiWSLP(Bidrectional Wireless Sensor Line Protocol)은 기존 WSN에서 일반적인 CDMA 방식의 프로토콜을 개선하여 TDMA 방식을 기반하여 엄격한 시간 동기화 유지와 노드 수의 유연성 한계를 극복한 분산 TDMA 형식의 프로토콜이다. 해당 프로토콜을 펌웨어 형태로 포팅하여 이용할 수 있는 Atmega2560 기반의 노드에 대한 회로도, artwork, 파트리스트 등도 함께 공개하여 자유롭게 이용 할 수 있다. BiWSLP (Bidrectional Wireless Sensor Line Protocol) is a distributed TDMA-type protocol that mainatins strict time sychronization and has overcome the limitation in the flexibility of the number of nodes by improving the general CDMA-type protocol in the conventional WSN. This protocol is freely available because the circuit diargram, artwork, and part list for Atmega2560-based nodes have been also revealed, which allow porting the protocol as firmware. ========================================== Explanation ========================================== 1. BiWSLP: BiWSLP 버전별로 하부 폴더에 압축파일 형태로 업로드 2. HW: Atmega2560 기반의 노드에 대한 회로도, artwork, 파트리스트 3. DOC: BiWSLP 등 각종 기술문서, 테스트 한 센서 mannual 등 포함 1. BiWSLP: Uploaded as zip file in a sub folder for each version of BiWSLP 2. HW: Circuit diagram, artwork, and part list for Atmega2560-based noded 3. DOC: Various technical documents on BiWSLP, and manuals of the tested sensors, etc. ========================================== Changelog for version 1.3 ========================================== 1. 센서 추가 [1] I2C I/F(SHT20, 온도 습도 센서) [2] ADC0 I/F(DC VOLTAGE, DC 전압 센서) [3] ADC1 I/F(DC CURRENT, DC 전류 센서) [4] UART1 I/F(CS5490, 전력 측정 센서) ========================================== Changelog for version 1.2 ========================================== 1. Ethernet 컨트롤러 드라이버 추가 - 10BaseT/100BaseTx Ethernet MAC/PHY - Auto Negotiation (Full and Half duplex, 10 and 100-based) - TCP / UDP / ICMP / IPv4 프로토콜 지원 - MCU와 Fast SPI 인터페이스 - Power Down Mode 적용으로 전원소모를 최소화 1. Added drivers of Ethernet controller - 10BaseT/100BaseTx Ethernet MAC/PHY - Auto Negotiation (Full and Half duplex, 10 and 100-based) - TCP / UDP / ICMP / IPv4 protocols are supported - MCU and Fast SPI interface - Minimized power consumption through Power Down Mode ========================================== Changelog for version 1.1 ========================================== 1. 각 소스별 주석 정리 2. 사용하지 않는 변수 및 함수 제거 3. EEPROM map 정리 4. 각종 주기 초 단위로 쉽게 적용할 수 있게 변경 1. Comments for each source 2. Unused variables and functions have been removed 3. EEPROM map 4. Various periods can be set in second unit.