Jump to content

marten.aap2.0

Member
  • Posts

    259
  • Joined

  • Last visited

Everything posted by marten.aap2.0

  1. that is the same thing as what I posted
  2. how did you place the other fans?
  3. if you are using win10 you can right click on the speaker icon in the bottom right corner, then on something like output (I have everything in an other language, so not sure what it should say), there you can select what you want to use as the output
  4. you can use a raspberry pi with an external drive, but that wont be very fast and powerful.
  5. do you still here the sound when you remove the battery?
  6. maybe you can put the hdd in another pc, boot it from another drive and reset the whole hdd. or use an external boot drive to boot that computer and reset the drive
  7. google about the Linksys E1700: "Linksys E1700 speeds up to N300 Mbps and creates a powerful wireless network. 4 Gigabit ports deliver 10x faster transfer rates than Ethernet for photos, video and data files." in the Netherlands you can get it for €50, which is about £43 I don't know if it is available in other countrys
  8. you can find the ip of the router on the bottom of the router. enter that ip in a webbrowser, there you can find everything about the router and network
  9. you can do it that way, but make sure everything is compatible. and make sure you dont take server hardware for a gaming computer, like a multiple cpu motherboard.
  10. I made this script a while ago. it rewrites number to the scientific notation (like 5,43*10^5). The language is AutoIt3 $in1 = InputBox("Input","Enter a number you want to rewrite","Enter number") $out1 = $in1 $out2 = 0 $repeat = True While $repeat $repeat = False If $out1==0 Then MsgBox(0,"error","can't be 0") Elseif $out1>=10 Then $out1 = $out1/10 $out2 = $out2+1 $repeat = True Elseif $out1<=1 Then $out1 = $out1*10 $out2 = $out2-1 $repeat = True Else MsgBox(0, "New number", $out1 & "*10^" & $out2) EndIf WEnd
  11. I'm a starter in the "drone"-world, I don't need something like a $5000 octocopter, when I want to start with real amazing quallity filming, I can buy a better multicopter.
  12. exclusive transmitter, I can get that for just a few bucks
  13. I already have an action cam (sjcam sj4000), I only need things like the frame, controller, motors, etc.
  14. more for filming, doesn't have to be fast. I don't have a transmitter yet, but I know a place where I can get cheap transmitters. (I have an Arduino Nano, so it would be awesome if I can use that for controlling it.)
  15. does anyone know a good (DIY) starter quad-/tricopter which is available in the Netherlands. somewhere in the price range up to ~90 usd. (it would be nice if it could carry the load of an action cam)
×