Please try this at home ;)

Mikrokopter, Mikrocontroller, AVR, Quadrokopter, Electronic, Technik

Categories

Last Posts

Last Comments

Calendar

März 2010
M D M D F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

Apple finally released the iPad!

Januar 27th, 2010 by Speedy

And – it’s like a biiiig iPod.

(Picture source Jim Wilson – New York Times)

Here are some pictures and facts

  • OS is based on iPhone OS
  • All iPhone apps will also run on the iPad – “virtually unmodified”
    The iPhone apps can run in a black box in the middle of the screen or by doubling the pixels and fill the screen, but loose resolution
  • The new SDK for the iPad is released today
  • Of course, apps from the iPhone can be modified so they are perfect for the iPad
  • Almost “life-size” virtual keyboard
  • Synchronize data from PC or MAC
  • The iPad works in both landscape and portrait mode, like the iPhone. It has a virtual keyboard, access to photo collections, direct access to iTunes’ surfeit of content.
  • The new iBooks app will allow you to read an purchase eBooks. So Apple is on a collision course with Amazon.

Technical Data

  • size: 9.7 inch (25 cm) multitouch display (so it’s not 16:9) TFT-IPS-Panel
  • thikness 0.5 inch (13 mm)
  • weight: 1.5 pounds (680 grams)
  • processor: 1Ghz (own Apple A4 chip)
  • 16, 32 or 64 GByte of storage
  • Wi-Fi 802.11n
  • latest Bluetooth 2.1 + EDR
  • Battery life: 10 hours – we will see ;)
  • Battery stand-by up to one month – we will also see ;)
  • Accelerometer
  • Compass
  • Speaker
  • Microphone
  • no camera(s)
  • There will be 3G versions available – all with unlocked SIM and they use the new GMS microSIMs
  • Sync over USB and iTunes
  • nice accessories, a dock to use it like a photo frame and the keyboard dock to use it like a PC or a Laptop

  • USB connectors to connect SD Cards or Digital Cameras over USB to transfer photos to the iPad

  • iPad Case

Costs

WiFi

  • 16GB – $499
  • 32GB – $599
  • 64GB – $699

Shipping in 60 days (worldwide availability)

WiFi + 3G

  • 16GB – $629
  • 32GB – $729
  • 64GB – $829

Shipping in 90 days

Overall the iPad is a nice Gadget. But in the moment I can not see the practical use of that device (except reading an ebook).

In some weeks we will see in what direction the iPad develops and if I am crazy enough to buy one.

Details: http://www.apple.com/ipad/features/

Posted in General, Mac, WiFi | 2 Comments »

Exploring WiFly RN-131 GSX Embedded WiFi Module

Oktober 3rd, 2009 by Speedy

I made the next step in the direction of WiFi. Some days ago I surfed the Internet for an embedded WiFi module for less money. And finally I found the WiFly GSX modules from Roving Networks. Their slogan is “Wireless for less” ;)

So I ordered some evaluation boards (about 100€/pcs) for me and two collegues who are studying with me at the NTB. Our goal is to have fun with wireless applications.

The RN-131 GSX Module is a 802.11 b/g wireless LAN Module with a lot of features – Details see datasheet.

If you already have a GSX Module you can use my LabView source below to show the UDP packets which the module sends in default configuration every 7 seconds.

The packets include

  • MAC address of AP
  • WiFi-Channel
  • RSSI (quality)
  • local TCP port
  • RTC (real time clock value)
  • NTC temperature option (if temperature sensor connected to module – otherwise sensor 7)
  • Spare sensor reading
  • ASCII time
  • Version string with date code and Device ID string

This information can be used to open a TCP connection to the module or to configure it over WiFi. The module has to be in the same subnet as your PC or MAC if you want to receive the packages.

Here are some pictures of the Module in action:

Here is the LabView (8.6) Source as LLB: wifly-monitoring-distribution

Posted in AVR, LabView, Mikrokopter, WiFi | 4 Comments »