Search found 32 matches

by Toley
Sun Oct 10, 2010 7:00 pm
Forum: Compiler
Topic: Online Update
Replies: 28
Views: 14462

Hello David, nice to see you're back on track and taking care of the compiler. I have some questions about the online update and the licence policy. I have bought my dongle from a friend who has bought a set of 2 licences (with 2 dongles). First I want to know if it respect the policy if 2 different...
by Toley
Fri Jul 31, 2009 9:19 am
Forum: IDE
Topic: IDE errors
Replies: 13
Views: 8129

Hi JWinters,

If I was you, I would hurry made a backup of my important data. I ever had this kind of problem and some days after, my Hard drive stop turning. Maybe this is not your case but better take no chance.
by Toley
Thu Jul 30, 2009 9:44 am
Forum: IDE
Topic: GLCD Font Creator plugin (POLL)
Replies: 4
Views: 4324

Hi Octal,

This is a very good news. I would like to see vertical and horizontal scan. And also the possibility to export in a standard lookup table (especially for Proton).

Thanks a lot for this very usefull program.
by Toley
Tue Apr 14, 2009 12:44 pm
Forum: General
Topic: RF Transceiver – Recommendations?
Replies: 15
Views: 10970

Did you get a look at Linx modules : http://www.linxtechnologies.com/ I use them and they work fine. But you have to implement a Squelch to avoid permanent noise to trigger the receiving PIC. You can use the internal comparator of the PIC to do that. Some Linx receiving modules already include a squ...
by Toley
Mon Mar 23, 2009 12:38 pm
Forum: IDE
Topic: Conflicts between SFcompiler 2.1.0.1 and MPLAB IDE v8.10
Replies: 19
Views: 18102

Why don't you simply import the .cof file in MPLAB ?
by Toley
Wed Mar 04, 2009 1:50 am
Forum: Compiler
Topic: USB Service questions
Replies: 2
Views: 2297

It's me again, I don't have any answers but more questions. It's about the #option USB_SERVICE and other option directives. My first question is : Do I have to put the #option directive before or after including a library? In this case (USB Library) if the option is placed before the library #option...
by Toley
Tue Mar 03, 2009 11:26 pm
Forum: Compiler
Topic: USB Service questions
Replies: 2
Views: 2297

USB Service questions

Hi everyone, I have some questions about automatic service of the USB bus? Is it use any ressouces of the PIC like a timer ? If yes wich one ? How much time can it takes to service the USB ? Is it PC CPU dependant or is it at a fix frequency ? I try to use USB HID library, and I need to mesure pulse...
by Toley
Wed Feb 04, 2009 2:59 am
Forum: Wiki Announcements
Topic: USB HID Keyboard
Replies: 20
Views: 29117

I have an old Playstation2 Guitar that don't work anymore. I had plan to modify it and to make it a PC-USB guitar. I didn't had no trouble with the hardware but the software never worked like I want. First things first, I have to go back to the beginning. I've ever try Microchip FS USB but it's been...
by Toley
Mon Feb 02, 2009 10:44 pm
Forum: Wiki Announcements
Topic: USB HID Keyboard
Replies: 20
Views: 29117

Thank you very much Nathan. I've tried to do that for a long time without success.

Finally my home made guitar hero will work ;)
by Toley
Sun Feb 01, 2009 7:15 pm
Forum: User Modules
Topic: 18F26K20 SD Testing
Replies: 55
Views: 38481

Thank you very much Steven for the help file, I will read it carefully. I also think 18F26K20 have some hardware SPI bugs. Mine is working but it always give Readback errors at any speed. WARNING - Read Errors Encountered - Readback Not Identical! But I also have 18F25K20 and these ones works fine. ...
by Toley
Sat Jan 31, 2009 5:28 pm
Forum: User Modules
Topic: 18F26K20 SD Testing
Replies: 55
Views: 38481

More extensive test: Device = 18F26K20, HSPLL, Write a 1MB file (Steven's sample code 1) 32MHz SW 56.158s 32MHz MSSP Clk/16 39.899s 32MHz MSSP Clk/4 32.416s 40MHz SW 45.493s 40MHz MSSP Clk/16 32.957s 40MHz MSSP Clk/4 26.202s 48MHz SW 41.352s 48MHz MSSP Clk/16 30.774s 48MHz MSSP Clk/4 25.077s 64MHz S...
by Toley
Sat Jan 31, 2009 12:05 am
Forum: User Modules
Topic: 18F26K20 SD Testing
Replies: 55
Views: 38481

I have now made some test with Swordfish SD Library and a PIC18F26K20. And I get exactly the same result, the card don't initialize at 64MHz. Here are the details. I did not wrote any code, I used Steven's Sample Code 1 : http://www.sfcompiler.co.uk/wiki/pmwiki.php?n=SwordfishUser.SDFileSystemSample...
by Toley
Fri Jan 30, 2009 1:45 am
Forum: User Modules
Topic: 18F26K20 SD Testing
Replies: 55
Views: 38481

Hello Liak, Like I said in my previous post, I used Proton version of SD File System. I did not try SF version yet. With MSSP clock/4 the card don't initialise at all. But just like you said, I used the software SPI and it look faster or even as fast as MSSP clock/16. I don't have any tools to measu...
by Toley
Sun Jan 25, 2009 9:04 pm
Forum: User Modules
Topic: 18F26K20 SD Testing
Replies: 55
Views: 38481

Hi Ryan, I've used the 46k20 with Steven's SD Library but in Proton.

At 64MHz it didn't work with hardware SPI clock/4. I must set the MSSP Clock/16 to make it work.

Maybe this could help you.
by Toley
Mon Dec 08, 2008 6:59 pm
Forum: Compiler
Topic: Buttons, Capacitive Touch Sensing
Replies: 14
Views: 9651

Really cool 8)

Can you publish the schematic of your touch system?

Do you think it can be detected if you put a plastified paper sheet over the buttons ?