debu
Member
- Member since
- Mar 31, 2009
- Last active
- Dec 1, 2018
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
04b59d00-3f31-4eec-9eb0-b510952cc075
@elavarasan: Its very simple. In Verilog you would: module oneHertzFromFour (input clk4M, output reg clk1Hz) reg [22:0]cnt; always @(posedge(clk4M)...
-
#Threads
Looking for Interns!
Hello All, I'm looking for interns for the summer, preferably living in and around Gurgaon. You would be working for India's largest...
-
#Threads
7828be6c-23b0-4085-9271-9de8e096630f
just2rockU.S however operate on 60-80 Hz with 240 VAC where they are again maintained in the +-5 % tolerance scale.I don't think...
-
#Threads
1d5a10ff-d13a-4cda-9773-714a1e1c6033
@sowjanya333: Use the "delete" keyword to explicitly call the destructor. Regards, Debu 😀
-
#Threads
ac1b7f6d-dc8f-4d3b-80cc-cbb2ec5fe7fa
@puneethmr1: Aplus makes recordable Voice ICs, #-Link-Snipped-# looks like the most suitable one for you. I'm not sure if it is pin...
-
#Threads
cf98521f-e3ea-401f-a11d-553820bde3e6
@sookie: Great info! Thanks 😁, learned something new today. Regards, Debu 😀
-
#Threads
37682ed6-6def-47f2-976b-fafcfed72ff8
@big_k: The real reason for images being rectangular is; All image formats that have been successful thus far, involve the use of...
-
#Threads
c1cd1d2f-11e2-4269-a8e1-6d3ef38029d7
@ashutoshglamour: Godfathers answer is exactly correct. The relay is a switch. When activated, it closes a key, like any other switch. Regards,...
-
#Threads
6843370f-88b3-45a7-867f-a7704ffcb23d
@sunit.soni: Check your directories. It works perfectly. Regards, Debu 😀
-
#Threads
39d85054-55eb-4f80-96db-0d53402d2c1d
In your PM you wrote... (i'm posting my reply here, so that other CEans can add their views and replies) 😀 Hello...
-
#Threads
38bd84e2-6712-4044-889e-a20e54b21437
@bigbadwolfe: If you have a clearly defined model, you could use #-Link-Snipped-# in conjunction with #-Link-Snipped-# to simulate your attemperator. In the...
-
#Threads
edba260b-4a54-467d-989d-08c8b233ee99
I don't know much in this field, but HSPA+, which supports 42Mbits/sec has already been deployed at several places (and the first...
-
#Threads
77227912-e336-4ffd-aeed-8a2b7d57ff80
@silenthorde: The cheapest 3-axis accelerometer that I have ever seen costs Rs. 850 (Freescale MMA7260Q), you will only need one of them...
-
#Threads
cea383de-ed86-4eb9-9d9a-c13ef783f7bb
@elavarasan: If you synthesize the above verilog code, you will get the gate level diagram. It will be a little different for...
-
#Threads
5959a74e-d97c-4f15-a3bb-bab769a2dd01
@amoltiger: For making an embedded web server, first you need to implement the TCP/IP layer. There are several implementations of the #-Link-Snipped-#...
-
#Threads
79619a04-24b0-4c79-bf0d-f88af3b39839
@amoltiger: What help do you need? Regards, Debu 😀
-
#Threads
8cd09425-bf2f-4f83-97e9-7a347eb128a9
@mad_scientist: Personally, I feel more comfortable using assembly for programming. IMO, assembly is the only way to accurately describe, the task that...
-
#Threads
44843660-05e8-4ee5-bf28-aa2bfb7df39c
@ce_neha: I faced a similar problem a while back. Try using <a href="https://www.dosbox.com/" target="_blank" rel="nofollow noopener noreferrer">DOSBox, an x86...
-
#Threads
66ed11b9-6fec-4b0a-bbb2-b31af0ba59c9
@tyr: This looks like a homework assignment. Anyway, here: ;Blink LED on 0th bit of PORTB ORG 0xF000 ;Beginning of code stack...
-
#Threads
0772c061-d2d1-47bd-b673-ece214200c4b
@tyr: Welcome to CE! 😁 What do you want to know? Shoot away... Regards, Debu 😀
-
#Threads
a5b65be8-e6c9-43f3-bd86-0cdb3a5e26d6
@engtota: I don't know much about wireless sensor nodes, but a simple google reveals that nesC is compiled using nescc (the nesC...
-
#Threads
0ec51b63-7600-47be-9b2c-88000bd7217e
@qaisarpk1: With regards to Micro controllers, EEPROMs, OTP Logic, FPGAs, CPLDs etc., burning, writing, programming, and possibly many other terms all refer...
-
#Threads
e9792c45-ebe6-4fb6-81cc-b945b8654946
@qaisarpk1: Your question isn't quite clear, are you talking about cd's/dvd's ? or microcontrollers? or something else? As such, someone may answer:...
-
#Threads
7913cf64-d3f1-41ba-ba37-cc39ca34ddb1
@Mungti: If you are connecting two PCs and if both the PC's are connected over the internet. Use a VPN, like #-Link-Snipped-#...
-
#Threads
0276d1f2-098f-4206-9f6c-a61539083bec
@ms_cs: Is this ASP.net? Regards, Debu 😀
-
#Threads
2b7e0ae8-ffb8-4d62-8ffb-020f6586b239
@dipen30: The .NET Framework is an architecture of software development and deployment, which has been designed by Microsoft. Basically the .NET Framework...
-
#Threads
62ad36fa-ac21-4ab6-b18f-6c85f653c715
@safwan: VB.NET and C# are different only in language and syntax. They are both very alike, and use the same .NET framework....
-
#Threads
268131d0-9932-4ac9-934a-d7eeeccd622b
@silenthorde: Yes, This is a very nice introduction to fuzzy logic for absolute beginners. Regards, Debu 😀
-
#Threads
Classic Snake Game
Hi Folks! I wrote a classic snake game this weekend, The code is in C#, and is open source and available free...
-
#Threads
741b98e5-d449-4f28-8afa-46bd8938c45d
@Er_Mahendran: The link I posted from Tektronix explains this in a lot of detail. In Laymen terms; The following image shows the...
-
#Threads
bb61ec83-3824-4766-9752-2582eabf77aa
@HEART-HACKER: I agree with easels, try copying your db's *.mdf file in the /bin/debug or /bin/release (whichever you are using) directory. I...
-
#Threads
564c97d1-bc58-4ed7-8842-2bd10a0e070b
@nexdatum: Thats a really good idea! If you go ahead and give it a GNU GPL, this could be quite popular amongst...
-
#Threads
e2577deb-1b16-483e-8ea3-4d188bb60f13
@Er_Mahendran: Isolation reduces the chances of creating a Ground Loop. <a href="https://en.wikipedia.org/wiki/Ground_loop_%28electricity%29" target="_blank" re...
-
#Threads
9ac9cdb7-16fb-4df6-94ca-ea5d3c72341e
Re: Write a C program Hi Folks! This is my version of the solution. I wanted to write a straight, simple and...
-
#Threads
bae228f0-3859-4ce2-98fa-2adc61dcc0b5
@flukei: Sorry my friend, It doesn't work. I'm using Xilinx ISE 10.1, with a Spartan 3A. In VHDL, to detect an edge...
-
#Threads
6e9d2c0c-ccb1-4e72-b239-56c8d1a07361
@flukei: I may be wrong, but your code is simply checking for a high state or a low state in the in1...
-
#Threads
0fa926d1-8923-4658-9a18-7624bc6152a3
@backpixel0x17: <a href="https://debusinnovations.blogspot.com/2008/02/usb-101.html" target="_blank" rel="nofollow noopener noreferrer">Debu's Innovations: USB-...
-
#Threads
65509fcf-7d75-4d0e-a3d2-a8e0e00be7f2
Front bencher, that is because I generally avoided sitting with my friends. In college I treated the duration of the class with...
-
#Threads
fca91e80-b2da-4ea2-ba22-347c84b8b397
@kashish0711: You could use a VCXO (Volatage Controlled Crystal Oscillator) such as #-Link-Snipped-#, these are commonly used in electronics. The output will...
-
#Threads
2db8f57b-3f8b-4047-96d6-23fbfa54b421
@mike88mw: Sure, of course you will have to write a program in your PLC to accept serial commands, and perform a task...
-
#Threads
dc8c4dd8-6b08-4811-95bb-4571a8f48a8b
mike88mwso how to link the PLC with Visual Basic software??@mike88mw: What PLC are you using? Does your PLC have a serial (RS232)...
-
#Threads
bccaa2c4-c8ae-4c83-a70a-a2f515b5bb7c
shalini_goel14Topic: Datawarehousing Qn: What are the categories of OLAP tools(Online Analytical Processing) ?Hey guys! I'm not a BE/BTech CS/IT, I hope you...
-
#Threads
32831769-b1a8-4bfd-a773-970e36a41d84
@moraali: No, I haven't implemented auto-baud an any FPGA. I posted a link a few posts back of a project which did....
-
#Threads
e47c5592-9013-4051-a241-0eab9c49f1f7
@moraali: In order to communicate with the modem, you need to use a null modem cable and have you FPGA generate the...
-
#Threads
e77372b1-0c90-44d9-b6e7-3a5903d5e0b5
@moraali: You will need to write a module for auto-baud generation (as I stated before). Alternatively, you could use #-Link-Snipped-# for the...
-
#Threads
06808876-7d73-477f-92db-d33dc160b067
@moraali: Your FPGA doesn't seem to be generating any handshaking signals (atleast according to the schematic, the handshaking signals are looped). Your...
-
#Threads
444e9be9-ae78-418f-8c51-5d7958c5ea13
@moraali: Yes, the cable you have shown is a null modem cable, that is what you need. Regards, Debu 😀
-
#Threads
d0df0861-f1de-414f-b407-e4ed60b293cd
@moraali: If the first problem exists, then you will need to implement the handshaking signals in your verilog/vhdl code. Refer to the...
-
#Threads
09bc304e-4674-4636-90de-f0b4c337b738
@moraali: The problem can lie in two places: The baud rate configuration is incorrect. Many modern modems rely on handshaking signals (RTS...
-
#Threads
64f5f3ef-5df8-4dba-8f06-3e9266902e38
The_Big_KAre these tutorials authored by you, Godfather?Nope. These tutorials were originally witten by Mr. Mike Stracey, and are available on his #-Link-Snippe...
-
#Threads
e66a3003-952c-4484-b841-6d2ccfb8ced2
@mosh11: <a href="https://debusinnovations.blogspot.com/2008/02/usb-101.html" target="_blank" rel="nofollow noopener noreferrer">Debu's Innovations: USB-101</a>...
-
#Threads
ad1d55a3-6201-42ae-8e30-e32a26bc4b1a
@godfather: Good Job! As an addition to what godfather has written, #-Link-Snipped-# should be useful for anyone learning how to use PIC's...
-
#Threads
4803c203-ef1e-4ed4-83d1-20195477fa50
@icehari: I would suggest you consider #-Link-Snipped-#. All of the schematic images on <a href="https://debusinnovations.blogspot.com" target="_blank" rel="nof...
-
#Threads
c861b07c-a673-4426-9465-debf844ab012
@Jaiho: Fix you problem by replacing the offending lines with: unsigned char data=0x20; Do the same with the following lines. Regards, Debu...
-
#Threads
7038be8c-5b5d-4f01-87fd-179ab5701f54
silverscorpion... Particularly, L298 even has an inbuilt PWM generator... Really???? 😒 @hai itz me:Connect the -ve of the motor with GND, and...
-
#Threads
1fa27aaa-f714-4230-bff6-d8e9d97e6622
@hai itz me: If your motor is rotating continuously, chances are you have connected your motor to the NO (Normally Open) pin...
-
#Threads
b1e712ce-a9c0-47a1-bb63-afb1be7d8a99
@godfather: That schematic isn't for a USB host! @mosh11: To make your PIC a USB host, look at using a #-Link-Snipped-#. Regards,...