Search the web
Sign In
New User? Sign Up
rabbit-semi · Group for Rabbit C-programmable micros
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 36898 - 36927 of 39534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36898
My guess would be that this example is also trying to use Rabbitnet and the RN100 (analog input board?). You don't state that you are using this, so it might...
tmies
Offline Send Email
Oct 1, 2007
2:30 pm
36899
Hi Tim Thanks for the info. I have RabbitNet and RN1200 and not RN1100, I guest the RN1200 is the problem with this example, the AN407 works well, I just need...
frank_lussier
Offline Send Email
Oct 1, 2007
6:01 pm
36900
We've moved off the Rabbit CPU, and have a number of RCM3010 modules and boards they plug into (for us). All in all 12 modules, should all be working. Our PCB...
basicnode
Offline Send Email
Oct 1, 2007
7:09 pm
36901
Hi. I am working on my final year project on home automation. I use rabbit 3000 server to control few devices over the power line. I have some troubles to...
flaviamirabal
Offline Send Email
Oct 2, 2007
12:12 am
36902
Can anyone point me in the right direction for implementing a "Write to compressed file" function? I'm logging data to an XD card (FAT Filesystem) and...
tech@...
pk7639
Offline Send Email
Oct 2, 2007
3:59 am
36903
Take a look at the zcompress libraries to see if they are appropriate to your needs. http://www.rabbitsemiconductor.com/documentation/docs/refs/TN234/TN234 ...
jjbaumert
Offline Send Email
Oct 2, 2007
2:22 pm
36904
... I could use some of those. What sort of deal are you thinking of??? On the other hand, if you'd like a tax deduction, there's an organization called "The...
tmbomber383
Offline Send Email
Oct 2, 2007
4:04 pm
36905
Hello, The Rabbitcore RCM3365 has 512K of FastRam at U11 and 512K of BBRam at U10. I cannot discover how to access the upper 256K of the BBRAM. Does anyone...
richr86
Offline Send Email
Oct 2, 2007
4:29 pm
36906
... The memory map is undocumented, changes in every version of DC and is different for each compile mode. It gets worse, 9.5x cant even support compile to...
Scott Henion
shdesigns2003
Offline Send Email
Oct 2, 2007
5:01 pm
36907
Hi Scott, Is there a way to override the 4th quadrant so that it uses the top 256K of BBRAM vs. the Flash? I don't need the user block (but maybe Dynamic C...
richr86
Offline Send Email
Oct 2, 2007
5:23 pm
36908
... Hard to say. It needs it to boot and bring up the Ethernet. You might be able to map RAM after it is up, then add the 256k to the memory list. There is an...
Scott Henion
shdesigns2003
Offline Send Email
Oct 2, 2007
5:34 pm
36909
I am in the middle of a project that monitors the movement of a paper filter tape by means of a rotary encoder. I am planning on using the quadrature decoder...
mehiegl
Offline Send Email
Oct 2, 2007
9:34 pm
36910
Why not use library routine qd_read() ? That's all I do and I've been the quadrature decoder for years. ... From: mehiegl <mehiegl@...> To:...
Steve Trigero
seecwriter
Offline Send Email
Oct 2, 2007
10:07 pm
36911
I wasn't aware of the library functions for the QD at first. I found them right after I posted my question. I may still use them, but I would like an answer...
mehiegl
Offline Send Email
Oct 3, 2007
10:32 am
36912
I found information about the additional registers in an appendix in a newer revision of R3000UM.PDF than I had. It doesn't directly address the...
mehiegl
Offline Send Email
Oct 3, 2007
12:43 pm
36913
I recently had to do a quadrature decoder with the RCM4400W, and I emailed Rabbit tech support for samples/help. They sent me the attached file (for the 4000...
tdoyon@...
nhdadfor2
Offline Send Email
Oct 3, 2007
3:19 pm
36914
Hi All Hoping you can shed a bit of light here. Using RabbitWeb, how can one make use of root2xmem and xmem2root? If I load page 1 for example, I want to copy...
Alexis
alexisjhn
Offline Send Email
Oct 3, 2007
3:48 pm
36915
Scott or Others, Given that the Dynamic C compiler is a mess when it comes to memory, how does softools compare? With a RCM3365 you have these memory...
richr86
Offline Send Email
Oct 3, 2007
7:36 pm
36916
... Since it has a linker, you can specify where thing are located. All mapping is in cstart.asm. You can define your own mapping easily. It is easy to define...
Scott Henion
shdesigns2003
Offline Send Email
Oct 3, 2007
7:56 pm
36917
Thank you for the information. I had found the functions just before Steve's reply. I read through the lib that comes with DC9.21 and found that it only makes...
mehiegl
Offline Send Email
Oct 3, 2007
9:36 pm
36918
I am trying to establish a serial link with a Vinculum VDIP1 chip from a OP6800. This is how I have setup the connections: For the OP6800 the following I/O...
azaccagnino
Offline Send Email
Oct 4, 2007
1:25 am
36919
I'm having some trouble getting the Softools FlashIt and IDE programs to connect to the newer 3000 mask - we use the UL2T (the RoHS version of the IL2T). I can...
Ed F.
mrbuggle0
Online Now Send Email
Oct 4, 2007
12:30 pm
36920
Ed- All of the changes that occurred between the Rabbit 3000 and 3000A are listed in appendix B of the Rabbit 3000 Microprocessor User's Manual...
lwoodzw
Offline Send Email
Oct 4, 2007
5:23 pm
36921
Hello All, Can we change MAC address of Rabbit RCM 2200 module. If yes, please suggests the way to do that. -- Regards, Swapnil For those who understand, no...
swapnil bakare
swapnilb83
Offline Send Email
Oct 5, 2007
10:02 am
36922
dear everybody....i had a probelm on my gps receiver to find out the latitude and longitude. i use rabbit as my controller...however,the STDIO cannot appear...
ainnazari
Offline Send Email
Oct 5, 2007
8:17 pm
36923
Hi Use gps.c from example dir, works good. Fakhre Alam ... ____________________________________________________________________________________ Looking for a...
fakhre alam
fakhre.rm
Offline Send Email
Oct 6, 2007
12:21 am
36924
Hi. I was wondering if anyone has done anything to use the keypad pins on the BL2100 for their own boards? The pins does not have write and read signals. As...
stanley_hsu
Offline Send Email
Oct 6, 2007
11:54 am
36925
I am looking for someone to program a small example for me. and how much $? What I need is: 1- reading analog channel from BL2600 and RN1200 and display the ...
frank_lussier
Offline Send Email
Oct 7, 2007
1:16 pm
36926
Hi, i'm doing my final project about home automation using the x-10 protocol, to send the data over the powerline i'm using a home automation modem from...
flaviamirabal
Offline Send Email
Oct 8, 2007
5:00 am
36927
Hi, I am designing a prototype board in which the RCM3365 module will be inserted along with some other components like GPS, ADC etc. To power up the RCM 3365...
mohit.mangal
Offline Send Email
Oct 8, 2007
3:02 pm
Messages 36898 - 36927 of 39534   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