Quantcast
Channel: Microcontrollers, Programming and IoT
Browsing all 1271 articles
Browse latest View live

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 Article


Servo 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 Article


PIC18 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 Article

Arduino 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 Article

Why 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 Article


Attiny 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 Article

ATTINY 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 Article

Two 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 Article


Image may be NSFW.
Clik here to view.

Uart 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 Article


Programming 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 Article

Error 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 Article

Variable 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 Article

Automatic 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 Article


How 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 Article

Verilog 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 Article


PIC184520 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 Article

Cheap 16 pin programmable IC

Someone help me find a cheap 16 pin microcontroller..

View Article


Comparison 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 Article

New 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 Article

Tools 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
Browsing all 1271 articles
Browse latest View live


Latest Images