Loading...
  Show Posts
Pages: [1] 2
1  Using Arduino / Motors, Mechanics, and Power / Re: Where is this power coming from? on: May 07, 2013, 05:22:50 pm
No luck, I've unçlugged the WiFi shield from the Arduino and connected it using just the ICSP pins.

Now I'm getting the "WiFi shield not present" error message...

All of this because the WiFi.disconnect () doesn't behaves as it should!
2  Using Arduino / Motors, Mechanics, and Power / Re: Where is this power coming from? on: May 07, 2013, 04:10:04 pm
Many thanks Mas3 for your prompt and useful answer. I agree with you this doesn't seem to be the best solution but i can't find a decent way to put the wifi shield to sleep when i don't need it...

Will keep looking...

Best!
3  Using Arduino / Motors, Mechanics, and Power / Where is this power coming from? on: May 07, 2013, 03:40:19 pm
As it seems there is no way to disconnect the WiFi shield (already reported in several posts) I'm trying to externally control when the board receives power and when it doesn't.

In order to find out which pin will be the best fit  for my purpose I started by bending the pins that I thought were powering the shield: Vin, 5V, 3V3 - Picture 1

To my surprise the board is not only still getting power but it works as if the connections were still there.- Picture 2 (Green led indicates it is connected to my network)

Magically Pin 5V is getting 5V from somewhere - Picture 3

What am I missing? Or the Arduino besides being a great computer product is also able to generate power by itself ??  smiley

Many thanks in advance for any help / hint to accomplish my goal: finding a way to disconnect the WiFi shield in order to save power...
4  Using Arduino / Programming Questions / Re: How to fully disconnect with WiFi Shield on: May 06, 2013, 03:46:56 pm
Sorry Peter, english is not my mother tongue i guess I've missued the expression "messing around". I'll do as you suggest
5  Using Arduino / Programming Questions / Re: How to fully disconnect with WiFi Shield on: May 06, 2013, 07:06:50 am
Darduino, thanks for your answer and suggestion, PInoccio seems to be a very good option but isn't yet available.

Regarding your idea PeterH, I'm not such an experienced programmer as to feel comfortable to mess around with the library.

I guess I will follow the "analog switch" path and disconnect the wifi power

Will post my results when done, in the meantime if anybody has a better solution...

Best
6  Using Arduino / Programming Questions / Re: How to fully disconnect with WiFi Shield on: May 05, 2013, 03:06:31 pm
Darduino, have you made any progress on this? i'm experiencing the same problem and I'm extremely frustrated with the fact there is no answer from the Arduino crew considering the Wifi shield is not a cheap piece of HW to have such a poor behaviour.

Please share any solution you could have found.

Thanks
7  Using Arduino / Networking, Protocols, and Devices / Re: Official Arduino WiFi Shield - Issues - Improvements - Call to action on: May 05, 2013, 03:02:12 pm
Has anyone found a solution to the "WiFi.disconnect()" not really working?

Too many people reporting the same problem and our dear Arduino gurus are ignoring it...

Cheers!
8  Using Arduino / Networking, Protocols, and Devices / Re: WiFi.disconnect() not behaving as expected on: May 05, 2013, 02:32:50 pm
Hi guys, I'm experiencing exactly the same problems you have reported, it is really frustrating.

Have you found a solution? If yes could you please share it?

Many thanks in advance
9  Using Arduino / General Electronics / Re: Hardware circuit to Trigger Board Reset through software on: March 29, 2013, 06:47:54 am
Dc42, could you please share the code you used to perform a full hard reset?

Many thanks in advance

Regards from Brasil, simon
10  Using Arduino / Networking, Protocols, and Devices / Re: Wifi shield: does it (really) work? on: March 09, 2013, 09:44:58 am
Hi Tim, thank you very much for your prompt response.

Answer to your question, no, i don't have an SD card on the shield.

Will anything change if I would?

Cheers!

11  Using Arduino / Networking, Protocols, and Devices / Wifi shield: does it (really) work? on: March 09, 2013, 09:15:59 am
Dear Gurus, I know this have been addressed before but after struggling for weeks to have a STABLE wifi connection (with no success at all) I decided to  raise the point again and see if somebody can help me.
So here is the full story:

Setup:
Official Arduino Uno R3 (recently bought)
Official Arduino Wifi Shield (recently bought so should be up to date...)
Powered with a 5V 1A Power Supply
Connected to a Windoes XP PC, through the USB port, running Hyperterminal (to see what's happening)
Good and Stable Wifi signal

Sketch:
Original Wifi Example WiFiWebClientRepeating (by Tom Igoe) with a minor modification in order to count how many times I was really able to communicate with the server (code attached).

Problem:
It isn't stable, sometimes it run till Counter > 5000 (several hours) and sometimes it stops after no more than 10 interactions.
Since my project (weather station)  involves leaving the setup running unattended (powered by solar panels)   in a difficult to access place, resetting is not an option.

Questions:
1 - Is there any way to make it work for ever as it should? What am I missing?
2 - As an option, is there a way to code something to start all over again once I detect the connection has failed several times?
3 - is there an easy way to get which Wifi firmware version I'm running?

Many thanks in advance for your (for sure) valuable help

Regards from Brasil !!!

12  Using Arduino / Networking, Protocols, and Devices / iTead BT and WiFi Shield on: December 01, 2012, 01:09:57 pm
Hi guys, I'm facing the problem descrived below and would like to see if you could help me.

I have an iTead BT V2.2 and an Official Arduino Wifi shield.

They are both working fine by themselves but when I plug both at the same time then the Wifi shield is not able to find anymore any of the Wifi networks around. I'm running the original ScanNetworks Example.

I'd guess there is some type of conflict between the BT and WiFi Shields but can't find it...

Any hints?

Many thanks in advance, Simon
13  Using Arduino / Installation & Troubleshooting / Re: Arduino Mega and Official WiFi Shield on: November 11, 2012, 11:58:29 am
Guys, I found a picture of the Wifi shield (http://multilogica-shop.com/arduino-wifi-shield) with a wire jumper on the back of the board (see attached picture).

I tried it and my board started to work.

I know this is extremely weird because I wasn't able to find any explanation about it, but the fact is that it works.

I wonder why the Arduino crew don't make things more explicit, easy for us...

Hope it helps

Best!
14  Using Arduino / Installation & Troubleshooting / Arduino Mega and Official WiFi Shield on: November 09, 2012, 06:12:47 am
Team, I guess this is nothing new but I have unsuccessfully trying to find an answer..

I got my brand new Official WiFi Shield, pluged into my Arduino MEGA2560, loaded the ScanNetworks (ARduino 1.0.1) sketch and I'm getting the "WiFi shield not present" error message.

I've searched the forum, the internet and the Encyclopedia Britannica and I'm not sure what to do next...should I start by upgrading the "Atmega8U2" as explained in http://arduino.cc/en/Hacking/DFUProgramming8U2 ?

The instructions there doesn't help much either to identigy if I should or shouldn't...as  a matter of fact the driver version I'm getting is: 5.1.2600.0 dated 15/11/2007

The article by Jensa  http://flashgamer.com/arduino/comments/how-to-update-the-official-arduino-wifi-shield seems to be a good starting point but before getting into this somehow complicated process I want to make sure I'm in the right track.

Many thanks in advance for any guidance (I'm sure is going to help others as well...)

Best!!
15  Using Arduino / LEDs and Multiplexing / Re: Sure Electronics new 32x16 bi-color display: 3216 RG -Cont. from read only forum on: November 02, 2012, 12:54:53 pm
Dear David and Florinc, the missing 1nF on C1 was the problem, once I installed it as per David suggestion everything is working fine. Many thanks!

Worth to notice is the (ridiculous) message I got from Sure Electronics Customer Support when I asked them about David's suggestion:

Dear Sir,
Thank you for your purchase.
It can solve the problem by the way you said. The item has problem, we will update the version.
Have a nice day.
 
Best wishes,
Customer Service and Sales
Sure Electronics Co., Ltd.
East zone, 3F, Building 6   
Pages: [1] 2