note : 5 channel flame sensor is used which is mounted on the end effector of the arm,and the robotic arm scan does 180 degree scanning...So experts you are all in here..
hey listen m also using PCA9685 Servo motor driver to control the robotic arm ,,,i just only need the help in following /...
Hello. I am an intern engineering student, and I was assigned a fun project of making an automated hydrostatic pressure testing system. Right now a operator manually turns a pressure regulator which feeds an air-driven liquid pump, this pump then pushes out water on the other side and into our...
Index of MSP430 Launchpad programming examples in C. Introduction to C language programming using IAR Embedded Workbench IDE. Includes LED flashing, GPIO, Timer module, interrupts, 7-segment LED displays, LCD, UART, ADC, IR decoder and more.
MSP430 Tutorial - Index
#1 MSP430 Tutorial - Getting...
Hello guys,
I'm a 18yo (Electrical Engineer) student from the Netherlands, so i'm sorry if my english isn't that good :)
So, i got a little job to do for school... i need to control a Studio Light (which is powered by a 19v adaptor) with a Arduino Nano... and maybe even with a BT/WiFi module...
I did a lot of research for being able to control my Mitsubishi FX-5U PLC.
I want to control it over network using SLMP with 3E frame messaging, but I am unable to understand the message frame.
I am referring this manual. But despite spending days I haven't been able to understand how to...
Hi everyone;
I would like to make a remote control. I found this exemple of IC controller AD009-08L as shown in the picture. But I'm searching during days and days but still didn't find a solution how to program this IC.
Can anyone help me how to program this IC ? What is the programmator used...
Hello Everybody!
I am trying to program/communicate with the CC2450 BLE IC, which is a transceiver/microcontroller. My computer is having trouble recognizing the device. It does not show up in Device Manager. I've tried the T.I. tools for trying to communicate with it. I've downloaded the BLE...
Hi guys, recently Iam making a project which includes Arduino Nano, MPU6050, BMP280, micro SD card module and a servo motor. Brief explanation of my project is basically I am trying to collect data from the MPU6050 and BMP280 and log that data with the help of a micro SD card module and the job...
one thing that make me confused is how the microcontroller notice the errors and restart by itself
let me give an example
we have cooler system with Esp 32 and temperature sensor,when temperature be Above 25 centigrade degrees cooler will work until temperature reduce to 25 degree .
all the...
I am trying to display 1 through 9 while rotating on win8051 what am i missing here:
; Initialize number to display
MOV R1, #0
; Main Loop
LOOP:
; Display R1 on the 7-Segment
CALL GETDIGIT
CALL DISPLAY
; Wait one second
CALL DELAY
; Increment R1
CALL INCREASE
; Repeat the Loop
JMP LOOP
; Delay...
So we've been instructed to write an assembly language program to display numbers 0-9 on a common anode 7 Segment Display and simulate it using the Proteus Software. (8051 microcontroller) (And 0-F as well)
I'm a complete beginner in this field and was hoping that I'd get some help here from...
It’s not a secret that the code quality standards for embedded systems software are much higher than those for games, photo editors and others. The requirements have increased after cases when hardware having got out of control caused a lot of tragic situations and, at best, great deal of money...
I got handed the schematic that is attached, and am challenged to build a data acquisition system for a Baja vehicle which is basically like an off-road vehicle. Can anyone please explain this schematic a little bit to me? I haven’t worked to much in this area, but just need to get a better...
I am trying to change this code that take a 4 bit binary number and converts it to display on a 7 segment display. I now need to alter the code for a 3 bit binary input and a 2 bit binary input as you can see from the hr_tens and min_tens outputs on my clock. Any help is appreciated. Would...
Hello I am having trouble finishing my design for a 12 hour digital clock. I cannot figure out how to connect my final clock to the seven segment displays. I am using a de1 development and using the Quartus II software. I do not need to display the seconds on for mu clock as there are only 4...
Howdy, so I am currently working on a small project to build a binary clock style watch. I am pretty new to circuitry and building small circuits. I do know some python and have been toying around with my raspberry pi 3B+.
Here is the link to the project I plan to replicate and modify for my...
Specifications:
1. Two digit hours to be displayed on two seven segment displays. The hours are to be
displayed ranging from 01 to 12.
2. Two digit minutes to be displayed on two seven segment displays. The minutes are to be
displayed ranging from 00 to 59.
3. Seconds indicator to be...
Hi all, I am currently working on this robot with the guidance of the following website
"https://circuitdigest.com/microcontroller-projects/obstacle-avoiding-robot-using-pic16f877a"
The circuit diagram is as shown below
The L293D motor driver module he used looks something like this
while...