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 ajit_nayak87

  1. A

    MSP430 printing Decimal value

    Dear all I have MSP430 Board as Development Board. I Have one variable While printing it is displayed as an ASCII value. How can I convert 16-bit value to Decimal value while printing The data I am passing is the Uint16_t data value from main. In debug mode, I could see properly in Hex...
  2. A

    CCS MSP430 I2c scanner code

    I am looking for sample I2c scanner code using code composer studio. I am using MSP430 series launchpad. I wanted to scan I2c Device connected SDA and SCL line. iS there any sample code available like Arduino I2c Scanner c code.
  3. A

    I2C wire library for Texas instrument

    Dear all I am looking for sample I2C wire library equivalent for MSP430F4152 series.In CCS compiler. Is there any supporting library available. With sample code to interface DS1307 [Moderator action: threads merged]
  4. A

    I2C wire library for Texas instrument

    Dear all I am looking for i2c master library for ccs msp430 series . Is there any relevant c library similar to arduino wire library. Kindly help me with link.
  5. A

    Power supply design

    if i use bridge rectifier at beginning https://solderer.tv/lm2596-calculator/ with above design step will it serve purpose. my another question is if 18VAC applied weather 12V 1A output can be served or not.
  6. A

    Power supply design

    Dear all I am looking for 2 power supply design. let me know is there any supporting IC available . 1)Power supply : 24 VAC out put 12V DC 500mA 2) Power supply: Input 24-48VAC/DC with 12V DC output 500mA I have seen...
  7. A

    RS485 communication ground issue

    Its micro-controller based design 1)My question over here. When my test setup is added with Battery charging unit why it fails to communicate. (internal connection shown in thread1) .external wiring shown in thread3). My product is working with aux 85-270VAC/DC connected & 12V battery backup. I...
  8. A

    RS485 communication ground issue

    I have external connection as shown in Fig. Yes I have made ground common even its not shown in the figure. All ground of Devices and RS485 converter is made common but fails to work when ADM2483 (isolated design ) product used. I have question weather GND isolation can be made common...
  9. A

    RS485 communication ground issue

    Dear all, I have product which uses isolated and non isolated RS485 communication. I have issue with isolated design. I have used ADM2483 rs485 transceiver for communication. I have setup like this. by seeing this its obvious that unless i have 85-270vac aux supply i will have communication...
  10. A

    MCP7940N RTC write operation using PIC18F25K40

    I tried using library function but i am facing issue. I would like to try Convesion method . can some one guide me here. i have I2cmaster.c library function generated I2cmaster.txt contain header file and function generated from MCC To create my own Library function i am getting error. for...
  11. A

    MCP7940N RTC write operation using PIC18F25K40

    yes i have connected properly . because when i tested with arduino uno. it works well. here i have attached waveform for reference. When i connect same hardware with pic18F series .if SDA/SCL connect it will hang. but if i remove SCL line it start continue showing time.But i dint understand...
  12. A

    MCP7940N RTC write operation using PIC18F25K40

    This make any sense. For Trial what i have done is i just removed jumper cable from SCL line . it continued working where min:Sec sec parameter increment properly . as soon as i connect it start switching from last value and 00 in sec paramter. I thought that we can capture signal from Logical...
  13. A

    MCP7940N RTC write operation using PIC18F25K40

    I have tested code by changing to 0XDE but didn't worked, with pic18 controller i am getting nack from slave . i have tested my hardware with arduino unop board and its working well. here sample code. I am sure there is no issue with hardware. #include "I2C.h" const int MCP7940_I2C = 0x6F; //...
  14. A

    MCP7940N RTC write operation using PIC18F25K40

    I have tested my hardware with Arduino Uno board its working well. There i could able to get proper response. i have tested mcc generated library function with ds1307/ds3231/pc8563 module it works well. But when i try with MCP7940N device i wont get any response. #include...
  15. A

    [PIC] Display DS1307 RTC data PIC18F24K40

    Here is my code where i could able to change RTC value. I have share part of code. DATE_TIME_SET_ADD function where i am changing the RTC date and time in programming mode. when i come out of programming mode means if (pgm_run == 0) if i short (RTC_Write ==1) i.e port pin then only it write...

Part and Inventory Search

Back
Top