CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

What MAC address am I allowed to use for a project ??

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
arunb



Joined: 08 Sep 2003
Posts: 492
Location: India

View user's profile Send private message Send e-mail

What MAC address am I allowed to use for a project ??
PostPosted: Sun May 13, 2007 8:30 am     Reply with quote

Hi,

I am using the ENC 28J60 for my project, it works very well. Do I need to purchase a MAC address for my project, the project is not meant for commercial use, but is a part of a an article in a magazine. Is it OK if I use a MAC address given to some company???

thanks
arunb
dyeatman



Joined: 06 Sep 2003
Posts: 1912
Location: Norman, OK

View user's profile Send private message

PostPosted: Sun May 13, 2007 9:30 am     Reply with quote

Take a look at this to answer your question:
http://forum.microchip.com/tm.aspx?m=250884&mpage=1&key=&#250884

And this:
http://forum.microchip.com/tm.aspx?m=250274

And this:
http://www.nabble.com/-PIC--t105617i60.html

Remember: Google is your friend!
Douglas Kennedy



Joined: 07 Sep 2003
Posts: 755
Location: Florida

View user's profile Send private message AIM Address

PostPosted: Sun May 13, 2007 6:27 pm     Reply with quote

Another approach is to look for junk PC ISA network cards since they are headed for the trash their unique MAC numbers can be recycled. The MAC is in the I2C eeprom
peter_drem
Guest







Here is the best option...
PostPosted: Tue Dec 09, 2008 2:31 pm     Reply with quote

Microchip announced today new UNIO, SPI and I2C 2Kbit EEPROMS with 48 Bit unique MAC addresses built in - they look perfect for configuring PIC and other MCU based ethernet/Wi-Fi projects. Low Cost!! Goto microchip.com/MAC
asmallri



Joined: 12 Aug 2004
Posts: 1630
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

Re: What MAC address am I allowed to use for a project ??
PostPosted: Tue Dec 09, 2008 2:58 pm     Reply with quote

arunb wrote:
Hi,

I am using the ENC 28J60 for my project, it works very well. Do I need to purchase a MAC address for my project, the project is not meant for commercial use, but is a part of a an article in a magazine. Is it OK if I use a MAC address given to some company???

thanks
arunb


MAC addresses do not transit routers, they are blocked at the layer 2 boundary. A typical broadcast domain (layer 2 subnet) in a large Enterprise organization is less than 500 MAC addresses. So assuming your device was put into one of these networks, the probability of a duplicate MAC address is 1 in 562 Billion (i.e. a rather low probability).

I like the old NIC approach but there is nothing to stop you using the MAC address of any device that is no longer on the network or not on YOUR network. If you want to makeup your own MAC address make sure you do not PIC one that has the least significant bit of the most significant byte set to 1 (this is reserved for multicast mac addresses).

For the magazine article, you could use the MAC address from your home PC - after all, you own it. Alternatively, just as there are private IP addresses that your are free to use, such as 192.168.1.1, there is a private MAC OUI which is 10:00:00 - check out http://standards.ieee.org/regauth/oui/oui.txt
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group