Search found 152 matches

by RangerBob
Wed Nov 14, 2012 4:14 pm
Forum: General
Topic: No Noose is good noose?
Replies: 7
Views: 4029

I also pop by pretty much every day to keep an eye on things. I also post over at Digital DIY which seems to have collected a few of the SF regulars. As regards to SF use, I use it every day in a production environment. Swordfish has been going swimmingly for ages for me so no need to ask for help! ...
by RangerBob
Mon Oct 01, 2012 3:52 pm
Forum: Wiki Announcements
Topic: Internal RTCC Module
Replies: 1
Views: 5708

Internal RTCC Module

Hello All,

Have been working with the Internal RTCC module for a few days now, and thought someone else might benefit from a Swordfish module being written for it, so I've popped one up on the Wiki here.

Best Regards

Nathan (Rangerbob)
by RangerBob
Thu Apr 12, 2012 1:04 pm
Forum: Wiki Announcements
Topic: MRF49XA Transceiver module
Replies: 1
Views: 5532

MRF49XA Transceiver module

Hello All,

Just to note i've added a user module to the wiki for the Microchip MRF49XA sub-GHz ISM band transceiver IC here.

Regards
by RangerBob
Thu Apr 12, 2012 8:38 am
Forum: General
Topic: Chances of Microchip releasing a 14 pin PIC18
Replies: 5
Views: 3523

Core looks managable to me ;):

Image

http://www.bunniestudios.com/blog/?page_id=40

I guess if you were careful with a hacksaw ... all the vdd and gnds are on the inner legs.... ;)
by RangerBob
Thu Apr 12, 2012 8:17 am
Forum: General
Topic: Chances of Microchip releasing a 14 pin PIC18
Replies: 5
Views: 3523

No idea if its any help but there are 3 available 24F series with 14 pins in TSSOP package available (PIC24F04KA200, PIC24F04KL100 & PIC24F08KL200).

Very odd that they have not released any 18X series with less than 18 pins when they have a PIC24 core jammed in a smaller areas!
by RangerBob
Tue Apr 10, 2012 8:21 am
Forum: Wiki Announcements
Topic: HTTP & Pachube Client articles
Replies: 2
Views: 5576

Had a look at thingspeak. Looks good! I didn't know about that one. Has a lot less stupid name too ;). If i'm not mistaken thats our fellow Swordfish guy JWinters (IOBridge)! Shouldn't be too hard to modify things to suit. Looking around, I suspect Jason already has for the iobridge modules. Been lo...
by RangerBob
Thu Apr 05, 2012 10:55 am
Forum: Wiki Announcements
Topic: HTTP & Pachube Client articles
Replies: 2
Views: 5576

HTTP & Pachube Client articles

I've taken the liberty of adding a few links to Digital DIY hosted articles I wrote to the Wiki here . One is a simple demonstration HTTP client, using David's Ethernet code library. The other shows an example of using that HTTP client to interface to the online Pachube (Patch Bay) datalogging servi...
by RangerBob
Tue Apr 03, 2012 2:36 pm
Forum: General
Topic: usbcdc
Replies: 1
Views: 1837

More information required please.

I run the USBCDC module quite happily on 18F4550 and 18F2550 processors under windows 7 64-bit.
by RangerBob
Fri Mar 30, 2012 9:57 am
Forum: Modules
Topic: Can't find the user library when compiling
Replies: 8
Views: 4995

Re: Can't find the user library when compiling

Perhaps you are approaching this problem from the wrong direction. There are ways of making dropbox synchonise things outside its own folder by using Symbolic Links (search "symbolic link dropbox"). ** WARNING ** EDITED: (I got it backwards!) For example on Windows 7: You need to move your "Swordfis...
by RangerBob
Mon Feb 27, 2012 2:19 pm
Forum: Modules
Topic: new USB v1.4 module (with SF HID bootloader)
Replies: 11
Views: 8138

Hi David, If you're looking for testing requests for parts, the PIC18F87J50 has been my go to device for USB for a long time now ( since 2008 at least! ). Similar to the 46J50, Bunch of Ram (currently difficult to use all), BDT in the middle etc. I've done many projects that use large (> 2k) amounts...
by RangerBob
Tue Jan 31, 2012 3:46 pm
Forum: User Modules
Topic: USB Demo from Nathan Herbert
Replies: 4
Views: 3515

Hi Erik, bitofgav is right i'm afraid. There is nowhere in the HID descriptor to specify what layout is in use. It's entirely up to the OS on how it handles the layout. The software is really just saying which position is pushed (scan code), not what the button actually is (char code). We simply mat...
by RangerBob
Thu Dec 15, 2011 4:27 pm
Forum: General
Topic: Serial backpack for 320x240
Replies: 16
Views: 12330

It's not the OS that's really the issue. The hardware is atrocious. The one I had to evaluate lasted maybe 20 minutes on battery. If you left it charged overnight, it was flat by morning. The screen is softer than butter and scratched badly within 20 minutes due to the dry skin on my fingers. The sc...
by RangerBob
Thu Dec 15, 2011 4:03 pm
Forum: General
Topic: Serial backpack for 320x240
Replies: 16
Views: 12330

Ah yes, my Boss spotted one of these on Ebay and decided they would be great to give to customers instead of our current expensive iPads.

I'll just leave this here:
http://arstechnica.com/gadgets/reviews/ ... tablet.ars

I concur with ars.
by RangerBob
Tue Oct 25, 2011 8:50 am
Forum: Compiler
Topic: Low Voltage Detect Code
Replies: 4
Views: 3682

I've been using 18F4550's and 18F8722's with this code. You'll probably have to trawl the datasheet to ensure thats the correct registers. Some are a bit different.

Regards
by RangerBob
Mon Oct 24, 2011 2:40 pm
Forum: Modules
Topic: I2C Routine
Replies: 6
Views: 3787

A RTC and storage part i've been using lately that may be useful to you has been the DS32C35 . I2C RTC with integrated TCXO & crystal and 8K Non-volatile FRAM. FRAM means no-backup supply needed just like EEPROM, but it has no write cycle limits plus it's very fast to write! TCXO means it seems to s...