Search found 55 matches

by normnet
Tue Jul 19, 2011 8:55 pm
Forum: User Modules
Topic: MRF24J40
Replies: 12
Views: 12203

Re: MRF24J40 Code Available ?

Widgetman wrote:Hi All,
Is there a way to convert it to swordfish Norm ? I would like to play around with the MRF interface myself with some hobby farm ideas.
Thanks
The code is Doug's, see Proton post at:
MRF24J40MA RF Chip

Norm
by normnet
Thu Jul 14, 2011 11:04 pm
Forum: User Modules
Topic: MRF24J40
Replies: 12
Views: 12203

dmtulsa wrote:I have the transmit working correctly for the MRF24J40. I need to clean up the code then I'll post it. Next is the receive mode. If anyone wants to help let me know.
Doug
I have gotten Doug's code to work OK in Proton, both RX and TX!

Norm
by normnet
Fri Mar 04, 2011 3:17 am
Forum: Compiler
Topic: How to produce sound
Replies: 4
Views: 3377

Re: How to produce sound

I'd like to add a tune to my project. For some reason I can't find how to do this. And I don't want a really complex system like in the SDMMCWavPlayer-example. I'm trying to find a simple way to create a tune. I assume it is possible to write a frequency and duration for every note? What would the ...
by normnet
Thu Mar 03, 2011 4:01 am
Forum: Compiler
Topic: How to produce sound
Replies: 4
Views: 3377

Re: How to produce sound

[quote="yllis"...Is it possible to convert a sound to some format and just load it in to the pic? I saw something like this done in this page:
http://www.romanblack.com/picsound.htm
Would this work? And if yes, then how?

Thank you already in advance.[/quote]

The quality is poor.

Norm
by normnet
Mon Oct 04, 2010 1:14 am
Forum: User Modules
Topic: !!!New M25P128 User Module!!!
Replies: 6
Views: 6144

Very cool! Have you tried programming the whole 16 MB? What sort of programming times are you seeing to conduct this? It would be interesting to experiment with some detailed graphics on the chip, even try some video on a colour display. -Tom For an audio application see an older version the MP25P3...
by normnet
Tue Sep 07, 2010 7:10 am
Forum: General
Topic: SF and the future
Replies: 57
Views: 77334

rmteo wrote:Anyone know of a real-time operating system (pre-emptive and/or co-operative) that works with SF - or any other dialect of BASIC?
See BRTOS: A Real Time Operating System for the PIC.

Norm
by normnet
Mon Sep 06, 2010 5:42 am
Forum: General
Topic: SF and the future
Replies: 57
Views: 77334

Anyone know of a real-time operating system (pre-emptive and/or co-operative) that works with SF - or any other dialect of BASIC? A quick Goggle turned this up. Not tried. If it's a hobby activity, and you want to concentrate of quick and easy, then I suggest ZBasic.net. Very fast development for a...
by normnet
Sun Jul 25, 2010 8:43 pm
Forum: Wiki Announcements
Topic: PIC and WIFI question!
Replies: 3
Views: 7026

Perhaps these new Microchip Wi-Fi transceiver modules. Designed for use with Microchip microcontroller families (PIC18, PIC24, dsPIC33, and PIC32) with downloadable Microchip TCP/IP Stack This project may be best done in C unless someone can/has port the Microchip TCP/IP Stack to basic. Or could a t...
by normnet
Tue Jul 13, 2010 2:13 am
Forum: General
Topic: SF and the future
Replies: 57
Views: 77334

I tried out that Website Downloader. Unfortunately, without the PHP backend it's not in any kind of searchable format. Try the free Everything search engine. NTFS only. I still can't believe that it can index 100's of Gigs of files from the first instant it's on. Power Basic is believed to be the s...
by normnet
Sat Jul 10, 2010 8:01 pm
Forum: Compiler
Topic: SDMMCWavPlayer
Replies: 15
Views: 12583

Just a friendly bump, anyone willing to help out on porting an embedded memory solution? As I said it's a little beyond me right now but I'm willing to push the learning curve. Right now I'm leaning towards the SST 32Mbit SPI Serial Flash instead of an SD card. http://www.sst.com/dotAsset/40373.pdf...
by normnet
Fri Jul 09, 2010 9:21 pm
Forum: General
Topic: SF and the future
Replies: 57
Views: 77334

JWinters wrote:Which makes me wonder, is there a way to back up a forum that isn't yours?
See Website Downloader.

Norm
by normnet
Fri Jun 25, 2010 10:20 pm
Forum: Compiler
Topic: How to upload images from SD cards to display Nokia 6100?
Replies: 1
Views: 2160

Re: How to upload images from SD cards to display Nokia 6100

Jardik wrote:Please advice. Preferably example code.
I need to upload images from SD card and view them on display Nokia 6100
You advise someone what to do or where to find an example?
One thread Please.

See PIC iPod wav player and PIC NOKIA 6100 GLCD Code, BMP Converter.

Warning other compiler.

Norm
by normnet
Wed May 12, 2010 8:15 pm
Forum: Compiler
Topic: SDMMCWavPlayer
Replies: 15
Views: 12583

$10 a pop, really doesn't really meet my reasonable cost criteria as it instantly doubles the cost of the circuit.
Plus it still requires 8 pins of output.

An 16 pin R-2 ladder is doable.

Norm
by normnet
Sat Mar 20, 2010 2:42 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81745

Cool!

Norm
by normnet
Fri Mar 19, 2010 10:56 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81745

Neat stuff! I was able to build a CD quality mono wav player with a Nokia 6100 GLCD interface on a PIC18F4520. Next is a stand alone VGA monitor 8 bit mini video card with a PIC18 and some supporting logic. I keep running into speed limitations however and someday will need to upgrade to ARM or FPGA...