Jump to content
43oh

SirZusa

Members
  • Content Count

    105
  • Joined

  • Last visited

About SirZusa

  • Rank
    Level 1
  • Birthday 11/30/1985

Profile Information

  • Location
    Germany
  1. Got a electrical Heater for the cars 12V-Plug now with about 150 Watt - "hot is something else" - but this is exactly what i expected from only 150 Watt... and it is enough to support the Window-Defroster so that the snow slowly melts.
  2. Of course you will have to use permanent +12V. Most Cars have this but it often has only a small Fuse like 10 Amps. So it will be better to connect a own (thicker) Cable directly to the +12V-pin of the Battery and Fuse it with 30-50A depending on the Consumption of your Heater. Adding the heated Seat sounds like an nice Idea. Should be no Problem to control more than one Output by the MCU. Mine gets hot in less than 30 Seconds so i wont need this My Seat-Heater only turns on when the Key is in Position "1" so i would have to manipulate the Power-Connection for it a bit. First i wil
  3. Hey there, it has been a while since my last project - and i didn't finish it till now. Since i got employed there is only a little time left for projects like these :shifty: Cause it is getting cold here and i don't want to sit in a cold car every morning when driving to work i had the idea for this small project. Spontaneously i ordered an Siemens TC35i - GSM - Module on ebay for 25
  4. I still haven't received my Stellaris Launchpad ... Order placed on 8/31/2012 ... Anyone else having the same troubles?
  5. Here's my example for communication over USB-CDC based on the TI example: /*** Standard-Includes ***/ #include "stdbool.h" /*** USB-Includes ***/ #include "USB_config/descriptors.h" #include "USB_API/types.h" #include "USB_API/device.h" #include "USB_API/usb.h" #include "USB_API/UsbCdc.h" #include "usbConstructs.h" /*** HAL-Includes ***/ #include "F5510/HAL_UCS.h" #include "F5510/HAL_PMM.h" /*** USB-Variables ***/ // Flag set by event handler to indicate data has been received into USB buffer volatile BYTE bCDCDataReceived_event = false; #define BUFFER_SIZE 64 char
  6. hmm... seems like the bots got intelligent over the last years ... * another try would be to use the questions - but don't render them as text - provide them as an image - i know many bots use text-recognition but you may confuse them a bit * to make it even more complicated: give out a fake-question in plain text and lets have it the same color or hide it so the user won't see it ... then give out the correct question you want the user to answer in an image and give it a class, name, alt, title that doesn't allow the bot to conclude it is used as something lika a "captcha" * maybe
  7. What about these standard things? * is there no AKISMET-Plugin available? * normal graphical captcha * a small calculation (1 + 2 = ?, 4 * 3 = ?) * Colors (Which color has the water, grass, blood, beer, sky, ... ) * Pictures (show 4 pictures and tell the user to select for example "the apple" out of this set) * a simple task for the user ... something like that: http://webdesignledger.com/wp-content/uploads/2010/11/currybet.jpg
  8. What error-message do you get? Try it on another port and try another cable. One of my cables was broken and i also had problems with long usb-cables.
  9. Maybe you can use a extra plugin for SEO, esp. one with mod_rewrite-rules that includes titles in the link. You don't need to move the forum - just add a new subdomain "forum.43oh.com" and set it to "/forum" ... everything will stay accessible i think the links will get lost anyway when switching to ipboard
  10. You should also set some more keywords and a better description: Some more keywords: Motor, Servo, LED, RX/TX, UART, USB, Ethernet, SPI, ISP, Spy-by-wire, SBW, bluetooth, shop, microcontroller, avr, mega, atmega, compiler, Controller, MCU, Board, JTAG, Debugger, Programmer, Embedded, Hardware, Development ... maybe repeat some category-titles You use Google Analytics? It should show you where the users come from and what they were looking for (keywords and searchengines they where using - you can use these for building a pool of keywords) Maybe you also want to use subdom
  11. nice idea also often used SHL for multiplication with 2 and SHR for division by 2
  12. Anyone got a datasheet? How bright are they compared to others (OSRAM, KingBright, whatever...)? I would also be in for GB when i have more information - might be an alternative for the TLC 5940 and my AmbiLight-Project
  13. Still no delivery times given in my order -will have to wait a bit longer for shipping to germany
  14. Let's concentrate on the problem: The Fault-Flag wont dissappear ... Same issue after stripping all unnecessary lines of code
  15. Why use DCO if you have the peripherals already onboard? As RobG stated above the external XTAL is more precise (compared to DCO without FLL). I don't have an oscilloscope here so i can't check if DCO with FLL is comparable to XTAL. The temperature drift of the internal clock-generators is higher then the drift of the crystal. I know that the USB-PLL is not related to the other clocks of the
×
×
  • Create New...