Skip to main content

Home/ Nerdzr/ Group items tagged SOS

Rss Feed Group items tagged

Jac Londe

Scripting News: WikiLeaks on the run - 0 views

  • ikiLeaks says you can find them through wikileaks.ch, which redirects to a dotted ID. People exchange this information on Twitter. So in a weird sneaker-net sort of way we have implemented a human DNS.
  • All the while there's a huge glaring 800-pound-gorilla elephant-in-the-room size contradiction. The pols say that businesses can't support WikiLeaks, but the Guardian and the NY Times and the newspapers in Pakistan, Indonesia, Israel -- all over the world -- they're businesses too. So if they're really serious about this, we're in First Amendment territory. They ought to be careful, because the politicians depend on these businesses to sell their product. Without them, they have no way to lie to us.   See the problem isn't that WikiLeaks is lying, the problem is that they're telling the truth. This is not business as usual. 
  • It seems to me that at the end of this chain is BitTorrent. That when WikiLeaks wants to publish the next archive, they can get their best practice from eztv.it, and have 20 people scattered around the globe at the ends of various big pipes ready to seed it. Once the distribution is underway the only way to shut it down will be to shut down the Internet itself.
Jac Londe

Arduino - Introduction - 0 views

  • What is Arduino?
  • Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.
  • Inexpensive - Arduino boards are relatively inexpensive compared to other microcontroller platforms. The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than $50
  • ...4 more annotations...
  • Cross-platform - The Arduino software runs on Windows, Macintosh OSX, and Linux operating systems. Most microcontroller systems are limited to Windows.
  • Simple, clear programming environment - The Arduino programming environment is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. For teachers, it's conveniently based on the Processing programming environment, so students learning to program in that environment will be familiar with the look and feel of Arduino
  • Open source and extensible software- The Arduino software and is published as open source tools, available for extension by experienced programmers. The language can be expanded through C++ libraries, and people wanting to understand the technical details can make the leap from Arduino to the AVR C programming language on which it's based. SImilarly, you can add AVR-C code directly into your Arduino programs if you want to.
  • Open source and extensible hardware - The Arduino is based on Atmel's ATMEGA8 and ATMEGA168 microcontrollers. The plans for the modules are published under a Creative Commons license, so experienced circuit designers can make their own version of the module, extending it and improving it. Even relatively inexperienced users can build the breadboard version of the module in order to understand how it works and save money.
Jac Londe

Tablet Remote: Control One Android Device With Another via Bluetooth - 0 views

  • Tablet Remote: Control One Android Device With Another via Bluetooth
  • Tablet Remote is a handy little Android app that lets you remotely control one Android device, be it a smartphone or tablet, with another over Bluetooth. Imagine the facility of remotely controlling media functions of your Honeycomb tablet, or troubleshooting a problematic Android device through another without the involvement of cables, an internet connection or a desktop client. With an extremely simple configuration process yet a comprehensive set of remote control options, Tablet Remote is inarguably one the most feature-rich and easy-to-use apps of its kind that we’ve come across so far.
Jac Londe

NFC Antennas - 1 views

  • So NFC is just a method of communication between two devices at short distance. What makes the NFC antenna design simple or easy? If you know much about antennas, the first question you might ask is what is the operating frequency of NFC. It turns out that these devices operate around 13.56 MHz. The corresponding wavelength is 22 meters long - this means to get a nice half-wave dipole antenna (that radiates well) we would need a device about 11 meters in length.
  • he NFC antenna area may be limited to 3"x1" (or 7 cm * 2.5 cm). Hence, we are talking about fitting an antenna i
  • to a volume where the maximum linear dimension is about 0.5% or less of a wavelength. And from antenna theo
  • ...1 more annotation...
  • y, we know that you won't get any radiation out of such a small device.
  •  
    Longueur d'onde précise.
Jac Londe

3D Printing with Sculptris : Ponoko Community Hub - 0 views

  • 3D Printing with Sculptris
  • Sculptris is a supercool free sculpting tool. You can download it here from Pixologic. Much like ZBrush, Sculptris is a solid-body sculpting tool. Since it has an export function, we can use it for 3D printing too! Unfortunately at this stage we don't yet support OBJ files, so there's a couple of easy hoops you need to jump through to get your design ready. First export your sculpt as an OBJ file:
Jac Londe

My N3RD: Connect and Control Anything from Anywhere by Wild Hare, LLC. - Kickstarter - 0 views

  • What is My N3RD? My N3RD (Pronounced Nerd) turns your smartphone into a remote control for every gadget, vehicle and appliance you own. It works with the My N3RD app to upgrade ANY switch into a wireless controlled, programmable, and automatic smart switch, updating all of your devices into intelligent connected ones. Connect and control devices directly. No internet connection or router required.   Works with DC and mobile applications such as Cars, RVs, and boats. With My N3RD, you aren’t just limited to home appliances. Connects to any switch, enabling you to upgrade virtually anything— not just simple appliances like fans and lights. Simple setup. You only need to configure functions in the App once, and you can reuse them again and again. My N3RD is equipped with two relays and two inputs that can be used with external switches and physical switches to create a wide variety of uses. My N3RD is smart. You can program My N3RD to act without your intervention. Use the app to set timers for appliances and electronics. Although My N3RD has direct connect capability, it can also be connected through your home WiFi so you can control your devices from anywhere. Upgrade anything to an Internet of Things device.
Jac Londe

SugarLabs Wiki - 0 views

  •  
    New OS from Sugarlab
Jac Londe

Daedalus Projects - 0 views

  • CrazyFlie flight video
  • The copter itself is organised around the main CPU. The job of this CPU is to acquire the physical measurement given by the gyroscopes and accelerometers and to control the motors to keep the copter stable. This is done by a regulation loop which controls the motors speed 250 times per second. The radio communication has a pretty low bandwidth and is used to send commands to the copter and receive telemetry data from it. The CPU program can be updated by radio.
  • The computer runs control and telemetry programs. The control program reads the input from a game-pad and sends control commands to the copter. We also have programs that can configure the copter regulation parameters and log the measurements in order to make easier to tune the regulation. All the development is done on Windows and Linux. Indeed we are 3 to work on this project, two of us work on Linux and one is mainly on Windows. Using FLOSS permit to handle that in a very effective way. We are mainly using the GCC compiler from CodeSourcery for the copter program compilation, GNU Make for the project build, Mercurial for the source control, and python/pyusb for the communication with the copter. All these softwares works seamlessly on both Linux and Windows and made the project pretty easy to handle. The distance between the motors (horizontally and vertically) is around 8 cm and the total weight is around 20 g.
  • ...4 more annotations...
  • The top of the board contains the sensors and the control/communication electronic: The JTAG/Serial connector permit to program the processor and to communicate debug messages. The Main CPU is a STM32 Cortex-M3. It is clocked at 64MHz from the internal oscillator. The 2 Axis X-Y Gyro is an invensense IDG500. It has an analog output and thus is connected to the CPU analog to digital converters. The 1 Axis Z gyro is an invensense ISZ500. As the X-Y gyro this is an analog chip connected to the CPU analog to digital converters. The 2.4GHz Radio is based on a nRF24L01+ chip from Nordic Semiconductor. It is actually a breakout board sold by SparkFun. The radio is connected to the CPU via a SPI port. The 3 Axis Accelerometer is a SMB380 from Bosch. It is connected to the CPU via an I²C bus.
  • Here nothing particular, except that the little battery is taped on the bottom of the copter. The battery comes from a Silverlit x-twin plane and actually permit 4.5min of flight time.
  • Under the battery we mostly have power supply and the “power” electronics: The charge connector accepts 5V and permits to charge the battery The power switch permits to power the copter either from the charge connector or from the battery. The 5V step-up permits to increase the power voltage from the 3~4V coming from the battery to 5V. The two 3.3V linear regulators, reduces the 5V to power the copter electronic. The digital and analog 3.3V are generated independently. This was made to reduce the noise on the analog components (here it is the two gyros, a quite critical part). Finally at the four sides we have the motors transistors. The power for the motors pass on the top and bottom of the part of PCB that hold the motors. It can be noted that we also have the battery charging chip just at the right of the 3.3V regulators. It is a classical MAX1555 and is working pretty well. The idea with the step-up was to get a more stable voltage when the battery is depleted and also to remove some of the noise coming from the motor electonic. Anyway, this boars is capable to work without by using 2.8V linear regulators instead. So most likely the step-up will be excluded on the next version and we also plan to integrate the radio on board. The motors and propellers are taken from a Silverlit X-twin plane. They are powered by the battery voltage.
  • The copter is controlled via a python program running on the PC. A Playstation bluetooth gamepad is used to pilote it.
1 - 8 of 8
Showing 20 items per page