evil-mad-EggBot/EBB_firmware
EmbeddedMan e43aa825ea Corrected version of EBB firmware v2.7.0 hex files that were in Releases folder. Previous copies did not exactly match EBF_v270.hex that was included with updater. Now all files match. 2022-08-07 11:57:28 -05:00
..
Analysis Raw data from minimum move length testing. 2020-11-22 10:50:38 -06:00
BootloaderPCapp Adding in Microchip's HIDBootloader.exe and associated files for those that want to update their EBBs but not download the whole MLA. 2013-09-22 16:16:36 +00:00
EBBUpdater EBB Firmware release v2.8.1: HEX files and WIndows updater 2022-07-27 07:22:35 -05:00
EBBUpdaterMac Update mac firmware updater for firmware 2.8.1 2022-07-27 14:43:30 -07:00
EBB_inf In the process of moving EBB source files around, including bootloader, etc. 2012-11-17 18:15:46 +00:00
Microchip Fix for issue #163: Spelling of the word parameter fixed across all sources 2021-08-10 08:59:03 -05:00
Releases Corrected version of EBB firmware v2.7.0 hex files that were in Releases folder. Previous copies did not exactly match EBF_v270.hex that was included with updater. Now all files match. 2022-08-07 11:57:28 -05:00
app-SimpleServo.X Fix for issue #163: Spelling of the word parameter fixed across all sources 2021-08-10 08:59:03 -05:00
app.X Fix for issue 180: Added CU,3,1/CU,3,0 to turn on/off the red LED acting as a 'FIFO empty' indicator. Also bumped version to 2.8.1 2022-07-26 21:53:48 -05:00
bootloader.X Removed debug code, built 2.7.0 EBB firmware as 'release candidate 1'. 2020-11-19 08:19:25 -06:00
readme.txt Version 2.2.5 release - added 3-byte parameters to SM command for really long moves. 2014-04-30 07:33:49 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

The files in this directory (EBB_firmware) are the firmware files for the EiBotBoard,
(http://www.schmalzhaus.com/EBB/) which is used primarily in the Egg-Bot (http://www.egg-bot.com/)
made by EMSL (http://evilmadscience.com/productsmenu/tinykitlist/171-egg-bot).

These files are only useful if you want to modify the firmware and/or redbuild it yourself.

The app.X directory contains MPLAB X and MPLAB 8 projects for the application.

The bootloader.X directory contains MPLAB X and MPLAB 8 projects for the bootloader.

The EBB_inf directory contains the two driver files needed for Windows when plugging in the EBB for the first time.

The Microchip directory is one you need to get yourself. It contains all of the MLA (Microchip Library for Application)
files, of which the EBB firmware needs the USB stack. Microchip does not allow anyone to re-districbute these
files, so we can not include those files here. In order to get this directory, you need to download the latest
MLA from Microchip (http://www.microchip.com/MLA) and then copy the Microchip folder from within the MLA download
here.

The Releases directory contains the released HEX files for bootloader, application, and combined HEX files.

Both bootloader and application can be modified and/or re-built using Microchip's free MPLAB 8 IDE 
(http://www.microchip.com/MPLAB8) or free MPLAB X IDE (http://www.microchip.com/MPLABX) and their free C18 compiler.
(http://www.microchip.com/C18)

*Brian Schmalz
www.schmalzhaus.com