Search found 4 matches

by Richardson
Sat May 01, 2021 6:19 am
Forum: General Discussion and Questions
Topic: Sending data from mobile device to micropython device over bluetooth
Replies: 12
Views: 10885

Re: Sending data from mobile device to micropython device over bluetooth

From an App Developers perspective, BLE is the easiest option for communicating with a device. An app developer has the APIs and the control to talk to the device. Using other protocols are difficult on to implement. One other thing to look at is Web BLE which is a Chrome (as in browser) feature in...
by Richardson
Wed Mar 10, 2021 8:59 am
Forum: ESP8266 boards
Topic: webrepl timeout issue
Replies: 3
Views: 18673

Re: webrepl timeout issue

I'm using Javascript  ,Websocket to simulate webrepl to connect to micropython(esp8266) on my android phone. It works fine but after the android phone screen turns off or switches to another app(not close browser), when I come back  , I get a Connection timed out error, if I try to connect again,  ...
by Richardson
Sat Dec 26, 2020 6:19 am
Forum: ESP8266 boards
Topic: Programming ESP8266 on Chromebook in Nov 2019; with both Linux/android apps now accessible, is it easier?
Replies: 9
Views: 105755

Re: Programming ESP8266 on Chromebook in Nov 2019; with both Linux/android apps now accessible, is it easier?

I too have been looking for a solution using a Chromebook using crostini/Linux. Unfortunately it is not possible as of right now as USB support for such serial devices is not present in chrome. Maybe it will change in the future. For Arduino, there appears to be some sort of web app and ide. I thin...
by Richardson
Thu Dec 24, 2020 9:11 am
Forum: General Discussion and Questions
Topic: Micropython on ESP32
Replies: 4
Views: 3229

Re: Micropython on ESP32

Hi
I've had a similar experience. I do a lot of esp32 stuff in micripython, but I keep having to use arduino C stuff for so many things. I'm just holding on for this platform to mature. In the mean time, I've started surveying what code is out there before I pick a language.