Uses of USB IC Programmer
Hi! I was just curious if a USB IC programmer (such as the one in the attached picture) could also be used to test and identify various, previously used ICs.
View ArticleServo motor control with POT
Hi friends, I can not speak English well. Sorry. I'm doing a project. My goal; Using 2 potentiometers to control 2 servo motors separately. Now I can control 1 servo motor with 1 potentiometer. 2. I...
View ArticlePIC18 Serial Communications
Greetings, I have a PIC18F67K90 chip that I am trying to configure for serial communication with a computer. For this particular chip, pins (TX/RX) 4/5 and 31/32 are dedicated to serial communication....
View ArticleArduino led
hi i was playing with arduino simulator and was trying to make led 1 ON when i press the button and when release make it OFF. but i am finding difficulty like when i press button led 1 is on ,then on...
View ArticleWhy isnt my code looping?
I wrote this in C++ on visual studio 2017. Code: //Guess The Number #include <iostream> #include <stdio.h> #include <string> using namespace std; int main() { char restart = 'y';...
View ArticleAttiny sleep mode
Hello, I'm planning to do a small project using the Atmel Attiny45 microcontroller. The program is as follows :- 1. Connect an IR Sensor to the microcontroller together with a relay 2. When a signal is...
View ArticleATTINY uC Sleep-Mode Functionality
Hey, I am working on a project that involves an ATTINY45 microcontroller. I want it to be in SLEEP MODE most of the time and every 2-3 minutes check specific GPIO pin (HIGH or LOW). If it is HIGH add 1...
View ArticleTwo PIC 18f4620 ,1 master & 2nd is slave I2C problem
The complete Master code . HS oscillator mode .4MHZ Code: const long int crystalOscillator =4000000; unsigned short int temp=0;...
View ArticleUart communication protocoals
Hello I know that the use of the Uart Protocol is used to send or receive data from one device to another. For example, if I want to send data from Microcontrlloer to PC. I can send data using uart...
View ArticleProgramming Languages
Hello! I am currently studying electronic engineering and for some time I've been learning C++ on my own because I just like the language but I have a few questions. 1. Should I keep learning C++ or...
View ArticleError c129
#include<reg51.h> sbit LED=P1^0; // pin0 of port1 is named as LED //for drowing man sbit bodybit0=P2^3; sbit legbit0=P2^3; sbit bodybit1=P3^5; sbit legbit1=P3^6; sbit ground0 = P2; sbit ground1...
View ArticleVariable frequency interrupter code?
Hey, I am done building my SSTC, but there is 1 thing I am missing. Its the interrupter. I would like to have one that can do 50Hz - 20KHz but I don't know *@#! about arduino timers or something to...
View ArticleAutomatic object tracing system
I want to design automatic object tracing system. I want to see the location of object on my PC. I think I have to connect GPS to Microcontroller but problem is that how will PC communicate with...
View ArticleHow to interface TOSHIBA TC 9164 ic to arduino
I want to know how to interface TC9164 IC is a analog switch control via spi communication please help me
View ArticleVerilog code for 16 bit Brent kung adder
Hii Brent Kung adder is a parallel prefix adder. Parallel prefix adder are high performance carry tree adder in which pre-computing of propagation and generation signal take place.Due to the complexity...
View ArticlePIC184520 USART Lab - Virtual Terminal
Hi, I am using the PIC18F4520 on Proteus 8. I want to use the USART to display the 'U' character all the time on the virtual terminal. The baud rate is 19200 and I changed it on the virtual terminal as...
View ArticleComparison of 1$ microcontrollers
For all of you out there asking "what's the best microcontroller to ...": Have a look at this survey of 1$ microcontrollers from a professiknal's point of view. Enjoy, Harald
View ArticleNew to the forum and have a question on rtos porting
I am new in this forum. I am studying electronics communication engineering. I am in 3rd year and I am doing class project for my practical exam. I want to make a project on real time system. I have...
View ArticleTools to check current [uA]
Hi all, I am currently developing a system which includes some components and a Micro-Controller. I would like to know what tools can be used to measure the exact current being consumed by the system...
View Article