thank you ben for your reply, this will be quite annoying for me im guessing. do all the old eb boards work with the new programmer with the connectors you sell? or do I have to buy all new boards to go with it?
dazza
Search found 38 matches
- Thu Mar 26, 2020 10:30 am
- Forum: General Programming
- Topic: 16F18877 & 16F15376
- Replies: 4
- Views: 3515
- Thu Mar 26, 2020 10:12 am
- Forum: General Programming
- Topic: 16F18877 & 16F15376
- Replies: 4
- Views: 3515
Re: 16F18877 & 16F15376
sorry forgot to mention I am using v8 of flowcode on windows 7 64bit system.
And Chip Config Settings are attached
dazza
And Chip Config Settings are attached
dazza
- Thu Mar 26, 2020 10:09 am
- Forum: General Programming
- Topic: 16F18877 & 16F15376
- Replies: 4
- Views: 3515
16F18877 & 16F15376
good morning, having a little trouble with programing these devices. Wrong Chip Detected.png when downloading to chip on eboo6 v9 it detects a 16f747 not the subject chips Mloader is the same Mloader Screenshot.png at the end of programing I get a little code protect error File Sending.png am I doin...
- Tue Mar 27, 2012 1:16 pm
- Forum: General Programming
- Topic: writing and reading to an external eeprom
- Replies: 10
- Views: 7177
Re: writing and reading to an external eeprom
hi ben, that worked great, except i have now lost the count below 256, i must be doing something very stupid here.
cheers
Dazza
cheers
Dazza
- Mon Mar 26, 2012 3:33 pm
- Forum: General Programming
- Topic: writing and reading to an external eeprom
- Replies: 10
- Views: 7177
Re: writing and reading to an external eeprom
cheers ben, will give that a go
- Mon Mar 26, 2012 2:19 pm
- Forum: General Programming
- Topic: writing and reading to an external eeprom
- Replies: 10
- Views: 7177
Re: writing and reading to an external eeprom
hi guys, am back again...got everything working up to address 255 on the eeprom, at the moment i am using a 24c32 which has 4096 address's, how do i address above 255 do i need to use a 16 bit pic as i am only using a 8 bit pic at the moment????
- Tue Mar 20, 2012 1:05 am
- Forum: General Programming
- Topic: writing and reading to an external eeprom
- Replies: 10
- Views: 7177
Re: writing and reading to an external eeprom
thank you kindly for your help jac, much appreciated
cheers
darren
cheers
darren
- Mon Mar 19, 2012 12:47 pm
- Forum: General Programming
- Topic: writing and reading to an external eeprom
- Replies: 10
- Views: 7177
Re: writing and reading to an external eeprom
cheers,
it makes sense to me now. would having a mcp23008 on the i2c bus as well change anything, as they need to be addressed on the a0-a2 pins, i think that is what confused me that the eeprom does not get addressed in this way.
cheers
darren
it makes sense to me now. would having a mcp23008 on the i2c bus as well change anything, as they need to be addressed on the a0-a2 pins, i think that is what confused me that the eeprom does not get addressed in this way.
cheers
darren
- Mon Mar 19, 2012 10:52 am
- Forum: General Programming
- Topic: writing and reading to an external eeprom
- Replies: 10
- Views: 7177
Re: writing and reading to an external eeprom
hi jac,
thank you for your reply, my apologies, i was thinking of using a 24lc02 by microchip. this has only one page of 256 bytes.
thank you for your reply, my apologies, i was thinking of using a 24lc02 by microchip. this has only one page of 256 bytes.
- Sun Mar 18, 2012 10:01 pm
- Forum: General Programming
- Topic: writing and reading to an external eeprom
- Replies: 10
- Views: 7177
writing and reading to an external eeprom
hi guys, guess what i am a little stuck again, what i am trying to do is write to an external eeprom via i2c, i know i need to start with start i2c addres of 0xa0 data stop what i need to do is write 8 different variables to the eeprom my question is would i start as address 0x00 >>8 for each variab...
- Sat Mar 17, 2012 1:18 am
- Forum: E-blocks
- Topic: eb-005 not displaying example file
- Replies: 12
- Views: 10979
Re: eb-005 not displaying example file
@ Martin, would you happen to know of a list of commands and what they do. that was so helpfull it is unbeliveable, took me 5 mins to figure out 0x08 turns it off again though... lol
cheers
Darren
cheers
Darren
- Sat Mar 17, 2012 12:51 am
- Forum: E-blocks
- Topic: eb-005 not displaying example file
- Replies: 12
- Views: 10979
Re: eb-005 not displaying example file
great link sir, much appreciated
dazza
dazza
- Sat Mar 17, 2012 12:01 am
- Forum: E-blocks
- Topic: eb-005 not displaying example file
- Replies: 12
- Views: 10979
Re: eb-005 not displaying example file
am back again a little less confused this time, while i have a spare minute i thought i would have a play with the lcd, what i am trying to do is to set the start macro for the lcd component to start the lcd with a blinking cursor, my plan was to change the value in the macro for the display control...
- Fri Mar 16, 2012 7:27 pm
- Forum: E-blocks
- Topic: eb-005 not displaying example file
- Replies: 12
- Views: 10979
Re: eb-005 not displaying example file
now i am very confused, original project has started to work again....very very puzzeled but not worrying about it at the mo as it is working...cheers for advice given so far people, not that i know which bit helped it to work but hey...thanks anyway
- Fri Mar 16, 2012 5:09 pm
- Forum: E-blocks
- Topic: eb-005 not displaying example file
- Replies: 12
- Views: 10979
Re: eb-005 not displaying example file
hi david, have not got that far yet, i have tried martins idea, of basically checking the port b is working, which it does, so code seems to be going to the chips ok, i have now just tried sending the digital clock demostration from the examples and now i have a few characters as vertical lines and ...
- Fri Mar 16, 2012 2:44 pm
- Forum: E-blocks
- Topic: eb-005 not displaying example file
- Replies: 12
- Views: 10979
Re: eb-005 not displaying example file
hi martin, looks like /e conection is to gnd which is correct for writing to lcd r/s is at 2.4v and data 4-7 is at 2.4v which would say that nothing is initializing the question is how to fix this, i am guessing that the problem occured yesterday when i changed chips over to program a 12f1840 cheers...
- Fri Mar 16, 2012 1:53 pm
- Forum: E-blocks
- Topic: eb-005 not displaying example file
- Replies: 12
- Views: 10979
eb-005 not displaying example file
hi guys am really struggling here, i had a piece of code working the other day on a 16f884 chip with the lcd (005) module. i am now getting nothing out onto the lcd display, so i have switched to a 16f88 pic, and sent LCD-fc4 example to the chip, settings on eb006 are osc selected, switch to xtal an...
- Fri Mar 16, 2012 1:11 am
- Forum: General Programming
- Topic: lcd refreshing
- Replies: 7
- Views: 4908
Re: lcd refreshing
cheers martin, can now compile to hex with that chip, did wonder what the high and low bit was, next prob is when using ppp3 it does not recognize the chip and a new box pops up asking for id... what a day today is being one problem after the other.. sorry gonna try and pick your brains, am wonderin...
- Thu Mar 15, 2012 11:36 pm
- Forum: General Programming
- Topic: lcd refreshing
- Replies: 7
- Views: 4908
Re: lcd refreshing
right i did manage to get everything working using the flowcode attached. i changed it from eeprom to using variables, which i believe get stored in ram on the chip, is there anyway to see how much ram is left or is it about making a calculation and adding up....????? Next problem i have got is that...
- Tue Mar 13, 2012 11:30 pm
- Forum: General Programming
- Topic: lcd refreshing
- Replies: 7
- Views: 4908
Re: lcd refreshing
hi there, i am currently using version 14, if you have looked at the fcf file i uploaded, i must first apologise as it is not the correct file, i wrote alot more code and for some reason it has not saved it....doh
- Tue Mar 13, 2012 8:09 pm
- Forum: General Programming
- Topic: lcd refreshing
- Replies: 7
- Views: 4908
lcd refreshing
high guys, just written this piece of code, basically it is a counter which is displayed on an lcd display, then when a button is pressed it captures the time it occured to the internal eeprom, i have never used the lcd component or the eeprom component so have a couple of questions, the first being...
- Thu Mar 08, 2012 5:36 pm
- Forum: General Programming
- Topic: Which Pins Are Used To Program
- Replies: 5
- Views: 4034
Re: Which Pins Are Used To Program
totally agree ben, they are already starting to phase out the older dil type ic's and replacing them with surface mount only, a bit of a pain for older designs but much easier to work with in the long run, i am surprised matrix does not do a plug in board for the eb006 programmer to take the new sur...
- Tue Mar 06, 2012 11:15 pm
- Forum: General Programming
- Topic: Which Pins Are Used To Program
- Replies: 5
- Views: 4034
Re: Which Pins Are Used To Program
cheers martin, got fed up of drilling 40 1 mm holes to fit a pic so decided to go to surface mount, so much simpler, that link was perfect, will give that a go tomorrow...fingers crossed...
cheers
Dazza
cheers
Dazza
- Tue Mar 06, 2012 10:07 pm
- Forum: General Programming
- Topic: Which Pins Are Used To Program
- Replies: 5
- Views: 4034
Which Pins Are Used To Program
Good Evening Gentleman, I Have Recently started making my own pcb's and have now decided to use surface mount pic's in doing this i am going to need to make a little board to quickly solder a pic onto so i can wire it into the eb006 programmer to program, which brings me to my question of which pins...
- Mon Jan 30, 2012 9:33 pm
- Forum: Flowcode V4
- Topic: i2c
- Replies: 5
- Views: 4420
Re: i2c
cheers martin, for your post, it seems to let me compile now, have been looking thru the new and old files to try and work out what is different. i see in your new file that there are now 2 lots of the pir1 and pir2 defines. when checking the old file i see that it defines ssp1if, what i was wonderi...