EasyPic 6 Mikroelectronika


Closed Thread
Results 1 to 23 of 23

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    Could the fuse settings be an issue? What software do you use to program your Easypic7? I could not get microcode studio to work with it - it does not seem to be able to find the board.

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,640


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    Could the fuse settings be an issue?
    it often is that or failure to set pins to digital, its not the code thats a problem. i assume the contrast is not an issue and that the lcd works and the ep6 board is undamaged and has no conflicting jumper/switch settings


    What software do you use to program your Easypic7?
    I could not get microcode studio to work with it - it does not seem to be able to find the board.
    Name:  mps.jpg
Views: 2219
Size:  174.4 KB

    command line use for the mikro onboard icd doesn't seem to be a possibility, its not going to run from the msc button.
    i just load the hex file manually , if you compile my code the config fuse settings are embedded in the hex file
    there is no need to set them

    you could upgrade to 3.0.10 for free
    Warning I'm not a teacher

  3. #3
    Join Date
    May 2013
    Location
    australia
    Posts
    2,640


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    you realise there are two 18pin skts on the board for different chip pinouts, you need to use the proper one
    Warning I'm not a teacher

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    I do realize there are two sockets - i am using socket B, and I can flash an LED so I think it is set up correctly

  5. #5
    Join Date
    May 2013
    Location
    australia
    Posts
    2,640


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    i set my pins to digital using cmcon=7 , but I think that only sets Port A to digital. By default, is port B digital? Do I need a command to do that?
    the code I posted sets up everything necessary to use the lcd. only porta has analogue attributes and plays no part in this exercise
    cmcon=7 will disable the comparator module and set porta pins to digital mode on that chip

    I do realise there are two sockets - i am using socket B, and I can flash an LED so I think it is set up correctly
    but can you set each and every portb pin needed for lcd to flash a led and do they flash at the set rate,

    the problem is not the lcd code
    Warning I'm not a teacher

  6. #6
    Join Date
    May 2013
    Location
    australia
    Posts
    2,640


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    just a thought , you're not trying to use the built in cog serial lcd are you ?

    Name:  lcd.jpg
Views: 1941
Size:  58.1 KB
    Warning I'm not a teacher

  7. #7


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    Not using the serial LCD

  8. #8


    Did you find this post helpful? Yes | No

    Default Re: EasyPic 6 Mikroelectronika

    i set my pins to digital using cmcon=7 , but I think that only sets Port A to digital. By default, is port B digital? Do I need a command to do that?
    I will try your code again tonight - thank you so much for your help!

Similar Threads

  1. Replies: 14
    Last Post: - 21st November 2017, 05:33
  2. Examples for EasyPIC
    By savnik in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 13th July 2013, 14:56
  3. MikroElectrnica EasyPIC v7 USB Driver
    By AndyFreestone in forum USB
    Replies: 2
    Last Post: - 3rd April 2013, 13:12
  4. EasyPic 5 board and MCSP
    By Alexander in forum mel PIC BASIC
    Replies: 7
    Last Post: - 19th March 2011, 14:38
  5. MikroElectronika releases PIC32 compiler beta versions
    By ScaleRobotics in forum Off Topic
    Replies: 0
    Last Post: - 17th February 2011, 16:41

Members who have read this thread : 0

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts