Search found 915 matches

by bitfogav
Tue Apr 18, 2017 7:35 am
Forum: Great video clips
Topic: Smart game board
Replies: 1
Views: 8919

Smart game board

Very neat game board.

by bitfogav
Mon Apr 17, 2017 8:02 pm
Forum: The off topic lounge
Topic: Help Question For Work
Replies: 3
Views: 16542

Re: Help Question For Work

We have more than one unit and the other units have not had a problem. Sounds to me that you have a faulty unit then, if you have more than one unit and the other units work fine?. It's difficult to say what the problem can be, as it can be many things, power, component, interference, dry solder jo...
by bitfogav
Mon Apr 17, 2017 1:13 am
Forum: The off topic lounge
Topic: Help Question For Work
Replies: 3
Views: 16542

Re: Help Question For Work

My only experience with data logging is with Arduino/Pic devices, and the only issue I've experienced with SD Cards is when the PIC writes/reads to the SD Card, it sometimes gets corrupted and the SD Card write/read is left in a constant loop meaning that the programme doesn't continue, the cause ca...
by bitfogav
Sat Apr 15, 2017 9:33 pm
Forum: The off topic lounge
Topic: A quick start guide to C-64 assembly programming on Windows
Replies: 7
Views: 22743

Re: A quick start guide to C-64 assembly programming on Wind

Commodore 64 was the first gaming system I grow up with.. The game we used to play most of the time was PaperBoy.. :lol:

by bitfogav
Sat Apr 08, 2017 7:37 pm
Forum: Online Shopping
Topic: GPS Ublox NEO6MV2 Module
Replies: 3
Views: 13017

Re: GPS Ublox NEO6MV2 Module

After buying components for dirt cheap year after year you would think i wouldn't be surprised that it only costs you that much - but it is still surprising! What plans do you have for these little guys? The cost at present of just the neo6 GPS IC would cost me double the price of what the complete...
by bitfogav
Fri Apr 07, 2017 5:17 am
Forum: Online Shopping
Topic: Beginning C for Arduino: Learn C Programming for the Arduino
Replies: 14
Views: 613740

Re: Beginning C for Arduino: Learn C Programming for the Ard

C language isn't so hard to learn, even easier if you already know another programming language.. I have seen the C Programming for the Arduino book before and I think theres actually a second edition now :)
by bitfogav
Sun Apr 02, 2017 10:00 pm
Forum: Online Shopping
Topic: GPS Ublox NEO6MV2 Module
Replies: 3
Views: 13017

GPS Ublox NEO6MV2 Module

Hi guys.. Thought I would share this one, I have a few of these GPS boards GYNEO6MV2 and I'm surprised considering the price how well they work!.. If you haven't experimented with GPS before then they maybe a little daunting at first but there is a lot of information on the web. What I like is that ...
by bitfogav
Sat Dec 10, 2016 7:49 am
Forum: Your projects
Topic: Christmas ornament project
Replies: 29
Views: 52790

Re: Christmas ornament project

Ok, well update us when you have tried adding the BOREN code. because I know Brads code works perfectly here on my hardware.
by bitfogav
Sat Dec 10, 2016 5:32 am
Forum: Your projects
Topic: Christmas ornament project
Replies: 29
Views: 52790

Re: Christmas ornament project

I can only suspect that when using battery power that the BOR is resetting due to a low voltage.

Try adding the following to the code within you're CONFIG section:

Code: Select all

CONFIG  BOREN = OFF
Also is this the same fault as before? running out of memory??? :?
by bitfogav
Fri Dec 09, 2016 9:06 am
Forum: Brads Projects University
Topic: soldering SOJ (& similar) parts without special equipment
Replies: 7
Views: 29168

Re: soldering SOJ (& similar) parts without special equipmen

They are some clean solder joints Garth :wink:
by bitfogav
Fri Dec 09, 2016 8:54 am
Forum: Your projects
Topic: Christmas ornament project
Replies: 29
Views: 52790

Re: Christmas ornament project

I kind of find it hard that it's running out of memory?. Can you please upload the .bas file for the code please as the file you uploaded only contains the .idf file.
by bitfogav
Fri Dec 09, 2016 4:18 am
Forum: Your projects
Topic: Christmas ornament project
Replies: 29
Views: 52790

Re: Christmas ornament project

Can you post you're current code so we can see what these "Const arrays" are..
by bitfogav
Sun Nov 27, 2016 11:06 pm
Forum: Great video clips
Topic: Building a 24x24x24 led cube
Replies: 1
Views: 10036

Building a 24x24x24 led cube

I recommend watching the last 1 min of the video, great time lapse build..

by bitfogav
Sun Nov 20, 2016 7:24 pm
Forum: Your projects
Topic: Christmas ornament project
Replies: 29
Views: 52790

Re: Christmas ornament project

I see you are disabling MCLR then.

Code: Select all

CONFIG MCLRE = OFF
You need to look at Multiplexing, that's how these matrix displays are controlled. here is a website that may help explain the process.
How Does Led Matrix Work.