B
Reaction score
37

Latest activity Postings About

    • B
      bpowell replied to the thread Scrivere su eeprom 24C256.
      Start smaller ... just write a program to send ONE BYTE to the EEPROM ... at a specified address ... then, READ that BYTE back and...
    • B
      Well, it's *doable* ... but not easy. Start with 2 PICAXE and 8 LED each ... you'll have to work up your serial protocol to address them...
    • B
      "Hundreds of LEDs" ... are you meaning addressable LED strips? If so, I don't think the PICAXE is what you're looking for. I think there...
    • B
      bpowell replied to the thread Temperature protection.
      Hard to say ... it's possible the power supply itself overheated? Perhaps it *does* have a temperature protection of some kind...
    • B
      bpowell replied to the thread Bootstrap code..
      Close. The PICAXE firmware ("Interpreter") code is stored on the PIC's Flash memory (By Rev-Ed). The PICAXE firmware will take a user...
    • B
      bpowell replied to the thread Ridiculous PicAxe Sale.
      Ha, I if I were still using 12F1840's ... it's cheaper to buy a 08M2 from this sale than it is to buy the raw PIC from Mouser! Yeesh!
    • B
      bpowell replied to the thread Temperature protection.
      No, the PIC chips the PICAXE are based on have no temperature protection. Further, providing you're giving the chip the correct amount...
    • B
      bpowell replied to the thread Bootstrap code..
      Yes, a bulk erase will erase the FLASH (where the PICAXE firmware along with any user code is stored). However, when you're uploading...
    • B
      bpowell replied to the thread Bootstrap code..
      On a majority of the PICAXE chips, the firmware ("Bootstrap code") is located in Flash memory ... Flash memory is *also* where your...
    • B
      I don't have a VL6180X device near me ... but this code seems feasible ... symbol I2CAddress = $52 ' Default 7-bit address of...
    • B
      bpowell replied to the thread Merry Christmas and Welcome Sam!.
      That's awesome! Welcome Sam!
    • B
      bpowell replied to the thread Programming over Bluetooth.
      I don't think so .... the "break signal" is just pulling the TX line low for a period of time ... more than a single character would...
    • B
      bpowell replied to the thread Programming over Bluetooth.
      I'm sure it could be done ... but you'd probably need some kind of MCU on the bluetooth receiving end to handle the actual serial...
    • B
      Yeah, I think that's the next big step ... persistence in conversations .... *that* will make things exciting!
    • B
      The download process is bi-directional ... the programmer (PC) Reaches out, the PICAXE replies back ... then the programmer starts...
  • Loading…
  • Loading…
Back
Top