debu

debu

Member

Member since
Mar 31, 2009
Last active
Dec 1, 2018
Total activities
0

Activity feed

Recent contributions

  1. #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)...

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

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

  4. #Threads

    1d5a10ff-d13a-4cda-9773-714a1e1c6033

    @sowjanya333: Use the "delete" keyword to explicitly call the destructor. Regards, Debu 😀

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

  6. #Threads

    cf98521f-e3ea-401f-a11d-553820bde3e6

    @sookie: Great info! Thanks 😁, learned something new today. Regards, Debu 😀

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

  8. #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,...

  9. #Threads

    6843370f-88b3-45a7-867f-a7704ffcb23d

    @sunit.soni: Check your directories. It works perfectly. Regards, Debu 😀

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

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

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

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

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

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

  16. #Threads

    79619a04-24b0-4c79-bf0d-f88af3b39839

    @amoltiger: What help do you need? Regards, Debu 😀

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

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

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

  20. #Threads

    0772c061-d2d1-47bd-b673-ece214200c4b

    @tyr: Welcome to CE! 😁 What do you want to know? Shoot away... Regards, Debu 😀

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

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

  23. #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:...

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

  25. #Threads

    0276d1f2-098f-4206-9f6c-a61539083bec

    @ms_cs: Is this ASP.net? Regards, Debu 😀

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

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

  28. #Threads

    268131d0-9932-4ac9-934a-d7eeeccd622b

    @silenthorde: Yes, This is a very nice introduction to fuzzy logic for absolute beginners. Regards, Debu 😀

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

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

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

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

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

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

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

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

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

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

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

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

  41. #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)...

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

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

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

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

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

  47. #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 😀

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