zafersn / WiFi-RC-Controller-With-Camera

This Repo allows you to take live image from raspberry and control your motors.(In short, it allows you to build and control hobby vehicles.)
29 stars 9 forks source link

This link the OS for Pi 2 Model v1.1 doesn't work #16

Closed jcbnose closed 6 years ago

jcbnose commented 6 years ago

I tried to burn this https://drive.google.com/open?id=0B6yjwSAqPTgfcHRRLXYwMHZ6RWs OS onto the Micro SD but Kernel won't start. It halted and had mounting issue. Is this OS compatible with my Pi B or something went wrong during SD card burning? I burned the card twin, used both OSX and Windows. Thanks.

jcbnose commented 6 years ago

Sorry, I didn't use Win32DiskImager to burn but used other burn software. Not sure that would be the problem. I will try to download Win32DiskImager and try again.

zafersn commented 6 years ago

hi @jcbnose. After testing with Win32DiskImager, I wait for you to return to me.

jcbnose commented 6 years ago

hi @zafersn , just burned my 32GB SD card with Win32DiskImager, powered up my rpi B, got more daemons started but got different error - failed to start "avadi mDNS/DNS SD stack" daemon and got stuck at starting LSB DHCP server. It halted and couldn't get to login. Any suggestion? thanks.

By the way, burning the SD card (15GB of OS) took over 7 hours. Is it normal? I will use checksum and burn the SD card one more time and see.

zafersn commented 6 years ago

7 hours? Really? This is not normal. can you share the output about the error with me? The visual annex on the error can be nice.

jcbnose commented 6 years ago

After re-downloaded the OS, reformatted the SD card and re-burned, it still failed and stopped at starting LSB DHCP server. My last two resorts before I give up are 1) buy a new SD card and try again, assuming my current card has bad sector, 2) buy RPI 3 and try again (@zafersn, can you confirm if I use RPI 3 I don't need to burn SD card but just clone the python code in the github?) Thanks.

zafersn commented 6 years ago

Which WiFi module did you use externally since Raspberry Pi 2 does not have an internal WiFi module? Are you using the recommended wifi modules? the wifi devices tested under this row were written.

jcbnose commented 6 years ago

ah....I will try another wifi module that is on the list.

Again, from my previous question, would running on RPI 3 no need to burn SD card? would it work on RPI 3 Model B+?

jcbnose commented 6 years ago

Hi @zafersn, just tried it on another wifi module (Realtek 8187L), I experienced the exact same problem. On the wiki page (https://elinux.org/RPi_USB_Wi-Fi_Adapters), not sure how I can install aircrack-ng. I can't even boot up. Any suggestion?

jcbnose commented 6 years ago

also tried on another Linksys/Cisco wifi module but same problem...

zafersn commented 6 years ago

@jcbnose you have to download the image file and write to the sd card. because the necessary WiFi configurations and various changes are available. After you install the sd card raspberry, it will boot. Then verify that you see a WiFi network with Pi_CAR ssid li on your mobile phone.

jcbnose commented 6 years ago

my problem is it doesn't boot. I can only think of trying it again on a new SD card or try it on RPI 3, unless you have better suggestion. Do you?

So you are saying that even I use RPI 3 model B+, I will still need to use the same image file. Correct? This page ([https://github.com/zafersn/WiFi-RC-Controller-With-Camera/tree/master/ENGLISH/V3]) has only 1 image download link ([https://drive.google.com/open?id=0B6yjwSAqPTgfcHRRLXYwMHZ6RWs]). Is it the latest image file I should use for both RPI 2 or 3?