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...