Posts with «wireless» label

Can Arduino RBBB programmed wirelesly by wixel?

I have an arduino rbbb for my robot and i want to upload sketches wirelesly via wixel and wixel shield.. I am asking because at the description of wixel-shield says that it will not work with arduino Leonardo.. and i am wondering if that also happens with rbbb. It's not an official arduino so that's maybe the reason why it is not mentioned if they are not compatible. Any suggestions would be very helpfull.. thank you!

 

New in the Maker Shed: Arduino WiFi Shield

Looking for a way to network enable your Arduino projects without wires? Look no further, you need the Arduino WiFi Shield available in the Maker Shed! This shield fits atop your Arduino and will connect to an 802.11b/g network with relative ease. The shield comes completely assembled and uses pass [...]

Read the full article on MAKE

MAKE » Arduino 16 Nov 18:00

In the Maker Shed: Using the Minty Mote Arduino Remote

Do you want to add a simple wireless remote control to your Arduino projects without spending a bundle? The Minty Mote Kit (available in the Maker Shed) can be used for door bells, basic home automation, a simple robot controller and more.

Read the full article on MAKE

Where should I start with wireless robot-to-computer data transmission?

I'm working on a project where my bot collects some information while traversing a grid. I want to send the findings back to my computer wirelessly as the robot is moving. The range is not far (2-5 metres) and I am on a budget (Up to $20 but the lower the better).

The data I need to relay needs only be three sets of three single digit numbers. I could even condense it to be three 3 digit numbers or one 9 digit number I suppose.

read more

Arduino Wifi Shield is bask on the store!

We’re happy to announce the Arduino Wifi Shield being back on the Arduino Store. Since we launched it back in August we had an overwhelming request for the product that ended up in solding it out.

Welcome back, bro.

Arduino Blog 02 Oct 15:08
arduino  shield  store  wifi  wireless  

DIY Doorbell Video Security System

Ever wonder who comes to your door during the day while you’re gone?  Here’s a simple DIY project to answer that question.  Every time someone rings your doorbell, you’ll receive a text message containing a photo of the person.  The system can also be setup to automatically take photos based upon motion detection instead of a doorbell press.

When someone rings the doorbell, the Arduino instructs a camera to take a picture. It then also sends an email to your smart phone notifying you that someone is at the door.  If you’re nterested in building your own, check out the detailed instructions.

Similar DIY Security Projects:

Hack n Mod 05 Sep 07:29

feasibility of DIY wireless headphone kit

So, I was searching the market for what my wireless headphone options were and got quite disappointed.

As it seems, wireless used is either IR, RF (on the FM/UHF band) and Bluetooth (also 2.4Ghz seemingly working in the router's norm).

IR ... needs line of sight, small range...
RF... prone to interferences
Bluetooth... small range
2.4GHz... some reviews said they interfered with the home wireless routers

 

read more

Let's Make Robots 04 Sep 22:30
arduino  headphone  ideas  kit  wireless  

Arduino GSM/GPRS Shield gets helping hand from Telefonica for data, remote control

Arduino devices have had the option of a GSM linkup for awhile, but getting that cellular link to truly strut its stuff hasn't always been easy, even for those of us who'd be inclined to program an Arduino in the first place. Enter Telefonica, which wants to be the backbone of your internet of things. It's backing a new version of the GSM/GPRS Shield add-on (shown here) by offering both the expected machine-to-machine SIMs for the cellular connection as well as freshly added remote control of the board through the carrier's BlueVia pages. The Shield itself is getting a quiet upgrade in the process -- the software both takes up a smaller footprint and can now talk to the world in the background while the Arduino keeps on keepin' on. If you happen to be in Berlin, the new Shield is making the rounds at Campus Party workshops until April 25th. Neither side has said how readily available the new part will be available after that; for now, you can familiarize yourself with the current technology at the source link.

Continue reading Arduino GSM/GPRS Shield gets helping hand from Telefonica for data, remote control

Filed under: Peripherals, Wireless

Arduino GSM/GPRS Shield gets helping hand from Telefonica for data, remote control originally appeared on Engadget on Fri, 24 Aug 2012 11:41:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

The Arduino Wifi Shield is now available

The Arduino Wifi Shield is finally here!

We’ve been working for a while on this new wifi shield for Arduino that is quite different from what you can find already on the market.

Instead of just getting the usual pre-made module we decided to build a product that would encourage hacking and modifications so we decided to use an AVR32 processor running an open source version of TCP/IP and the WIFI software stack. The Arduino communicates over SPI with the AVR32 and this in turn controls the WIFI module, an HDG104 from H&D Wireless. Following the Arduino tradition the full software stack running on the AVR32 is released as open source as well as the Arduino library that controls the shield.

Having the full source for the software stack allows adding more complex protocols directly on the AVR32 without using the limited code space of the atmega328 on the Arduino. On top of this, skilled C developers can re-program the shield to operate as a standalone device without the need of an Arduino connected to it.  Since we expect that there will be amazing new features created by the community we made updating its firmware very easy, just connect a usb cable to the shield. We believe this opens up to a lot of hacking potential.

Here are some of its features:

  • Connection via: 802.11b/g networks
  • Encryption types: WEP and WPA2 Persoanl
  • Connection with Arduino on SPI port
  • on-board micro SD slot
  • ICSP headers
  • FTDI connection for serial debugging of WiFi shield
  • Mini-USB for updating WiFi shield firmware
  • HDG104 Wireless LAN 802.11b/g System in-Package
  • Atmega 32UC3 32bit microcontroller
  • open source firmware.

For more details see the product page and on the wifi-shield on the Arduino Store.

We hope you will enjoy creating with the new member of the Arduino family.

 

Arduino Blog 16 Aug 12:36
arduino  hardware  wifi  wireless  

An open robot shield for Arduino

Open Electronics‘ staff were looking for a common and standard hardware platform usable on different robots they were working on. Their goal was to find a single platform that had to provide power supply to the microcontroller, it had to provide stabilized voltage for the servos, and, finally, it had to be equipped with an obstacle detector and with an IR receiver.

Having chosen Arduino as the target core board, they developed an ad-hoc shield meeting all these requirements, whose detailed description can be found here, together with the BOM and a lot of source code.

[Via: Open Electronics]