Skip to search.
rabbit-semi · Group for Rabbit C-programmable micros

Group Information

  • Members: 3907
  • Category: Microcontrollers
  • Founded: Oct 3, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 14900 - 14929 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14900 Micron Engineering
micronpn Offline Send Email
Jul 1, 2003
7:55 am
Hi guys, I need to compute the FFT of my adc input signal when no signal is present to see if I have white noise or a specific frequency gives me some emi. I...
14901 simitel0299 Offline Send Email Jul 1, 2003
8:41 am
Dear all, I am now using R3000, with 512KB FLASH and 512K SRAM. Then I want to test PPP, so I open and compile the Modem_Test.c in Samples/PPP directory to...
14902 shdesigns2003 Offline Send Email Jul 1, 2003
9:17 am
... I think you mean 0-20 Hz, at 50Hz sample rate the highest frequency will be 25 hz. ... Each sample is sample rate/length. So fo 50 hz sample rate and 2048 ...
14903 Vincent
v_clerc_fr Offline Send Email
Jul 1, 2003
9:29 am
Hi Massimo, There's a BIG limitation in what you want to achieve! If your ADC has a 50Hz sample rate, you won't be able to get more than 25 Hz of Bandwidth. ...
14904 Micron Engineering
micronpn Offline Send Email
Jul 1, 2003
10:31 am
Thanks, now I understood realtionship between fft points and frequency. My original idea was to don't use the same adc to make the fft analisys but a different...
14905 Micron Engineering
micronpn Offline Send Email
Jul 1, 2003
10:36 am
Thanks, now I understood realtionship between fft points and frequency. My original idea was to don't use the same adc to make the fft analisys but a different...
14906 vijay bhoga
vkbhoga Online Now Send Email
Jul 1, 2003
10:48 am
Hi all Will PPP and TCP/IP work at the same time?? Bye vijay Kumar.B __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per...
14907 an1j21 Offline Send Email Jul 1, 2003
10:50 am
Ok thanks for all the useful info but this still is not working I have disabled LCP extensions, Dial-back etc & any compression The Debug output now says that...
14908 Simons, Darren
darrens1962 Offline Send Email
Jul 1, 2003
10:52 am
By this I assume you mean the ethernet port and a dialup link.--> YES but you will need a up todate version of Dynamic C regards Darren...
14909 vkbhoga Online Now Send Email Jul 1, 2003
11:06 am
I am Using Dynamic C 7.33p3 version ... YES...
14910 vkbhoga Online Now Send Email Jul 1, 2003
11:32 am
Dear Mr Darren Am using PPP with modem (serial Port) and also ethernet TCP/IP. We will be able to use both at a time or it will creating any conflict. Does...
14911 Simons, Darren
darrens1962 Offline Send Email
Jul 1, 2003
11:42 am
Yes i have it working here. But you need to ghet the latest PPP libs from ZWorld have a look at the samples. ...
14912 Simons, Darren
darrens1962 Offline Send Email
Jul 1, 2003
11:52 am
Should be ok if its a Premier version though you need to get the PPP upadtes from ZWorld Rabbit tech support. See the example ...
14913 Steve Hardy
mean_taipan Offline Send Email
Jul 1, 2003
2:33 pm
... TCP does not care if there is no physical connection, provided that it does not actually need to send or acknowledge any data. This is good. Things will...
14914 Steve Hardy
mean_taipan Offline Send Email
Jul 1, 2003
2:51 pm
Your main problem seems to stem from confusion between sock_alive() and interface status. They actually have very little to do with each other. sock_alive()...
14915 Steve Hardy
mean_taipan Offline Send Email
Jul 1, 2003
2:53 pm
... No doubt you simply have the wrong compiler settings. All of the samples will fit in less than 256k, so you certainly have enough space. What board type...
14916 Dave Moore
questdavemoore Offline Send Email
Jul 1, 2003
4:59 pm
Perhaps go buy a copy of XP? Probably sunk more than that into this by now... ... From: an1j21 [mailto:dee@...] Sent: Tuesday, July 01, 2003 3:20 AM...
14917 Whatever U. Want
ccrazed Offline Send Email
Jul 1, 2003
5:26 pm
You are assumptions are all correct. Following the state machine pattern in program multi_echo.c I came up with the following, with SOCKET_CLOSED being the...
14918 Charlie Krauter
cakrauter Offline Send Email
Jul 1, 2003
6:32 pm
It looks like you removed the dial-back option succeesfully. In your debug trace I see that the Rabbit is satisfied woth the options requested by Win2k. It...
14919 Whatever U. Want
ccrazed Offline Send Email
Jul 1, 2003
7:22 pm
I should have tried out the code below belore I wrote my last post. In testing it out, I find that after I execute sock_init(), that sock_alive() never returns...
14920 Doug Thistlethwaite
arswpl Offline Send Email
Jul 1, 2003
8:11 pm
Robert, Thank you for the reply. I understand what you were saying about using assembly and hard coding the function locations... This is similar to how I...
14921 ricardoparanabr Offline Send Email Jul 1, 2003
9:01 pm
Hi Administrator, Can you to organize the files into Files Section by Date ? It'll be easyer to locate any update. Thanks, RHL...
14922 hernanlcastro@...
hernanlcastro Offline Send Email
Jul 1, 2003
9:06 pm
Hi. Is possible to use "Port A" when the Ethernet is working in a module RCM3000?...
14923 Dave Moore
questdavemoore Offline Send Email
Jul 1, 2003
10:45 pm
Ports E and F have a 4 byte FIFO for both rx and tx. I'm using those ports in HDLC mode. I'm trying to figure out when I can start another transmission...
14924 simitel0299 Offline Send Email Jul 2, 2003
12:18 am
Dear sir: Thank you for your reply! The board is made by myself, it has 512KB SRAM, 512KBFLASH, the main clock input is 11.0592MHZ. I found that when I...
14925 Yuri Ostry
velund2000 Offline Send Email
Jul 2, 2003
1:57 am
Hello, Looks like you need to check your user block in flash and write correct board ID if it is invalid. There was a lot of discussions about this before, so...
14926 Harsanyi Alexandru
halex90 Offline Send Email
Jul 2, 2003
2:06 am
I tried to implement your requirements using Dynamic C and almost got it working :-) I'll share my experiences, if you want the (non working) code, I'll post...
14927 Harsanyi Alexandru
halex90 Offline Send Email
Jul 2, 2003
2:24 am
When experimenting with the calibration funtions (see my previous post), I noticed that the following code crashes Dynamic C 7.32 when trying to compile it: ...
14928 René Lefebvre
renewebdyn Offline Send Email
Jul 2, 2003
8:04 am
Hello, I am looking help for make working the multiweb.c exemple finded in samples I work with DC733P3 and I try have a web server running with LAN and PPP....
14929 Harsanyi Alexandru
halex90 Offline Send Email
Jul 2, 2003
9:00 am
While I won't be able to help you directly here is some advice... I noticed that many people test PPP by dialing into their ISP. So many things can go wrong...
Messages 14900 - 14929 of 41585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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