Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Chirpy; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    6,183

    Re: what happened to bruce/rentron?

    oh, thanks for the reply and glad he's doing well. he'll defenitely be missed on here.
  2. Replies
    2
    Views
    6,183

    what happened to bruce/rentron?

    hi, Ive been away from the PBP/PIC microcontrollers for a while, and just came back to work on a project, and realized that bruce has more or less vanished from here, and his site just went offline...
  3. Re: Wireless modules and simple setup, what is required?

    if it's running at 3.3v, then yes, it'll output at 3.3 logic levels, and there's always the alternative of using something like a voltage divider with a 1.8k ohm and 3.3k ohm resistors if you need to...
  4. Replies
    15
    Views
    7,578

    Re: PIC chips from China, shipped in Styofoam

    @wdmagic, I dont really care about shipping time tbh, if i really need parts really fast, Ill just give money to someone with a credit card and have them order the stuff from a company like jameco,...
  5. Replies
    15
    Views
    7,578

    Re: PIC chips from China, shipped in Styofoam

    for me, the reason is most of those places dont allow paying with paypal, only credit card, which is the reason I order over ebay. also the parts are a bit cheaper by the time you factor in shipping...
  6. Replies
    15
    Views
    7,578

    Re: PIC chips from China, shipped in Styofoam

    I order stuff from overseas all the time, and usually it will come in a type of foam, usually the stuff mine arrives in is a pink foam, but it doesnt mess with anything.
  7. Replies
    1
    Views
    1,975

    serin buffer overflow

    hey, Ive been curious about something for a while, but Ive used hser for various projects due to this reason, but sending a long stream of chars to the PIC usually causes it to lock up. I use a...
  8. Replies
    1
    Views
    2,187

    Re: Serout instead of Hserout

    difference is that one uses serial usart on chip and one does it through software. yes, software is slower, but only to a point, but if you only run it at 9600 baud rate, which most projects use, it...
  9. Re: code examples / libraries for ILI9320 2.8" TFT LCD Module

    try checking this out, it should help a bit with code and such
    http://triton9.wordpress.com/2011/11/28/picbasic-and-the-saa1064-seven-segment-module/
  10. Replies
    13
    Views
    5,698

    Re: whats happened to this forum

    everyone's still here, but imo, most questions have already been asked and those with problems, and those that have problems, they've discovered the forum search function. :P
    Ive seen everyone still...
  11. Replies
    11
    Views
    5,268

    Re: LED 'Dot' Bargraph Issues - Newbie Code!

    maybe take like 10 values and average them, then display the average instead? it may stop the jumpy LEDs a little.
  12. Replies
    10
    Views
    14,558

    Re: need code for ir on/off switch 12f629

    check out this site, has alot of interestings dealing with ir.
    http://www.rentron.com/PicBasic/IR_Chips.htm
    also, here's a clip from that site for decoding the IR signal, maybe it'll help you in...
  13. Replies
    12
    Views
    6,083

    Re: Two dead 16F877A and one 16F628A duff eeprom

    no, the iCP01 seemed to be kinda cheap made for me, so I just got the sure electronics clone. Its an identical clone of the official pickit2. Also alot of people said a bunch bad about the company,...
  14. Re: Getting the first pulse every time with Pulsin ??

    Ive used pulsin before on some tv remote learning projects, and even at 40Khz, it's fine. I think it's like 600Khz or higher that the chips start having issues at 20Mhz, and 200Khz at 400Khz, so for...
  15. Replies
    12
    Views
    6,083

    Re: Two dead 16F877A and one 16F628A duff eeprom

    what type of programmer do you have? I had an offbrand pickit2 that when it started to become faulty, it'd cause the same symptoms that your experiencing, the chips were fine, but the programmer was...
  16. Re: Interfaceing another PIC? Replacing a existing Digital chip with My PIC

    in the datasheet he had posted up above, the A6276ELW's operating voltage shows 7v. it could probably be 5v, but if the board was being replaced by the pic chip, the voltage of the original board...
  17. Re: Interfaceing another PIC? Replacing a existing Digital chip with My PIC

    all it is is a 16 bit shift register, so I dont see why it would be that hard to just emulate a shift register with the 18f4550, but I'd honestly go for something cheaper rather than wasting a chip...
  18. Replies
    2
    Views
    3,615

    Re: Super low cost USB solution

    I just use PL2303 usb to ttl converters and any PIC chip that I wanted. the PL2303 converters, I just bought a bunch of them for around $1.25USD with shipping included. I'd say that's cheap enough of...
  19. Replies
    3
    Views
    3,134

    Re: Running a PIC16F628a on 3 Volt Power Supply

    I have a 16f628a running at 3v also and it works fine.(2 AA batteries) As the datasheets show, they wont run above 4Mhz if run at lower voltages. If your trying to run it on a 20Mhz crystal, that may...
  20. Replies
    8
    Views
    5,006

    Re: ADC and SEEPROM on 16F877A

    I did see this in your code and maybe it's just me, but in your new code, I saw this part:


    try changing it to and see if it helps:

    ' Initialize the A/D converter
    TRISA = %11111111
    ADCON1 =...
  21. Thread: ds1307

    by Chirpy
    Replies
    7
    Views
    5,714

    Re: ds1307

    Some simulators wont set the time automatically to system time, Ive run into this in the past, but just have your PIC chip check the time on startup and if it's all 0s, have it set the time through...
  22. Replies
    18
    Views
    10,179

    Re: Electro-hydraulic actuator

    the 4 diodes in full wave bridge will convert the positive and negative parts of AC waveform into a positive only waveform that has both of them bouncing on the positive side. to convert it to a...
  23. Thread: pbp and linux

    by Chirpy
    Replies
    31
    Views
    43,469

    Re: pbp and linux

    ok, went through and fine tuned everything with pickit2 part, just change it to this and it should work perfectly.


    I just wrote some code to my robot a few mins using this and the pickit2, so I...
  24. Thread: pbp and linux

    by Chirpy
    Replies
    31
    Views
    43,469

    Re: pbp and linux

    yea, the tiles is what bugs me most. I think I rather just finish up my gedit mods and use that, pretty much every other programming language uses gEdit also in linux, so I might as well just add it...
  25. Thread: pbp and linux

    by Chirpy
    Replies
    31
    Views
    43,469

    Re: pbp and linux

    ok, I just tried it with Skin=None and the skins are still there, and it still is the same way. I dont think it's going to run on linux/wine. I think the only alternative is recompiling using...
Results 1 to 25 of 41
Page 1 of 2 1 2