Search found 169 matches

by bitfogav
Sat Mar 04, 2023 2:01 pm
Forum: User Modules
Topic: arduino millis() and micros() functions
Replies: 2
Views: 1673

Re: arduino millis() and micros() functions

Thank you Jerry for sharing and the continue support here..
by bitfogav
Tue Oct 25, 2022 5:42 pm
Forum: Modules
Topic: 1.8'' TFT Display
Replies: 29
Views: 26200

Re: 1.8'' TFT Display

Hi agent007, I'm glad that it all worked, and thank you for the PM.

What model/type of display did you get for the ST7735S driver, does it have A0 pin on it?.. :D
by bitfogav
Mon Aug 02, 2021 6:01 pm
Forum: User Modules
Topic: arduino ToneLibrary and Ringtone RTTTL Player
Replies: 2
Views: 3654

Re: arduino ToneLibrary and Ringtone RTTTL Player

Thank you Jerry.. I'll be interested in trying this out.. :)
by bitfogav
Wed Apr 07, 2021 12:07 pm
Forum: Modules
Topic: i2c Does not want to show what's on the bus?
Replies: 5
Views: 3534

Re: i2c Does not want to show what's on the bus?

Sorry LEEDNH that you had trouble with my sample code, and thank you Jerry for fixing the issue. I will update the sample code page, link to this topic for anyone else having any issues.. :)
by bitfogav
Wed Sep 30, 2020 1:46 pm
Forum: IDE
Topic: UMC Build Error
Replies: 17
Views: 11793

Re: UMC Build Error

Thank you Jerry, It helps if you're not trying to compile the .asm file that's in a folder on you're Desktop (I was getting multiple build errors using the Mpasm interface).. :oops: DOH.. Anyway I just wanted to add that the .asm file with 2 changes works great using an 20Mhz external osc :D (tested...
by bitfogav
Sun Sep 27, 2020 5:57 pm
Forum: IDE
Topic: UMC Build Error
Replies: 17
Views: 11793

Re: UMC Build Error

Sorry to be a pain again Jerry, I was looking at compiling just the .asm file using mpasmx.exe outside of Mplab-X, As I've never done this method before what would be the recommended settings to set in the mpasmx interface?.
MPASM80Hex.jpg
MPASM80Hex.jpg (83.82 KiB) Viewed 9096 times
by bitfogav
Wed Sep 23, 2020 10:58 am
Forum: IDE
Topic: UMC Build Error
Replies: 17
Views: 11793

Re: UMC Build Error

If you're trying to build this in mplabx, open the project properties, navigate to 'mpasm (Global Options)' and check 'Build in absolute mode'.
Thank you Jerry that has fixed the compile error, that and MplaX v5.35. :D Also I can't thank you enough for sharing all this great information..
by bitfogav
Wed Sep 23, 2020 8:27 am
Forum: IDE
Topic: UMC Build Error
Replies: 17
Views: 11793

Re: UMC Build Error

Anyway, here's a UMC bootloader for the K42. It's a standalone .asm file that supports the whole 18FxxK42 family. Just assemble it with mpasmx.exe to create the hex file. I'm sorry to gatecrash this topic, but I have just needed a bootloader for the 18F47K42, I am going to sound really dumb here bu...
by bitfogav
Thu Sep 17, 2020 8:25 pm
Forum: Modules
Topic: new SSD1306S Library
Replies: 5
Views: 3878

Re: new SSD1306S Library

Thanks for this Jerry I have a 128x64 I2C Oled working like a dream with the module.. Thanks again.. Here is a demo I have been running Device = 18F26K22 Clock = 64 // OLED I2C 128x64 // 4 SDA mssp SDA // 3 SCL mssp SCL // 2 5V VCC // 1 GND GND Include "intosc.bas" // setup intosc based on 'clock=' ...
by bitfogav
Sun Sep 13, 2020 10:58 am
Forum: Modules
Topic: new SSD1306S Library
Replies: 5
Views: 3878

Re: new SSD1306S Library

I looked in the Samples folder but didn't look in the NewExamples folder.. :roll: Thanks Jerry
by bitfogav
Sun Sep 13, 2020 9:12 am
Forum: Modules
Topic: new SSD1306S Library
Replies: 5
Views: 3878

new SSD1306S Library

Is there any example code for the new SSD1306S.bas Module just added to the compiler library?...
by bitfogav
Sat Aug 29, 2020 9:22 pm
Forum: Modules
Topic: Library modules and recent compiler updates
Replies: 3
Views: 2716

Re: Library modules and recent compiler updates

SDfilesystem 4.1.6 is found in the standard libraries (C:\ProgramData\Mecanique|Swordfish\Library\SDMMC) on windows 10.
by bitfogav
Sat Aug 29, 2020 3:18 pm
Forum: IDE
Topic: Problem with the path to the Library folder
Replies: 21
Views: 12935

Re: Problem with the path to the Library folder

Any updates go to the c:\ProgramData\Mecanique|Swordfish\Library so it seems Swordfish should look there first, then the working directory. Otherwise the libraries will not be current. Any Compiler update will update the default libraries in C:\ProgramData\Mecanique|Swordfish\Library, but if you ha...
by bitfogav
Sat Aug 29, 2020 8:53 am
Forum: IDE
Topic: Problem with the path to the Library folder
Replies: 21
Views: 12935

Re: Problem with the path to the Library folder

I'm not sure that what you are seeing is incorrect..
Swordfish will always look in the C:\User\Documents library before looking in the C:\ProgramData library.
A Swordfish library on my windows 10 Installs in C:\ProgrammeData and it will always recreate a user library in C:\User\Documents..
by bitfogav
Sun Aug 02, 2020 10:45 am
Forum: General
Topic: Forum zip files
Replies: 7
Views: 4875

Re: Forum zip files

From what I can tell any zip file I have downloaded and tested from before and up to 2018 are corrupted. :cry: But zip files from late 2019 early 2020 seem to work with no problems at all.. did something change around 2018?. Is it possible an update around this time to phpBB caused the issue?, I rea...