Search found 37 matches

by Tom Estes
Mon Aug 22, 2011 8:57 pm
Forum: IDE
Topic: Update from 2.2.0.9 to 2.2.1.2 Not working
Replies: 6
Views: 6549

Well, there is a fix.

I changed the program properties to run as an XP program and made the SF update. It updated. I then changed the program property back to Win7 mode and the update remained in place, everything appears OK.

Go Figure......
by Tom Estes
Mon Aug 22, 2011 8:50 pm
Forum: IDE
Topic: Update from 2.2.0.9 to 2.2.1.2 Not working
Replies: 6
Views: 6549

Thanks David, I understand it is hard to help when it can't be duplicated. Disablng anti-viris and firewall didn't help. I'll plug around on this end for a fix. I often find if I leave a broken part of Win7 alone for a month or two, it magically gets fixed. They issue so many patches it is hard to t...
by Tom Estes
Mon Aug 22, 2011 7:27 pm
Forum: IDE
Topic: Update from 2.2.0.9 to 2.2.1.2 Not working
Replies: 6
Views: 6549

Yes, I'm logged on as administrator. I also checked the box to run the program as administrator. Same result. After the downloads, I get SFs update success message, the SF ask "what do I want to do" box, I choose close IDE. SF box "Installation complete" flashes up just before restart. It restarts t...
by Tom Estes
Mon Aug 22, 2011 5:53 pm
Forum: IDE
Topic: Update from 2.2.0.9 to 2.2.1.2 Not working
Replies: 6
Views: 6549

Update from 2.2.0.9 to 2.2.1.2 Not working

When I start SF full version, it advises an update is available. After entering my Update Password, I get a successful download of the update and it appears everything updates OK. The IDE restarts after the update but the version doesn't change, it remains 2.2.0.9 and 1.1.5.5. The next time I start ...
by Tom Estes
Thu Dec 02, 2010 2:39 pm
Forum: Wiki Announcements
Topic: MLX90614 module
Replies: 5
Views: 11915

Sorry but I'm away from my bench for several weeks but the code continues to work in an application I have running. The only thing that comes to mind is that the MLX90614 is a 3.2V device and if you have applied 5V to it, it may be fried. The pullups (I used 22k) must be tied to the 3.2V supply as w...
by Tom Estes
Tue Oct 19, 2010 8:03 pm
Forum: User Modules
Topic: SD Card and Sleep or Low Power Mode
Replies: 13
Views: 13302

FET used

It was a BS170 FET

Still working fine......
by Tom Estes
Sat Jan 09, 2010 6:57 pm
Forum: Wiki Announcements
Topic: SF Library Reference file as PDF
Replies: 4
Views: 9867

Thanks rmteo for doing this. I printed it as a booklet which makes a great desk reference tool.
by Tom Estes
Fri Nov 06, 2009 8:44 pm
Forum: IDE
Topic: 64 Bit Windows 7 security key failure
Replies: 5
Views: 7234

Failure self corrected

Good 'ole Microsoft. Although Win7(64) complained with a big red X that it didn't install the security key driver, it must have. Indeed I couldn't get SF to work as it kept insisting on the key. However - after I shut the machine completely down, and having left the key in the usb slot, upon the nex...
by Tom Estes
Fri Nov 06, 2009 4:56 pm
Forum: IDE
Topic: 64 Bit Windows 7 security key failure
Replies: 5
Views: 7234

64 Bit Windows 7 security key failure

I'm trying to install Swordfish on a Win7 64 bit platform. All seems to go OK until the dongle driver is loaded. Win7 reports the driver installation failed. It suggests I go to the manufacturer and get the latest driver. The driver is signed so that is not the problem, it just fails to install. Fro...
by Tom Estes
Tue Jan 20, 2009 8:33 pm
Forum: Wiki Announcements
Topic: CRC Module
Replies: 1
Views: 6030

CRC Module V1.1

The CRC module V1.1 has more routines added:

Sensiron SHTcrc8LU
SMBus SMBcrc8AL
CCITT CCITTcrc16SF
MODBUS MODBUScrc16SF
CRC16 CRC16SF

Tom
by Tom Estes
Tue Jan 06, 2009 8:33 pm
Forum: Wiki Announcements
Topic: CRC Module
Replies: 1
Views: 6030

CRC Module

I've posted a new CRC module in the user modules area of the Wiki.

http://www.sfcompiler.co.uk/wiki/pmwiki ... .CRCModule

This module provides CRC routines for DAL8, DAL16, Sensirion, and SMB8. Please feel free to add to it.

Tom
by Tom Estes
Thu Dec 11, 2008 10:34 pm
Forum: Compiler
Topic: Passing Pins observation
Replies: 0
Views: 2620

Passing Pins observation

I wrote a module which accepted the passing of pins like this Public Sub GetSHTxx(ByRef pTempF,pHumid,pDewPtF As Float, ByRef pDataPin, pClockPin As Bit) This worked with past versions of the compiler but with the last upgrade it no longer works. This does Public Sub GetSHTxx(ByRef pTempF,pHumid,pDe...
by Tom Estes
Wed Oct 08, 2008 6:49 pm
Forum: User Modules
Topic: SD Card and Sleep or Low Power Mode
Replies: 13
Views: 13302

I use the Mikro Elektronika MMC/SD board shown here http://www.mikroe.com/en/tools/mmc/ Pin 10 of that board is ground. Instead of going to ground I tie that pin to the FET (BS170) drain, the source is to ground and the gate is to a PIC pin. That's it. This way I turn off the whole board so that it'...
by Tom Estes
Wed Oct 08, 2008 1:28 pm
Forum: User Modules
Topic: SD Card and Sleep or Low Power Mode
Replies: 13
Views: 13302

I use Stevens routines on an SD card that is energized every 5 minutes (logging application) with a mosfet in the gnd lead. I do an init every time it is energized. It has been in operation for 6 months with no errors at all.
by Tom Estes
Tue Apr 01, 2008 8:35 pm
Forum: Wiki Announcements
Topic: SDFileSystem Version 4.0.9
Replies: 32
Views: 56431

New Version working well for me

Steven

I'm using the new version on an 18F4620 and all is good. I'm using it in a single file logging application so am not giving it too much of a workout.

Thanks for your excellent contributions, much appreciated!

Tom