Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 224 - 253 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
224
I'm new to both using Netburner and doing anything non-trivial with webpages. As the web page content has grown, it's been taking more time. I suspect that my...
Ed Snow
hooyaejs
Offline Send Email
Jan 5, 2005
10:25 am
225
Hello. I can give you my recommendations from how we do it in our project. Step#1 build WEB page with normal WEB tools as Dreamwaver from macromedia or any...
Ezra Koper
ezrakoper
Offline Send Email
Jan 5, 2005
4:19 pm
226
Hi, Here at NetBurner we also use the Dreamweaver tools. There may be others now, but at the time a decision was made it was the only package that did not add...
netburnergroup
Offline Send Email
Jan 6, 2005
7:29 pm
227
Has anyone interfaced an audio IC to the netburner yet?...
jac02000
Offline Send Email
Jan 6, 2005
8:35 pm
228
What kind of audio IC are you referring to ?...
seulaterbuddy
Offline
Jan 7, 2005
1:24 pm
229
We have the AIC1103 right now, I'm just wondering if anyone is using anything else (Codec, ADCs etc...) ?...
jac02000
Offline Send Email
Jan 7, 2005
8:56 pm
230
in my spare time, I have added an MP3 Encoder/Decoder IC (MAS3587F) to my MOD5282 kit. ... using ... <no_reply@y...> ... <jac02000@y...>...
seulaterbuddy
Offline
Jan 8, 2005
4:18 pm
231
Hi seulaterbuddy, Can you please give me some details of how you added the MP3 to the MOD5282 kit? TIA, David ... From: seulaterbuddy To:...
David Evennou (Data M...
datamstr99
Offline Send Email
Jan 8, 2005
4:51 pm
232
I made an adapter board that plugs into J5, J13, J12, J14, and J17 headers on the kit. This way I can get access to most of the I/O. basically I just ran the...
seulaterbuddy
Offline
Jan 8, 2005
5:10 pm
233
I looked up the chip specs, it has a lot of functionality! Did you use the PIO to talk to the chip? Did you find it to be a difficult project or relatively...
David Evennou (Data M...
datamstr99
Offline Send Email
Jan 8, 2005
5:39 pm
234
My customer is putting the mod5282 on a factory floor. All the factory machines are Linux. The guys want to run autoupdate.exe but under linux. Is there a...
Ed Snow
hooyaejs
Offline Send Email
Jan 9, 2005
2:38 am
235
... actually, I use the PIO to get and Play MP3 data from the Chip. I talk to the chip via the I2C port. ... as with most new complex chips, it was a bit rough...
seulaterbuddy
Offline
Jan 9, 2005
3:42 pm
236
Oops. Found clinetool. Am I right that this is all I need? ... From: Ed Snow [mailto:ed_snow@...] Sent: Saturday, January 08, 2005 6:41 PM To:...
Ed Snow
hooyaejs
Offline Send Email
Jan 10, 2005
1:43 am
237
I am prep'ing code using the development board for 5282. I'll be putting the mod5282 on a custom IO board which has a FPGA on the memory bus. We are using...
Ed Snow
hooyaejs
Offline Send Email
Jan 10, 2005
5:37 am
238
If you made a custom board that plugs into the kit and then your MOD5282 plugs into your custom board. there is a problem in doing that, which will cause...
seulaterbuddy
Offline
Jan 10, 2005
12:12 pm
239
... Clinetool used to compile under Linux, It has not been maintained on that platform for at least 2 years. It is the proper tool for the job. Paul....
Paul Breed
pbreed
Offline Send Email
Jan 10, 2005
5:44 pm
240
Hi, I'm trying to get two netburners to read at the same time from the same serial device (as a self-checking pair). does anyone know if i will run into...
sid_inamdar
Offline Send Email
Jan 10, 2005
10:48 pm
241
... Where does one get clinetool? Richard...
w5rxp
Offline Send Email
Jan 10, 2005
11:17 pm
242
yup, you will be good to go, doing that ONLY to the Receive line. ... i...
seulaterbuddy
Offline
Jan 11, 2005
2:40 am
243
Geert, I believe we are using what you require, which is a MMC card connected to the MOD5282. We are also using the HCC file system from Dave. For more...
flechner_franzl
Offline Send Email
Jan 13, 2005
1:07 pm
244
Did you by chance try the I2S interface? Any timing issues with the PIO? Is this just a serial stream? What speed is it coming in at? MP3 is loss less?...
jac02000
Offline Send Email
Jan 13, 2005
2:20 pm
245
I had trouble setting CS1 to 0x6000_0000 (we are mapping a FPGA on a custom board). I went back to the carrier board for the mod5282 and can see CS3 at ...
Ed Snow
hooyaejs
Offline Send Email
Jan 13, 2005
5:48 pm
246
... There are timing requirements that you have to meet, but its no big deal. the PIO is a parallel stream. ... that depends on the MP3 mode to choose to...
seulaterbuddy
Offline
Jan 13, 2005
5:53 pm
247
The 5282 SIM starts at 0x40000000 and I suspect that that might be the problem., but I really don't know. When I try to access 60000000 or 70000000 from the ...
Paul Breed
pbreed
Offline Send Email
Jan 13, 2005
6:08 pm
248
Looking up the IPSBAR address register in section 8.4.1 of the 5282 users manual it shows that only the first 2 bits of the address are decoded for the ...
Paul Breed
pbreed
Offline Send Email
Jan 13, 2005
6:14 pm
249
Hi, Im pretty new to using the netburner and I have a quick question. is there anyway to do the following. - run the netburner code - do some calculations and...
sid_inamdar
Offline Send Email
Jan 19, 2005
5:09 pm
250
Hello. Check functions SaveUserParameters() and GetUserParameters() They store a structre you define in 8KB flash sector starting from offset 24KB ( until...
Ezra Koper
ezrakoper
Offline Send Email
Jan 19, 2005
5:13 pm
251
sid_inamdar wrote: Hi, Im pretty new to using the netburner and I have a quick question. is there anyway to do the following. - run the netburner code - do...
Geert Van Hecke
geertvanhekce
Offline Send Email
Jan 19, 2005
5:14 pm
252
Hello, I am trying to get the UDPtest program to work on the 5282, I build and run the program fine, and can make a connection to the board via UDP and send...
quaratie
Offline Send Email
Jan 23, 2005
4:11 pm
253
Hi, This sounds like a firewall is blocking incoming packets. Try disabling the firewall momentarily to see if it fixes the problem. If so, you should be able...
William J. Eikleberry
wjedesign
Offline Send Email
Jan 24, 2005
2:30 am
Messages 224 - 253 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help