Search found 169 matches

by bitfogav
Tue Nov 26, 2019 7:48 pm
Forum: User Modules
Topic: MODULES FOR MCP23008 AND MCP9800
Replies: 5
Views: 5582

Re: MODULES FOR MCP23008 AND MCP9800

I have the module by Jon here for the MCP23008 - I'm not sure if its the latest version but it was one I had in my library.. :)
MCP23008.zip
(4.48 KiB) Downloaded 203 times
by bitfogav
Thu Oct 31, 2019 10:18 am
Forum: Compiler
Topic: Request for SF support for new chip 18F27Q10
Replies: 8
Views: 5819

Re: Request for SF support for new chip 18F27Q10

Thank you Jerry, David for the hard work and update :)

The update has gone smoothly here..
by bitfogav
Fri Jan 11, 2019 5:47 pm
Forum: User Modules
Topic: Using Swordfish With MikroBUS Click Adapter Boards
Replies: 4
Views: 4190

Re: Using Swordfish With MikroBUS Click Adapter Boards

I have the MikroE UNO Click shield and a Firewing PIC18 board Jerry, I haven't looked at the corresponding pin mappings yet though. If all the pin mappings doesn't match up then I might make my own UNO Shield for the Firewing PIC18 board, which I'll be happy to share or at least share the PCB Gerber...
by bitfogav
Wed Jan 09, 2019 5:46 pm
Forum: User Modules
Topic: Using Swordfish With MikroBUS Click Adapter Boards
Replies: 4
Views: 4190

Re: Using Swordfish With MikroBUS Click Adapter Boards

Thanks for sharing this information Jerry, I've got several Click boards from LED displays to some sensors I been meaning to play with, I'll have to dig them out :)
by bitfogav
Fri Oct 05, 2018 6:46 pm
Forum: Compiler
Topic: Install limit
Replies: 3
Views: 4617

Re: Install limit

Send David a PM on here with your serial key, I'm sure he will reset them.

Link to: David PM
by bitfogav
Sun Jul 29, 2018 8:17 pm
Forum: Compiler
Topic: Updated Swordfish Device Files and Libraries
Replies: 2
Views: 4716

Re: Updated Swordfish Device Files and Libraries

This is great!! thank you Jerry for all you're continued support and posting this :)
by bitfogav
Sun Jun 11, 2017 1:33 pm
Forum: General
Topic: 18f24K40
Replies: 17
Views: 15164

Re: 18f24K40

The SetDigitalIO library has been updated since the DIY version which is compatible with the 18F24K22 or the K22 series of mcu's.. You need to download the latest version and put that in the same folder as your programme or put it in the Swordfish userLibrary folder. http://www.sfcompiler.co.uk/wiki...
by bitfogav
Sat Jun 10, 2017 11:20 pm
Forum: General
Topic: 18f24K40
Replies: 17
Views: 15164

Re: 18f24K40

If it's any help then there is a good article on the wiki which covers how to set the internal OSC, the article is for a 18F25K22 but should be the same for the 18F24K22.

http://www.sfcompiler.co.uk/wiki/pmwiki ... hSwordfish
by bitfogav
Thu May 04, 2017 6:19 pm
Forum: IDE
Topic: First Thing to Do In Swordfish
Replies: 10
Views: 6489

Re: First Thing to Do In Swordfish

swordfishuser wrote:Do I open a new source file or start a project to get started please?
Neither, You just click on the "New" tab or press CTRL+N to get started. That will start you with a clean fresh page to write you're code.
by bitfogav
Thu May 04, 2017 5:06 pm
Forum: IDE
Topic: First Thing to Do In Swordfish
Replies: 10
Views: 6489

Re: First Thing to Do In Swordfish

Have you checked out the Swordfish Language Guide?

http://www.sfcompiler.co.uk/downloads/SFManual.pdf
by bitfogav
Mon Apr 17, 2017 10:04 am
Forum: Compiler
Topic: new SystemConvert V1.40
Replies: 5
Views: 3947

Re: new SystemConvert V1.40

Thank you for the update and info Jerry.
by bitfogav
Sun Mar 12, 2017 6:43 pm
Forum: Compiler
Topic: K40 and interrupts issue
Replies: 4
Views: 3695

Re: K40 and interrupts issue

Thank you Jerry for the heads up..
by bitfogav
Tue Mar 07, 2017 6:01 pm
Forum: User Modules
Topic: SSD1306 I2C driver
Replies: 31
Views: 41646

Re: SSD1306 I2C driver

Jon Adafruit sell 128x32 oleds with Arduino tutorial and a library, I'm sure you can get the configuration data from that for you're display. website link below :)

https://www.adafruit.com/products/931
by bitfogav
Sun Mar 05, 2017 3:03 pm
Forum: User Modules
Topic: SSD1306 I2C driver
Replies: 31
Views: 41646

Re: SSD1306 I2C driver

I've had another look through the ssd1603 module, and I remember now that it's not so universal in respect to different size screens with ssd1603 driver.. I would look at the OLED_Init subroutine: As you say you're screen size is 132x32 Try changing the Vertical Ratio: Set_Multiplex_Ratio($0F) To Se...
by bitfogav
Sun Mar 05, 2017 10:48 am
Forum: User Modules
Topic: SSD1306 I2C driver
Replies: 31
Views: 41646

Re: SSD1306 I2C driver

Hi Jon When I tinkered with these displays a little while back I don't recall having any issue's with RangerBob's module, I do know that they come with different I2C Addresses assigned to them, which is selectable usually on back of the PCB, but I'm pretty sure you would be using the right I2C addre...