MEL PICBASIC Forum
  • Register
  • Forgotten Your Password?


Hello ,


  • Home
    • MELabs PICBASIC
  • Forum
  • What's New
  • Buy Now
  • Wiki
  • Interrupts
  • Member Map
  • Live Posts
  • Advanced Search
  • Home
  • Home
  • Community Area
  • AMICUS18
  • Ethernet

  • Menu

    • Catalog
      • PICBASIC Compiler
      • AMICUS
      • PIC Programmers
      • Prototyping PCB
    • Support
      • Help
      • Update Policy
      • About Us
      • Legal Stuff (in no particular order)
    • FAQ
      • PICBASIC Pro
      • U2 Programmer
      • Field Programmer
      • Hid Maker
      • Microcode Studio
      • Experimenter Boards
    • Community Area
      • How To
        • Beginners
      • Compiler Error Codes
      • Settings for Beginners
      • Example Code
        • Darrel Taylors Works
        • A/D
        • Audio
        • EEPROM
        • Encoder
        • Ethernet / Internet
        • GPS
        • I2C
        • Infrared
        • Interrupts
        • Keypads
        • LCD
        • LED Display
        • Math
        • Real Time Clock
        • R/C
        • Serial Data
        • Timers
        • USART
        • Other Example Code
        • USB
      • Include Files
      • AMICUS18
        • Ethernet
      • Video
      • Useful Links
      • Electronics Suppliers
      • Wiki Help
    • User Projects
      • Community Competitions
        • BigPIC4 Dev Board
      • Aeronautical
      • Audio & Music
      • Automotive
      • Data Logging
      • Games
      • Health & Safety
      • Home & Utility
      • Infrared
      • Nautical
      • Opto & Display
      • Programming
      • Radio / RF
        • Amateur
      • Robotics
      • R/C Model
      • Seasonal
        • Easter
        • 4th of July
        • Halloween
        • Guy Fawkes
        • Christmas
        • New Year
      • Solar
      • Temperature
      • Test & Measurement
      • Other
  • Recent Forum Posts

    mpgmike

    Re: Cannot compile 16F15345

    What jumps out for me is you say you are using a 16 MHz external oscillator, yet in your CONFIG statement you list:



    _FEXTOSC_OFF & _RSTOSC_HFINT32

    Your CONFIG should have _FEXTOSC_EHC &...

    mpgmike Today, 15:51 Go to last post
    Art

    Re: GOTO vs RETURN after a GOSUB

    If you want to be a cowboy for some reason you could have used GOTO instead of GOSUB.
    Then you could GOTO back as well (instead of RETURN).

    The difference between GOTO and GOSUB is that GOSUB...

    Art Today, 15:16 Go to last post
    Art

    Re: Oled

    KS0108 controller is very “like” in it’s interface to HD44780. So much “like” that it’s exactly the same.

    LCDOUT could certainly be used exclusively to control one, except the actual commands are...

    Art Today, 15:02 Go to last post
    richard

    Re: Cannot compile 16F15345

    is not a config error , the problem lies in the code not posted , somewhere an
    invalid OSC define exists

    richard Today, 01:20 Go to last post
    kenif

    Cannot compile 16F15345

    Can't find anything on forum.

    The default config doesn't work, nor any of my attempts to fix it.
    Latest IDE, latest PBP Gold 3.1. Current Microchip everything.
    This board worked fine with a...

    kenif Today, 00:15 Go to last post
    kenif

    Re: PWM and audio noise

    What everyone else says, plus:
    Declare a ground star point and make all grounds radiate from that point - no daisy chains.
    You should be able to trace ground noise origin with a scope....

    kenif Yesterday, 19:46 Go to last post
    n0yox

    Re: Input problems with 12F629?

    I just found my problem. It was these two lines

    SYMBOL RTOUT = GPIO.4

    SYMBOL PEIZO = GPIO.5

    I had changed my board on the last run and forgot to change the pin numbers in the code. The...

    n0yox Yesterday, 06:25 Go to last post
    mpgmike

    Re: 18F2550 With Problems

    Charles Leo taught me to list every single CONFIG item in the header on every program. There is a document included with the PBP package that lists all the CONFIGs and what the options are for every...

    mpgmike - 23rd April 2018, 16:09 Go to last post
    nuno106

    Re: 18F2550 With Problems

    Thanks for your answer mpgmike,

    I found the problem:

    For default, the XINST was On, and this change the extended instruction set.

    I change it to --> XINST_OFF, and everything works well.
    ...

    nuno106 - 23rd April 2018, 09:05 Go to last post
    fratello

    Re: Input problems with 12F629?

    See this post : http://www.picbasic.co.uk/forum/showthread.php?t=1426&p=7072#post7072
    Maybe is useful !

    fratello - 23rd April 2018, 07:41 Go to last post
  • Ethernet RSS Feed

    Using the Arduino Ethernet shield with AMICUS18 (Part 1) 

    by
    HenrikOlsson
    • View Profile
    • View Forum Posts
    • View Articles
    Published on - 21st May 2011 06:10  Number of Views: 6700 
    Article Preview

    Hi,
    With this post I hope to spark the interest in what could develop into a joint forum project. The purpose of the ...
    Read More Read More

    Re: Using the Arduino Ethernet shield with AMICUS18 (Part 2) 

    by
    HenrikOlsson
    • View Profile
    • View Forum Posts
    • View Articles
    Published on - 25th May 2011 02:14

    Hi,
    I don't know what the "best" way to aproach this actually is. I don't think me posting hundreds or thousands of lines of code is going to actually help others that much and I don't think I'll get much out of it either.

    Instead I think I'll post snippets and routines, explaining what they do (or at least intend to do) and why. This way I think it's easier to tag along, one step at the time and, which is important, ...
    Read More Read More

    Re: Using the Arduino Ethernet shield with AMICUS18 (Part3) 

    by
    HenrikOlsson
    • View Profile
    • View Forum Posts
    • View Articles
    Published on - 26th May 2011 02:33
    Article Preview

    Hi,
    In todays post I'll try to cover the basic input and output routines I use to communicate with the W5100.
    ...
    Read More Read More

    Re: Using the Arduino Ethernet shield with AMICUS18 (Part 4) 

    by
    HenrikOlsson
    • View Profile
    • View Forum Posts
    • View Articles
    Published on - 6th June 2011 03:21  Number of Views: 2539 
    Article Preview

    ...continued from Part3 ...

    In the W5100 there's a total of 8k of RAM reserved for the sockets receive memory ...
    Read More Read More

  • Contact Us
  • Back to Home Page
  • Archive
  • Top
All times are GMT +1. The time now is 17:19.
Powered by vBulletin®
Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.
Admin byLester,
PIC, PICmicro, dsPIC,MPLAB,PICBASIC, PICBASIC PRO, PICPROTO, and EPIC are trademarks of Microchip Technology Inc. in the USA and other countries.
Copyright © 2018 Crownhill Associates Limited. All rights reserved