<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=Projects</id>
		<title>Projects - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=Projects"/>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Projects&amp;action=history"/>
		<updated>2026-04-29T00:25:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://www.ethernut.de/nutwiki/index.php?title=Projects&amp;diff=306&amp;oldid=prev</id>
		<title>Harald: Created page with &quot;&lt;div id=&quot;content&quot;&gt;  = Projects =  Probably the most often asked questions are: &amp;quot;Do you support..?&amp;quot; or &amp;quot;Anybody working on...?&amp;quot;. This page will provide some...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=Projects&amp;diff=306&amp;oldid=prev"/>
				<updated>2017-07-12T16:54:17Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;  = Projects =  Probably the most often asked questions are: &amp;quot;Do you support..?&amp;quot; or &amp;quot;Anybody working on...?&amp;quot;. This page will provide some...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Projects =&lt;br /&gt;
&lt;br /&gt;
Probably the most often asked questions are: &amp;amp;quot;Do you support..?&amp;amp;quot; or &amp;amp;quot;Anybody working on...?&amp;amp;quot;. This page will provide some up-to-date status information about projects under work, future plans or just interesting ideas. Please keep in mind, that most of the code presented here is in a preview stage and may not work for you.&lt;br /&gt;
&lt;br /&gt;
If you are interested in any of these topics, you can get in touch with other developers through the [http://lists.egnite.de/mailman/listinfo/en-nut-discussion Ethernut discussion mailing list].&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SPI Flash File System ==&lt;br /&gt;
&lt;br /&gt;
[[../arc/df-SPIFlashFileSystemWeb_ver111.zip|df-SPIFlashFileSystemWeb_ver111.zip]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Dusan Ferbas from [http://www.dfsoft.cz/ DF Soft] contributed this sample Webserver application, which uses a SPI data flash for storing web pages. He tested AT45DB161B and AT45DB041B chips.&lt;br /&gt;
&lt;br /&gt;
A second implementation done by Michael Fischer is available at [http://www.usbdip.de/en/xflash/index.html www.usbdip.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== AVR Internet Radio ==&lt;br /&gt;
&lt;br /&gt;
This [[medianut/index.html|tutorial]] presents a step by step guide on how to build an Internet Radio.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CAN Interface ==&lt;br /&gt;
&lt;br /&gt;
Visit Michael Fischer's [http://usbdip.de/en/can/index.html www.usbdip.de]. to check the latest status.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MMC Interface ==&lt;br /&gt;
&lt;br /&gt;
Michael Fischer has started this project at [http://usbdip.de/en/nutmmc/index.html www.usbdip.de]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ethernut Discoverer ==&lt;br /&gt;
&lt;br /&gt;
Scan the local network for Ethernuts by using UDP broadcasts. NUTSetup is a tool written by Michael Fischer. It's presented at [http://usbdip.de/en/can/index.html www.usbdip.de].&lt;br /&gt;
&lt;br /&gt;
The [[nuttecnotes/ntn-3_broadcast.html|Nut/OS TecNote 3]] describes a similar tool.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Programming On-Board CPLDs and FPGAs ==&lt;br /&gt;
&lt;br /&gt;
[[xsvfexec/index.html|XSVF Executor 1.0]]&amp;lt;br /&amp;gt;&lt;br /&gt;
is the name of a tool for programming on-board programable logic devices. Main purpose is to load an XSVF file into the XC9536XL CPLD of the Ethernut 2 board. Nevertheless, the code is highly portable and can be easily used on other platforms. Complete code is included in [[../arc/xsvfexec101.zip|xsvfexec101.zip]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== USB Host Interface ==&lt;br /&gt;
&lt;br /&gt;
Just a [[usbhost/usbnut.jpg|photo]] for now. Hardware (SL811HS) seems to be the easy part. Anyone with experience in writing USB host drivers?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wireless LAN ==&lt;br /&gt;
&lt;br /&gt;
Michael Fischer succeeded in implementing Wifi on an Ethernut Board by adding a PCMCIA WLAN card. Take a look at his [[wlan/index.html|Wireless Internet Radio]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 1-Wire Interface ==&lt;br /&gt;
&lt;br /&gt;
[[../arc/os-1wire-100.zip|os-1wire-100.zip]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Oliver Schulz contributed this 1-wire interface to Nut/OS. You can directly connect a data pin of the slave devices to a port pin.&lt;br /&gt;
&lt;br /&gt;
Another implementation has been done by Pavel Celeda for the Charon II and is available at [http://www.hwgroup.cz/products/charon2/ch2dk_demo_en.html www.hwgroup.cz/products/charon2/ch2dk_demo_en.html]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementing Bluetooth ==&lt;br /&gt;
&lt;br /&gt;
Matthias Ringwald from ETH Zürich is working on BTnode, an autonomous wireless communication and computing platform based on a Bluetooth radio and an ATmega128 microcontroller. There are plans to port this software to Nut/OS. More about BTnode is available at [http://btnode.ethz.ch/ btnode.ethz.ch]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Extending the Serial Driver ==&lt;br /&gt;
&lt;br /&gt;
[[../arc/uart_tl16c554.zip|uart_tl16c554.zip]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Gediminas Simanskis contributed an UART driver for the TL16C554.&lt;br /&gt;
&lt;br /&gt;
A new USART driver is currently under development. It will support&lt;br /&gt;
&lt;br /&gt;
* Hardware (RTS/CTS) and software (XON/XOFF) handshake&lt;br /&gt;
* Half duplex mode (used by RS485)&lt;br /&gt;
* 9-bit communication&lt;br /&gt;
* Synchronous communication&lt;br /&gt;
* More complete implementation of ioctls&lt;br /&gt;
* Several optimizations&lt;br /&gt;
* Configurable buffer sizes&lt;br /&gt;
* Interface de-initialization&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Porting Nut/OS to the H8 CPU ==&lt;br /&gt;
&lt;br /&gt;
There are [[porth8/index.html|two ports]] available, which are not yet part of the official distribution.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Porting Nut/OS to the ARM CPU ==&lt;br /&gt;
&lt;br /&gt;
Setting up Nut/OS for an ARM CPU had been often discussed. However, almost nothing had been done so far, except [[portarm/index.html|this project page]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== STK500 Compatible ISP Adapter ==&lt;br /&gt;
&lt;br /&gt;
[[isp/index.html|SISP Version 1.1.1]] uses an AT90S2313 to upload software to your Ethernut board via the PC COM port. This is the same ISP adapter, which is sold by egnite and included in the Ethernut Starter Kit.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Timers and Real Time Clock ==&lt;br /&gt;
&lt;br /&gt;
[[../arc/microdelay.zip|microdelay.zip]] - '''link fixed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Pavel Chromy provided this modified timer.c containing the function NutMicroDelay() for precise timing (microsecond). It does not take calling overhead into account, but this is less that a microsecond. It is clock speed dependant, since it is a hard task to do it otherwise. This tiny function is pretty usefull when controlling attached devices.&lt;br /&gt;
&lt;br /&gt;
[[../arc/timerres.zip|timerres.zip]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Ralph Mason has modified the Timer so you can set-up the resolution of the system clock. (eg number if jiffies per second)&lt;br /&gt;
&lt;br /&gt;
Ralph uses 40 in his apps giving a 25ms timer resolution, you can increase or decrease as necessary. For 30 ms you could use a value of 100, remembering of course that you are going to get quite pronounced jitter using the system timer.&lt;br /&gt;
&lt;br /&gt;
If you need reasonably precise timers you should use one of the remaining hardware timers. To use the source in the archive, you need to define NUT_CPU_FREQ to whatever your xtal is and change time_base to be whatever you need (number of interrupts per second)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ICMP API ==&lt;br /&gt;
&lt;br /&gt;
[[../arc/icmphdr.zip|icmphdr.zip]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[../arc/rm-icmp.zip|rm-icmp.zip]]&amp;lt;br /&amp;gt;&lt;br /&gt;
There's currently no official Nut/Net API for using the ICMP protocol. Mike Cornelius and Ralph Mason had been working on a solution. Unfortunately these archives seem to be incomplete.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== IDE And Compact Flash Interface ==&lt;br /&gt;
&lt;br /&gt;
This interface by Michael Fischer is under development, but you can check the [[ide/index.html|running prototypes]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harald</name></author>	</entry>

	</feed>