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 chandlerbing65nm

  1. chandlerbing65nm

    LTC6106 Current Sense Conversion

    I don't even know what kelvin is. Please don't assume people asking in the forum to know anything. If I am knowledgeable, I wouldn't even try to ask here. Thanks. I can't show the wiring because of some reason. I connected a microcontroller in the Vout to read the current, it will give an...
  2. chandlerbing65nm

    LTC6106 Current Sense Conversion

    The Vout is connected directly to a MCU that has ADC function.
  3. chandlerbing65nm

    LTC6106 Current Sense Conversion

    With no load, the value is HEX00.
  4. chandlerbing65nm

    LTC6106 Current Sense Conversion

    I couldn't convert the ADC reading to its respective analog current value. I have tried the solution provided in this post but using 3v3. (8-bit @ 3.3V) and LTC6106 for current sensing. Here's my schematic. The input voltage is 3.3V. The output ADC reading is HEX16 or DEC22 My expected...
  5. chandlerbing65nm

    [SOLVED] Blink Code ATmega2560 not working in Proteus

    I am running a simple blink program in an ATmega2560 with external 8MHz crystal. When I run it in Proteus, the LEDs do not blink. Refer to my files below. This is the simple blink code. I just add prescaler bits to verify its functionality. void setup() { noInterrupts(); CLKPR =...
  6. chandlerbing65nm

    Setting prescaler for 8MHz external oscillator in Atmega2560

    I am relatively new in Atmega MCU's (too used with graphical interfaces). I am using an external clock with 8MHz in my Atmega2560. My problem is that I cannot use UART communication with PIC18->Atmega2560 and STM32F4->Atmega2560 (no acknowledgements). I thought that it is my baud rate that is...
  7. chandlerbing65nm

    Tiny JPEG Decompressor in C: Increase the descaling factor

    Hello folks, I am using this Tiny JPEG Decompressor for my embedded project in STM32F4. I realized that I needed my images to be further descaled down but the Tiny JPEG Decompressor only supports (1/2)^N (N = 0 to 3) descaling. I've looked into its C source code but not sure where to edit it...
  8. chandlerbing65nm

    How to process image data when they are in Binary format? (MATLAB for embedded C applications)

    Hello Folks, Update: Title should be " How to process image data when they are in Binary format? (MATLAB for embedded C applications)" I have a MATLAB code that is intended for embedded hardware. The MATLAB code is about Image Classification which will be deployed in STM32 (uC, not the...
  9. chandlerbing65nm

    LTC6106 ADC to Current Conversion

    Hi folks, I'm doing a project that involves reading a current from a supply line. To read the current using PIC16F1789, I used its ADC function (8-bit @ 5V) and LTC6106 for current sensing. However, I don't know how to convert the ADC reading to actual current sensed. This is the 1st...
  10. chandlerbing65nm

    PC to MCU Serial communication connector

    Hi folks, I have this ADM3202 in my board which is to be used to communicate serially from PC to MCU and vice versa. It's main functions are to send commands from PC-MCU and receive sensor data (fprintf) from MCU-PC only. I wonder what external connector should I use to connect it to my PC...
  11. chandlerbing65nm

    How to add PIC18F67J94 in proteus

    Hi folks, I want to know if someone knows how to successfully add a new MCU or device in Proteus that is not available in the existent libraries. I've tried downloading the ECAD files of PIC16FJ84 using the library loader but it's always getting error. Regards, Chandler
  12. chandlerbing65nm

    Bootloading a Microcontroller using a Microcontroller

    Is it also possible to create a bootloader on the PIC MCU to bootload the STM32 MCU? The normal bootloading process that I read only is that the bootloader is on the STM32 to update it's firmware and then the PIC18F MCU is just for the sending of new firmware thry UART.
  13. chandlerbing65nm

    Bootloading a Microcontroller using a Microcontroller

    Hi Folks, I wanna ask on how can I update the firmware of a microcontroller using another microcontroller with only UART connection. Basically, I wanna load the data of the updated software in the PIC18F then use it to change the firmware of the EFM32 microcontroller. Now, I have read in...
  14. chandlerbing65nm

    Proteus Simulation Error: "SCS bits have been set. This feature is not modeled"

    I have tried removing the GIEH = 1 in interrupt function but the result error is still the same.
  15. chandlerbing65nm

    Proteus Simulation Error: "SCS bits have been set. This feature is not modeled"

    Oh did not notice that. Thanks. But after changing the connection of the push-button, the LED's are still not turning on. Not even RB7 that should blink periodically.

Part and Inventory Search

Back
Top