Search found 19 matches

by bukaida
Thu Jul 23, 2020 7:35 am
Forum: ESP8266 boards
Topic: Need guidence in implementing ESP8266+MPU6050
Replies: 6
Views: 4622

Re: Need guidence in implementing ESP8266+MPU6050

Will this run on ESP or Desktop or both?
by bukaida
Mon Jul 20, 2020 9:38 am
Forum: ESP8266 boards
Topic: Need guidence in implementing ESP8266+MPU6050
Replies: 6
Views: 4622

Re: Need guidence in implementing ESP8266+MPU6050

Ok , fusion on ESP seems to be complicated. At present it will be sufficient for me to accept 3 axis accelerometer and gyroscope data in json format at the python server running on desktop, connected to ESP via WiFi. Any suggestion for this?
by bukaida
Mon Jul 20, 2020 8:11 am
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 143546

Re: rshell - Remote Shell

Yes Peter, I have tried it, but that is a passive way and sometimes does not produce good results for long names with special characters ( In windows). I was just thinking if we can have something direct as mkdir, rm or cp. For example

Code: Select all

ren old_name new_name
may be in the next update ?
by bukaida
Sun Jul 19, 2020 7:47 pm
Forum: Programs, Libraries and Tools
Topic: rshell - Remote Shell
Replies: 89
Views: 143546

Re: rshell - Remote Shell

How can I rename remote files/directories using rshell? Is it possible to accommodate any tiny micropython editor within rshell itself, so that external editor is not required?
Also during

Code: Select all

cp -r
it will be helpful if the file name being currently copied, is displayed.
by bukaida
Sun Jul 19, 2020 7:11 pm
Forum: ESP8266 boards
Topic: Need guidence in implementing ESP8266+MPU6050
Replies: 6
Views: 4622

Re: Need guidence in implementing ESP8266+MPU6050

I have downloaded the fusion based code from https://github.com/micropython-IMU/micropython-fusion . I have few doubts before trying to implement it on ESP8266+MPU6050 as the readme file seems to be written for a bit advanced level users. In it's present form-- 1. will it work over WiFi ? 2. For 6DO...
by bukaida
Sun Jul 19, 2020 9:44 am
Forum: ESP8266 boards
Topic: Need guidence in implementing ESP8266+MPU6050
Replies: 6
Views: 4622

Need guidence in implementing ESP8266+MPU6050

I need to collect the 6DOF accelerometer+Gyroscope data from ESP8266+MPU6050 combo, via a python server which will display the value of Ax,Ay,Az and Gx,Gy,Gz along with UNIX timestamp and also stores them in a file as json with the format like {"aX": "-1.532289", "aY": "9.739613", "aZ": "0.5746084",...
by bukaida
Sun Jul 19, 2020 9:11 am
Forum: ESP8266 boards
Topic: Need to migrate project--Please suggest
Replies: 16
Views: 9667

Re: Need to migrate project--Please suggest

@Peter, I am starting a new thread with MPU 6050 aspect and will ask lots of stupid questions. :D
I am focusing on the two projects by you, particularly one with the sensor fusion.
by bukaida
Sat Jul 18, 2020 6:22 pm
Forum: ESP8266 boards
Topic: Need to migrate project--Please suggest
Replies: 16
Views: 9667

Re: Need to migrate project--Please suggest

Yes finally it seems running under Raspibian (Raspberry pi desktop running on Virtual box under windows 10) and forwarding the port for wifi connectivity. As per instruction I have installed python 3'8 (original was 3.5, which failed to run). The output I am getting on client is Welcome to MicroPyth...
by bukaida
Thu Jul 16, 2020 5:13 am
Forum: ESP8266 boards
Topic: main.py does not run automatically
Replies: 6
Views: 7200

Re: main.py does not run automatically

Yeah Peter himself is helping me out with that in another thread :)
by bukaida
Thu Jul 16, 2020 5:07 am
Forum: ESP8266 boards
Topic: Need to migrate project--Please suggest
Replies: 16
Views: 9667

Re: Need to migrate project--Please suggest

Ok, I will try ( Obviously with some help from you) on Raspibian. It will ensure the cross-platform compatibility. Windows 10 does not seem to be a good platform for this. I have no problem with that as my final target is to run it on Raspibian (which is a debian core, I think). The client is ready,...