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 kumarr123

  1. K

    How to access IOT router at remote location using their static or ddns ip address

    Hi this is the link of the router https://www.pusr.com/support/downloads/user-manual-usr-g781-datasheet.html
  2. K

    How to access IOT router at remote location using their static or ddns ip address

    Hi, I have iot router usr-g781. I want to access this router at remote location using their static or dynamic ip address, can it is possible? how will I know the static IP or dynamic?
  3. K

    Does anyone using ntcascwe3103f ?

    Hi, I want to use ntcascwe3103f sensor. but I don't know how I do programming for this sensor, what shoud be the parameter, what should be the resistance and analog value. Does anyone have any clue? guide us Regards, Kumar
  4. K

    How to configure the router to accept incoming connection from internet

    Hi, I have USR-G781 router, I want to configure this router to accept incoming connection from internet. Regards, Kumar
  5. K

    How to write code for secondary boot-loader code for pic18f67k45 micro-controller

    Hi, I am the newbie in pic microcontroller, I want to develop secondary bootloader for my pic microcontroller. The uC I have pic18f67k40, And the compiler I am using MikroC pro for pic to develop all this things. I don't know, how to develop it from scratch? Regards, Kumar
  6. K

    transmit Interger data over UART1_Write_Text

    Hi Dora, Yes, UART1_Read_Text(input,delimiter, size), it is a standard library function, it reads a string till delimiter. Kumar
  7. K

    transmit Interger data over UART1_Write_Text

    Hi Dora, I am using mikroC pro for pic compiler to develop this code. And the micro controller, I am using PIC18F67K40. yes, we can write code that way also. my problem is, from the code Initially it keep on print the number over UART, untill you will not entered new number, when you entered...
  8. K

    transmit Interger data over UART1_Write_Text

    Hi, I want output of this below code like- initially it print the whatever have the initial value, it will keep on printing until I entered the new integer, again it will keep on printing(old value ) value until I entered the new value and so on. This below code works well for single digit...
  9. K

    Bootloader code is not working for pic18f67k40 in mikroC pro for pic

    I have copied it from the mikroelectornika support forums.
  10. K

    Bootloader code is not working for pic18f67k40 in mikroC pro for pic

    Hi, I had tried to compile the bootloader code from the mikroE example code for pic18f67k40 microcontroller in mikroC pro for pic. The below code I have tried- #include <built_in.h> #pragma orgall 0x1C000 #define BOOTLOADER_START_ADDR 0x1C000 #define START_PROGRAM_ADDR 0x01FFFF static char...
  11. K

    How to set time period of pulse in PWM

    Hi, In PCA9685 module they are using I2C interface, so I don't think OE pin is mandatory to connect. Regards, Kumar
  12. K

    How to set time period of pulse in PWM

    Hi, If I want to connect the 'OE' pin of PCA9685 module to the pca16f1526 uC, Then which pin of uC, Should I use? This is the pin diagram of uC- For GND pin I forgot to mention in sketch but there is a GND pin I am using. Regards, Kumar
  13. K

    How to set time period of pulse in PWM

    Hi, No Klaus, I am getting pulse using three pins only, SCL, SDA, and GND. So, no need of 'OE' pin. I have both scope and DVM. I took these above line from the above post. Regard, Kumar
  14. K

    How to set time period of pulse in PWM

    Hi, I am sending my all project configurations - Schematic diagram I have drawn it on paint. project edit configuration- Regards, Kumar
  15. K

    How to set time period of pulse in PWM

    Hi, I am using PIC16f1526 micro-controller and PCA9685 IC to control servo motor. This below code I am using- I am using mikroC pro for pic compiler to implement this code. #define Write_address 0x80 // I2C address for PCA9865 with no solder bridges #define Read_address Write_address+1...

Part and Inventory Search

Back
Top