Search found 237 matches

by rmteo
Fri Apr 01, 2011 2:31 pm
Forum: Compiler
Topic: First post
Replies: 10
Views: 5342

octal wrote:
rmteo wrote:Those mini2440's sure are nice, aren't they? :wink: :wink: :wink:
And extremely low price !
octal, have you looked at Crossworks for ARM?
by rmteo
Tue Mar 22, 2011 2:16 pm
Forum: Compiler
Topic: First post
Replies: 10
Views: 5342

ciseco wrote:How did you find the 2440? I thought that page had been disabled.

Miles
They are on the page that you linked to.
Image Image
by rmteo
Tue Mar 22, 2011 4:32 am
Forum: Compiler
Topic: First post
Replies: 10
Views: 5342

Those mini2440's sure are nice, aren't they? :wink: :wink: :wink:
by rmteo
Mon Mar 14, 2011 5:54 pm
Forum: User Modules
Topic: UART TOOL
Replies: 23
Views: 11115

You are starting to get into the realm of what is known as multi-tasking. You have two tasks - one to toggle the Red LED every second and the other to toggle the Green LED every 5 seconds. As you have found it can get quite tricky to do it right. It is easy to get a single task going. However adding...
by rmteo
Tue Dec 28, 2010 3:43 pm
Forum: Compiler
Topic: Code Run from External EEPROM/RAM possible?
Replies: 13
Views: 7474

You cannot run PIC code from EEPROM. You could use one of the devices that Jerry mentioned, although that is meant to just increase/extend the amount of the device's program memory - not exactly what you want to do though.
by rmteo
Tue Dec 28, 2010 3:03 pm
Forum: Compiler
Topic: Code Run from External EEPROM/RAM possible?
Replies: 13
Views: 7474

Perhaps another question may be in order. What are you wanting to do where 128KBytes of FLASH is not sufficient?
by rmteo
Thu Nov 25, 2010 12:58 am
Forum: IDE
Topic: No updating, no password, no response...
Replies: 5
Views: 4510

Hi Robert, Worst case scenario, download the demo version of SF. It has some limitations but it will be many months before you encounter them. In any event, save your work and you will be able to use it with the full version. You can get it here http://www.sfcompiler.co.uk/swordfish/download/index.h...
by rmteo
Sun Sep 05, 2010 11:38 pm
Forum: General
Topic: SF and the future
Replies: 57
Views: 77392

Anyone know of a real-time operating system (pre-emptive and/or co-operative) that works with SF - or any other dialect of BASIC?
by rmteo
Fri Aug 27, 2010 3:04 pm
Forum: General
Topic: SF and the future
Replies: 57
Views: 77392

I agree that SF is the best BASIC compiler out there - but it is still BASIC. If this is just a hobby for you, it may be OK to stay with SF and live with the uncertainties it has. I would highly suggest moving to C - it really is not any more difficult to work with and has capabilities/features far ...
by rmteo
Wed May 05, 2010 2:35 pm
Forum: General
Topic: 8 output PWM
Replies: 18
Views: 12051

Another possibility is the PCA9532. Max. PWM frequency is 152Hz - you can easily set it up to run at a selectable 100 or 120Hz. Available for <$2 from Mouser, Digikey, Future, etc. The PCA9532 is a 16-bit I2C-bus and SMBus I/O expander optimized for dimming LEDs in 256 discrete steps for Red/Green/B...
by rmteo
Fri Apr 23, 2010 3:13 am
Forum: User Modules
Topic: my first time with GLCD+s1d13700
Replies: 10
Views: 6729

You don't need the module identifier or [end].

Code: Select all

[device = devicename]
[clock = frequency]
[config = ]
[include = ]
{modules}
{declarations}
{statements} 
by rmteo
Fri Apr 23, 2010 1:33 am
Forum: User Modules
Topic: my first time with GLCD+s1d13700
Replies: 10
Views: 6729

I would go with the PIC18F452. Download the SF Manual here http://www.sfcompiler.co.uk/swordfish/d ... umentation
Play with some of the canned examples to get an idea of how to set up your project.
by rmteo
Fri Apr 23, 2010 1:00 am
Forum: User Modules
Topic: my first time with GLCD+s1d13700
Replies: 10
Views: 6729

If you have not already got your PIC, then I suggest using one of the newer 4 digit devices such as the PIC18F4620.
by rmteo
Thu Apr 15, 2010 1:58 am
Forum: Compiler
Topic: For Next loop
Replies: 6
Views: 3763

Try inserting a DelayMS(200) between the HIGH and TOGGLE commands.
by rmteo
Wed Apr 14, 2010 4:44 pm
Forum: User Modules
Topic: Graphics OLED writing... faster...maybe
Replies: 10
Views: 6799

Hello rmteo, I need for an application a display that could be sun readable, I need a simple black on white one ... something that can be read under sun. Regards octal What do you think of the graphic OLED on the EA Base Board? Its response time seems much better than GLCD's that even using the SPI...