Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by deeplearns

  1. D

    Proteus Simulation PIC as USB host for MAss storage class .

    Actually i am using PIC32 , but didnt knew if PIC 18 doesnt support host mode,appreciate the info provided . The reason i went to pic 18 is i wanted to simulate the ckt in Proteus and PIC32 is unavailable in proteus . So i guess i will have to use 24F series as it does support host mode , but...
  2. D

    Proteus Simulation PIC as USB host for MAss storage class .

    Hi , I wish to know If i can simulate Usb Mass Storage Class in Proteus with the PIC18F as host . I have ran several other examples in which the PIC acts as an device , so the computer loads the driver sucessfully and the thum drive can be seen in the Explorer and files inside can be edited or...
  3. D

    [PIC] how do i access RAM on a USB flash drive ?

    Hi guys I am trying to implement USB embedded host for printer . Till now i have been able to Send and recieve 8 byte data from the USB to the printer .i.e the initial setup command and then recieve the length of the Device descriptor ..which is 18 bytes . But when i tried to recieve the...
  4. D

    [SOLVED] PIC 18f4550+usb using mikroc

    Hi guys i am working on usb interface with printer .. i haven been able to transfer data from uc to printer and do get trn interrupt (setup packet i checked the PID it gives 0x02 ACK), but when i try to recieve the descriptor using (IN )packet i recieve an interrupt again but i dont get...
  5. D

    UART data in Array and Display on LCD

    Check with differnet baud rates ,Uart is a simple protocol , instead of using the mikroc inbuilt libraries (shortcut methods ) read the datasheet and then try to init the uart .
  6. D

    pic project doubt

    Check if ur PIC has analog ports u can use them to sense the dc voltage through some cntrl cktry ,it can sense 0 to 5 volts and then updates the analog buffer in the range of 0 1024 ..or if it has 10 bit adc , and then display it on the LCD .U can use simulation software such as proteus to...
  7. D

    About printing from hp officejet pro 8000

    Below is the list of command used by PCL5 compliant hp printers ..i think u will have to use JOB STOP command . How are u communicating with printer through PC or microcontroller .I am using PIC32 mx and porting microchip application library demo program with HP printer deskget 2010 i have been...
  8. D

    [SOLVED] I2C communication not able to recieve data .PIC 16f

    check this file it might work for u .. u might have to play a bit the recieve ...
  9. D

    PIC32 interface with TFT image display .

    The code is for mplab c32 transfer and recieve are the place where i mainly send and recieve ..as i said the transfer recieve works fine but when 4 wire resistive cables are connected it messes us every thing . Is their any other setting or registers that needs to passed .. I have not even...
  10. D

    RS485 pic18f4550 not working

    checking the BF flag will do this .. if Transmitting after loading val to TXREG .. while(!BF) ; if recieving after eneabling RCEN .. while(BF); .
  11. D

    [SOLVED] pwm generating asm code in pic 18f452

    Generally the major difference between a simulatoin working in proteus and no o/p in hw is due to the order of initializing the H/W . i.e the Control registers .. also Proteus takes default oscillator at times if u dont provide any .In h/w that doesnt happen u have to select the config...
  12. D

    Automated moving robot along the map provided to it......

    Hi Bhavik dont know about matlab , But sure u can do this using a controller ..with camera attached to it ... the camera senses the color information gives it to the uc and the uc will define the angle of rotation and direction everything which needs to be definitetly coded .
  13. D

    PIC32 interface with TFT image display .

    Actually I am using MPLAB .. i have downloaded the Mplab aplplication library .. and am trying to configure it .Also when i connect the 4 wire cables for touch to the ar1020 it messes up everything ..I checked through the scope .. I sent onluy one byte ..i.e enable touch and still the Int pin...
  14. D

    [PIC] PIC16F88 internal oscillator problem

    The System Clock Select bits, SCS1:SCS0, select the clock source that is used when the device is operating in power-managed modes. When the bits are cleared (SCS<1:0> = 00), the system clock source comes from the main oscillator that is selected by the FOSC2:FOSC0 configuration bits in...
  15. D

    PIC32 interface with TFT image display .

    Hi I am using PI32MX with ssd1963 dispaly controller Nev haven display TFT . TFT works i can send and view writedata on the display . Like creating box ,rectangles . But i wish display characters and images so what is the method for transferring a whole image file . Thanks .

Part and Inventory Search

Back
Top