Hello! I m a very newbie to embedded systems, but for a school project I want to design an embedded internet device. As I am a learning-by-doing person, I...
Hi, I'm a newbie to the rabbit 2000 world and I was wondering if someone could point me in the right direction for something pretty basic. I want to implement...
First of all, an SBC from rabbit has a whole load of interface hardware on board and is ready to connect directly to real world devices. A core module is ready...
... The debugger times out when you go down to 32kHz. Take a look at the samples in Samples/LowPower for examples on how to shift down to "sleepy" mode and...
... If you get a development kit for a core module, it will include a prototyping board with an area to solder on extra components if you're going to tie into...
Thx for your answer. As these SBCs are much more expensive than RCMs: If I buy a RCM and then create the hardware interfaces on my own, would that be in the...
The BL1800 family has a lot of hardware interface. Please go to: http://www.rabbit.com/products/bl1800/ <http://www.rabbit.com/products/bl1800/> They have...
I did the core module route - the four modules in the RCM3000/3100 series are all interchangable, depending on needs. The development kit was a good way to...
Check the reset chip operation on the core module. If it always acts fine with an external reset, but acts funny with some power-up resets, you might have a...
Hi, I have been using BL2600 for my projects. For one of my project I need to print the data every second. Is it possible to Connect a serial printer directly...
... 9.21) to read a text file from the host computer? ... While Dynamic C may be able to "see" the computer it's running on to some extent, the rabbit board...
I need to populate several arrays with test data that is read from a file that resides on the host computer. Thanks, Michael ________________________________ ...
Take a look at the #ximport compiler directive. -Tom (sent from my Treo 680) ... From: Michael Phelipa <phelipam@...> Date: Tuesday, Jan 6, 2009 8:22 am ...
Thanks Tom, Exactly what I needed for getting a file of testdata into xmem. Michael ________________________________ From: Tom Collins <tom@...> To:...
Does anyone know a way to dynamically change the http port from 80 to something else? I'm running an RCM3700 on DC9.62. The reason for this is that my...
... Change the port define from a constant into a simple 'word' variable. Then you can assign to it at runtime... or at least before you start accepting ...
No, tcp_reserveport() allows pending connections to a socket that is already opened. It has nothing to do with port assignment. The newer routers (especially...
hi ! I looking for some example to use this TLC5940 with rabbit 4010 ? How i can setup SPI to send in 12bit ? How i can count 4096 Step in the Rabbit PWM ? ( I...
Hi, I am using BL2600 and DC9.62 for my projects. I am a beginner. I have never used pointers with Dynamic C. I am able to write and run programs without...
Use Google to search for tutorials on using pointers in ANSI C. Keep clicking links and reading the tutorials until you start to understand. Here is just one...
Thanks for your reply. I have already gone through the manual. But I could not find any samples that use pointers in Dynamic C samples folder _____ From:...
Thank you for your help _____ From: rabbit-semi@yahoogroups.com [mailto:rabbit-semi@yahoogroups.com] On Behalf Of ebrains2003 Sent: Wednesday, January 14, 2009...
Hi, In my application a rabbit based board is connected to a pc with ethernet interface. The application worked fine for many months. From yesterday, ethernet...
... ethernet interface. ... functionare right. ... Yip could be - but don't throw it away until you've checked everything else first - starting with the...