Project

General

Profile

Statistics
| Revision:

root / branches / wireless / code / projects @ 1667

# Date Author Comment
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

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

Cleaned up a few comments

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

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

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

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