Hi,
Let me start with some introduction. I'm an absolue novice in robotics. Just recently started realising a childhoods dream by purcasing the assembly kit. Great stuff and neat delivery! I finished assembly and encountered and solved the first "no-show" (i.e. no accesspoint). My last serious coding was done in COBOL and assembly on MVS, using IBM-JCL (yep: I'm that old). So I'm doing hard time study on Linux, Python, HTML and JavaScript.All this just to point out that I'm (still) an absolute novice on these topics as well.
At this point I encounter two challenges for which I cannot find a soluttion yet and I long for some guidance on a third topic.
My first challenge is the remote control. This seems to be dependant of the browser or HTTP or something like that. Entering 192.168.42.1 on an Ipad-air gives a perfect camera view and shut-down button, but no control buttons for the wheels and servo's. Using IE on my desktop (Windows9') gives me working controls, but no camera image. Using Chrome on my desktops shows all, but the controls can only be touched with the mouse (I have a SmartTouch desktop). Debugging the HTML in IE stops a the imagesize line, but changing that doesn´t help. I´ve been browsing the JS, CSS and HTML files in the www folder but have to admit that my knowledge is still far too small. Could anyone give me some practical hints'?~
My second challenge is the network configuration. As long as I´m connected to the Raspberry through a utp cable I can SSH or use a VNC app. Works, but for expermenting with the bot I´m convicted to the attack. Trying to SSH or use a VNC terminal through wifi gives different kind of no_go´s. Cannot this be done? Do I need a second wifi dongle? Or can I change some config here?
My third topic is about my ambitions. I like to get the robot working autonomously. First use some basic programmes for autonomous rides, than adding sensors (distance, contact) and hopefully using sight in the future as well. I´ve spend allready a lot of hours browsing the overwelming info on these topics, but I just cannot find answers for some basic questions like: how can I start a pyscript on the robot and which pins can I use on the Arduino (or should I do that on the Raspberry'?) to connect additional sensors. There is a lot of documentation and sources for me to study, but I cannot find the starting point, which makes all the rest a bit too fuzzy for me.
My excuses for the epic size of this. I won´t do that anymore. This was merely driven by my passion to learn fast.
Be assured that I appreciate every reaction on this!