Thank you guys.
That's what I thought above
"Is the "https" the problem?"
Search found 14 matches
- Wed Jan 06, 2021 11:38 am
- Forum: General Discussion and Questions
- Topic: Function for writing posts, "Insert image:" I hope it wasn't asked 10 times before
- Replies: 10
- Views: 1224
- Wed Jan 06, 2021 11:35 am
- Forum: Other Boards
- Topic: [A9G] How to create firmare and upload it to the board?
- Replies: 3
- Views: 417
Re: [A9G] How to create firmare and upload it to the board?
Interesting part, but I wouldn't choose A9G. The AiThinker page says A9G uses a RDA8955 MCU. I didn't find anything about this MCU, no datasheeet, nothing. RDA Microelectronics Inc. was bought by Unisoc https://en.wikipedia.org/wiki/Unisoc I didn't find anything about A9G on the Unisoc page https://...
- Tue Jan 05, 2021 10:42 pm
- Forum: General Discussion and Questions
- Topic: Function for writing posts, "Insert image:" I hope it wasn't asked 10 times before
- Replies: 10
- Views: 1224
Function for writing posts, "Insert image:" I hope it wasn't asked 10 times before
I searched in the forum for a solution, but wasn't able to find one. Your FAQ claims this: Can I post images? Yes, images can be shown in your posts. If the administrator has allowed attachments, you may be able to upload the image to the board. Otherwise, you must link to an image stored on a publi...
- Tue Jan 05, 2021 8:59 pm
- Forum: Other Boards
- Topic: [A9G] How to create firmare and upload it to the board?
- Replies: 3
- Views: 417
Re: [A9G] How to create firmare and upload it to the board?
One question, which µC is running on your A9G? Never heard about A9G. Did you try the readme on this https://github.com/pulkin/micropython/tree/master/ports/gprs_a9 or this https://github.com/nk2IsHere/micropython-a9g/tree/master/ports/gprs_a9 ? I just started with ESP8266 and Micropython. I had to ...
- Tue Jan 05, 2021 8:19 pm
- Forum: ESP8266 boards
- Topic: Software serial?
- Replies: 49
- Views: 36517
MH-Z19 with SoftUART is reading correct CO2 values
MH-Z19 with SoftUART from https://github.com/dmascord/micropython is reading correct CO2 values 8-) I had some problems, cause I used a faked sensor. Took a while to find that out :evil: That's my setup https://ibb.co/tM7n6bZ Bad news is, the uart isn't working correctly :roll: I got the feeling Dam...
- Sun Dec 27, 2020 8:18 pm
- Forum: General Discussion and Questions
- Topic: Sending data from mobile device to micropython device over bluetooth
- Replies: 9
- Views: 1003
Re: Sending data from mobile device to micropython device over bluetooth
What do you want to do? Establish a wirelesss connection between ESP and your mobile? And then, what is the ESP supposed to do?
- Sun Dec 27, 2020 3:23 pm
- Forum: General Discussion and Questions
- Topic: Sending data from mobile device to micropython device over bluetooth
- Replies: 9
- Views: 1003
Re: Sending data from mobile device to micropython device over bluetooth
What's your device? Does it got bluetooth?
- Sun Dec 27, 2020 1:01 pm
- Forum: ESP8266 boards
- Topic: Software serial?
- Replies: 49
- Views: 36517
SoftUART with MH-Z19B
Hello Damien,
I tried your softuart with a MH-Z19 Co2 sensor. Didn't work. I opened an issue on github https://github.com/dmascord/micropython/issues/2.
I really appreciate your good work.
Keep coding, hcet14
I tried your softuart with a MH-Z19 Co2 sensor. Didn't work. I opened an issue on github https://github.com/dmascord/micropython/issues/2.
I really appreciate your good work.
Keep coding, hcet14
- Sun Dec 27, 2020 11:36 am
- Forum: ESP32 boards
- Topic: Software Serial with ESP32
- Replies: 9
- Views: 2199
- Wed Dec 23, 2020 4:11 pm
- Forum: ESP32 boards
- Topic: Problem compiling code(esp32)
- Replies: 10
- Views: 729
Re: Problem compiling code(esp32)
@xingkunpeng Did you solve your problem? I have a similar problem when compiling org. micropython from github for ESP8266 with an additional softuart. File sofuart.o exists. I have no clue where to look for the problem! Any hint would be appreciated 8-) b/utils/pyexec.o build-GENERIC/lib/utils/inter...