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 b0j3

  1. B

    [moved] PWM LED drive bad function of brightness with Arduino Nano

    Re: Any helps for PWM LED drive bad function of brightness with Arduino Nano Assuming that LED driver is working correctly I would do two experiments: 1. Try with only one driver and LED. 2. Try using PWM library for Arduino (not sure if it is availabe for Nano though).
  2. B

    Can we write micro controller firmware in python;

    Usually the problem is with the size of flash memory. Interpreter needs more memory to work. If I'm not mistaken - there were some ideas to compile Python (instead of interpret), but you get stuck with lack of libraries. Anyway - it can be done. What you need is just write your own firmware to...
  3. B

    [AVR] 433Mhz Tx&RX with atmega8

    Aha... sorry. I was too much in Arduinos :) Does this site help? https://sites.google.com/site/qeewiki/books/avr-guide/pwm-atmega8 I am planning to play with ATMEGA16 and I can look at it at that time (if you don't find solution :D).
  4. B

    [AVR] 433Mhz Tx&RX with atmega8

    Isn't the AnalogWrite (https://arduino.cc/en/Reference/analogWrite) enough?

Part and Inventory Search

Back
Top