Sign up ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

I'm using an HLK-RM04 WIFI shield and arduino uno R3 board. whenever I mount my shield on the uno board and connect it to the pc using a usb only the power led(red) of my wifi shield glows. I tried to upload the example code on wifi(provided by arduino)but whenever I run the code it shows "wifi shield not present". Looking into the previous discussions on this website I even tried to connect my arduino with usb+9v supply. In that case my trackpad of the laptop ceases to work. whenever I power my system(arduino+shield) using a 9v external supply all the 3 leds(power,link,wan led) on my wifi shield glow but still the same error of "wifi shield not present" persists.

What is going wrong?

Has anyone configured an HLK-rm04 wifi shield with uno r3 before?

Thanks

share|improve this question

migrated from electronics.stackexchange.com Dec 26 '14 at 14:20

This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.

    
unfortunately i gave up using hlk-rm04 wifi module for my application. it was too power hungry and there was very little online help available. –  user8008 Mar 21 at 13:29

2 Answers 2

Might be because of a non-compatible version of the Arduino IDE? (latest version isn't always the fittest, apparently).

I found evidence for this weird behavior in various forums around the web - even when using the Uno R3 board with its official WiFi shield, I had to go back to version 1.0.3 of the Arduino IDE (and to flush its compatible firmware version for the WiFi shield) in order to get the sample code to work. Later versions just didn't work!

share|improve this answer
    
Welcome to Arduino SE! Do you have any evidence that this works for wifi shields? If so, can you please edit your post? Thanks! –  Annonomus Penguin Mar 21 at 14:47
    
Yes I do have, but I couldn't comment in the original post :( –  yoav85 Mar 21 at 16:59
    
Ok, if you have evidence, can you please edit your post? Thanks. –  Annonomus Penguin Mar 21 at 17:02
    
Is it ok now? :) –  yoav85 Mar 21 at 17:05

I DON'T have experience with the shield you are mentioning, but it sounds to me that no data is being sent from the WiFi shield to the Arduino. I suggest you do a bit of debugging with:

1) Print Statements 2) A multimeter (better yet, an oscilloscope) 3) Check that the pins you are connecting the shield to are not blown

share|improve this answer
    
Welcome to Arduino SE! Can you expand your post a bit to explain how to use these to debug the problem of the OP? To me, it doesn't seem like these would fix a computer error, but feel free to elaborate on how this would help. Thanks! –  Annonomus Penguin Mar 21 at 14:48

protected by Annonomus Penguin Mar 21 at 14:45

Thank you for your interest in this question. Because it has attracted low-quality answers, posting an answer now requires 10 reputation on this site.

Would you like to answer one of these unanswered questions instead?