pic programming

  1. levi22

    PIC assembly switch statement

    I am quite new to assembly programming and I am trying to create a switch statement. I was using the Microchips example but it does not seem to work in my simulation. Here is my code. It supposed to go to label2 but it skips all the conditions. Any help will be appreciated Mod: wrapped your...
  2. Hajji

    CCS C Compiler : Build Failed

    Hello everyone, I'm working on a project ( Load cell with microcontroller pic 16f877a ) , and i'm using CCS C compiler When i try to add libraries for example : #include<windows.h> or #include<time.h>, the program shows : Anyone can help, Thank you.
  3. D1NG0

    Programming a Digital Current and Power Monitor on PIC18F26K80

    Hi, I'm on a project where I would like to measure a battery voltage. For that, I have to use a Digital Current and Power Monitor, called INA260. I already have a board made and it's functional because I've already tested it with the arduino, but I'm not able to do the programming on the...
  4. M

    How do I program a PIC to save sensor data to a CSV file?

    I don't know if this has been asked before, but I'm doing a project where I need to sense temperatures and humidities of an enclosure, using a PIC32 microcontroller. Is there a way to save the data from the sensors to a CSV file? Thanks in advance!
  5. B

    PIC programming - Driving a dual coil relay using a latching switch as an input

    Hello there! First of all I want to state that I am an absolute beginner in programming. I am quite experienced in electronics (audio mostly) though, but I never dipped my toes in programming since recently... So, I am trying to implement a PIC microcontroller (PIC 16F676) in one of my designs...
Top