Project

General

Profile

Statistics
| Revision:

root / branches / wireless @ 1735

# Date Author Comment
1735 04/05/2010 07:44 PM David Schultz

wireless: added basic_buf debug info

1734 04/05/2010 07:32 PM David Schultz

wireless: added basic_buf debug info

1707 03/29/2010 07:45 PM Ben Wasserman

Wireless: Updated test code.

1706 03/29/2010 07:40 PM David Schultz

wireless: debug info

1704 03/29/2010 07:16 PM David Schultz

wireless: debug info

1703 03/29/2010 07:04 PM David Schultz

wireless: debug info

1702 03/29/2010 06:55 PM David Schultz

wireless: fix for wl_get_basic

1689 03/24/2010 07:53 PM David Schultz

wireless: TX works, basic buffer is full after first wl_get_basic() call

1688 03/22/2010 09:08 PM David Schultz

wireless: updated xbee interrupt TX receive

1687 03/22/2010 08:52 PM David Schultz

wireless: updated xbee interrupt debug info

1686 03/22/2010 08:30 PM David Schultz

wireless: updated xbee interrupt debug info

1685 03/22/2010 08:24 PM David Schultz

wireless: updated xbee interrupt debug info

1684 03/22/2010 08:20 PM David Schultz

removed library .a files from repository

1683 03/22/2010 08:17 PM Ben Wasserman

Wireless: Adding code to debug the library.

1680 03/17/2010 08:01 PM David Schultz

wireless: fixed MODEM_STATUS, TX_STATUS message types (I think).
Still dropping out of API mode at random.

1679 03/17/2010 06:53 PM David Schultz

wireless: api mode 2 sending now implemented

1678 03/16/2010 11:38 PM David Schultz

wireless: fixed some API mode 2 xbee.c stuff

1677 03/16/2010 06:32 PM David Schultz

wireless: added API mode 2 support for receiving

1676 03/16/2010 05:23 PM David Schultz

wireless: redo of wireless_receive functions for basic and dispatch

1675 03/15/2010 09:02 PM Ben Wasserman

Wireless: Changes to wireless test program.

1674 03/15/2010 08:17 PM David Schultz

wireless: fixing PAN id

1673 03/15/2010 08:05 PM David Schultz

wireless: fixing PAN id

1672 03/15/2010 07:53 PM David Schultz

wireless: fixing PAN id

1671 03/15/2010 07:39 PM David Schultz

wireless: fixing PAN id

1670 03/15/2010 07:32 PM David Schultz

wireless: more debug info

1669 03/15/2010 07:22 PM David Schultz

wireless: more debug info

1668 03/15/2010 07:11 PM David Schultz

wireless: updated pan debug info

1667 03/01/2010 09:35 PM David Schultz

wireless: switched byte order for AT command get functions

1666 03/01/2010 09:29 PM David Schultz

wireless: switched byte order for AT command set functions

1665 03/01/2010 09:08 PM David Schultz

wireless: xbee debug statements updated.

1664 03/01/2010 08:55 PM David Schultz

wireless: more debug info

1663 03/01/2010 08:51 PM Ben Wasserman

Fixed test and library code so tests run, still debugging.

1662 03/01/2010 08:40 PM David Schultz

wireless: more debug print statements

1661 03/01/2010 08:08 PM David Schultz

wireless: update to xbee_terminate

1660 03/01/2010 08:06 PM Ben Wasserman

Fixed some things so it works. It just now gets stuck initialing wl_init.

1659 03/01/2010 07:58 PM David Schultz

wireless: got MY address form eeprom

1658 03/01/2010 07:46 PM David Schultz

wireless: fixed debug statements and flash memory

1657 03/01/2010 07:38 PM David Schultz

wireless: fixed debug statements and flash memory

1656 03/01/2010 07:37 PM Ben Wasserman

Debugged from last update.

1655 03/01/2010 07:32 PM Ben Wasserman

Put debug statements back in the code (instead of program space). Done by merging with version 1649, and just copying in the current new functions to send and receive.

1654 03/01/2010 07:20 PM David Schultz

wireless: removed debug prints from flash memory. Will add them back in an hour.

1653 03/01/2010 07:12 PM Ben Wasserman

Added code to test_wireless2.c to actually test sending and receiving, and some ACK functionality.

1651 02/24/2010 06:28 PM David Schultz

wireless: reduced size by moving debug strings in xbee.c to flash memory. We now have 640 bytes left when compiling unit tests.

1650 02/22/2010 08:45 PM David Schultz

wireless: test_wireless2.c: moved debug strings to program space, so they all take up a total of 58 bytes. Still 300 bytes over the limit. Might have to separate the unit_tests such that only the currently running tests are compiled and linked.

1649 02/22/2010 07:45 PM Abraham Levkoy

Fixed return type of handlers.

1648 02/22/2010 07:41 PM David Schultz

wireless: test_wireless2.c updates

1647 02/22/2010 07:38 PM Abraham Levkoy

Made packet handlers have correct headers.

1646 02/22/2010 07:19 PM David Schultz

wireless: wireless2.c

1642 02/19/2010 04:10 PM David Schultz

wireless: test_xbee is good. Need to start testing wireless_send and wireless_receive.

1638 02/17/2010 09:37 PM David Schultz

wireless: fixed API mode 1. Can now enter and exit API mode properly. Can also set and read MY address.

1633 02/15/2010 07:43 PM David Schultz

wireless: more debugging trying to get API mode 1 to work. We seem to get into API mode, but can't receive more than 3 bytes of the command response frame correctly.

1628 02/03/2010 10:04 PM David Schultz

got the status flag masking to work. API mode still doesn't work

1625 02/01/2010 10:19 PM David Schultz

Got xbee interrupt to work in command mode (API mode 0 off)
Still working on API mode 1 ON

1624 01/27/2010 08:51 PM David Schultz

wl: update to unit tests, still doesn't work

1621 01/25/2010 08:15 PM Ben Wasserman

Made Wireless_test compile and run. Report so far:
Initialization works.
Function registration works.
XBee functions fail (David is fixing this).
Sending packets in fast mode works.
Termination fails with -2. Probably XBee related.

1620 01/25/2010 07:28 PM Abraham Levkoy

Cleaned up a few comments

1619 01/25/2010 06:48 PM Ben Wasserman

Added behavior for ACK groups, which is still undeveloped and should be ignored. The folder Wireless_test is the program used to test the new wireless library and all its functions. It is still under development, but should be partially functional. It can currently test library initialization, function registration, and wireless termination.

1617 01/20/2010 08:12 PM David Schultz

wl: clean up unit tests

1616 01/20/2010 07:28 PM David Schultz

wl: the library fully compiles with all functions written

1615 01/20/2010 07:08 PM Chris Mar

fixed references to handler array, wireless_receive compiles now

1614 01/20/2010 07:03 PM Chris Mar

fixed handler array in wireless.c

1612 01/18/2010 09:12 PM Abraham Levkoy

Updated basic receive function and wrote handler dispatch function. The latter doesn't compile, but most of this directory doesn't.

1611 01/18/2010 08:22 PM David Schultz

wl updates: compile issues; now finished (for now)

1609 01/18/2010 07:32 PM David Schultz

wl updates: compile issues

1608 01/18/2010 07:01 PM David Schultz

wl updates: compile issues

1607 01/13/2010 10:09 PM Ben Wasserman

Added wrappers to wireless_send.c. Need double checking.

1604 12/08/2009 11:20 PM David Schultz

wireless: software retransmit done. serial functions moved to xbee.c

1601 12/07/2009 05:22 AM David Schultz

wireless: more xbee.c updates

1600 12/07/2009 01:43 AM David Schultz

wireless: xbee update. still not finished, but the major changes are in here. Also added a function for microsecond delays to time.c

1598 12/02/2009 08:11 PM Chris Mar

implemented wireless init, terminate, register, and unregister

1591 12/02/2009 04:59 PM David Schultz

wireless: update to the receive buffers

1590 12/02/2009 12:26 AM David Schultz

wireless: changed packet handler function notation

1589 11/30/2009 09:46 PM Abraham Levkoy

Wrote basic receive function in wireless_receive.c. Added an error code for
having too short of a packet destination for basic receive function (maybe can
also be used by other packet handlers) in wl_defs.h. Added packet buffers for
basic packets and other types of packets in xbee.c.

1588 11/30/2009 07:53 PM David Schultz

wireless: added define for basic group

1587 11/30/2009 07:23 PM David Schultz

wireless: core send function and ack function done

1584 11/25/2009 11:10 PM David Schultz

wireless branch, doxygen fix

1583 11/25/2009 08:48 PM David Schultz

corrected doxygen issue in wireless branch

1581 11/24/2009 12:49 PM David Schultz

editing wireless branch, added error codes and constants

1578 11/20/2009 10:05 PM David Schultz

added doxygen info for wireless branch

1577 11/20/2009 07:44 PM David Schultz

update to wireless api, added comments

1576 11/19/2009 04:03 AM David Schultz

added prototypes for the public api functions for the new wireless library

1575 11/19/2009 03:20 AM David Schultz

creating backup of libwireless in wireless branch

1562 11/17/2009 08:43 PM David Schultz

updated baud rate code (it works for 9600 and 115200 now, haven't tested the others)

1560 11/16/2009 09:13 PM David Schultz

added speed test behavior to wireless branch (this is where I'm testing the baud rate, which still doesn't work)

1513 11/10/2009 03:18 AM David Schultz

slightly modified makefile, added more error checking to bom beacon code

1506 11/09/2009 07:19 PM David Schultz

copying bom_test code

1505 11/09/2009 07:19 PM David Schultz

adding behaviors folder to wireless branch

1499 11/07/2009 08:50 PM David Schultz

implemented recursive makefile system

1494 11/07/2009 04:22 PM David Schultz

wireless library branch

1493 11/07/2009 04:21 PM David Schultz

wireless library branch

1492 11/07/2009 04:17 PM David Schultz

wireless library branch

1491 11/07/2009 04:16 PM David Schultz

wireless library branch

1490 11/07/2009 04:13 PM David Schultz
1489 11/07/2009 04:13 PM David Schultz

wireless library branch

1488 11/07/2009 04:09 PM David Schultz

wireless library branch