elektronika_ba wrote:Ok thanks to both!
What OS is this btw? - I am asking because I hope there is a better documentation then the one in SDK_v0.9.pdf file.
curruently , no rtos is implemented
Explore... Chat... Share...
elektronika_ba wrote:Ok thanks to both!
What OS is this btw? - I am asking because I hope there is a better documentation then the one in SDK_v0.9.pdf file.
elektronika_ba wrote:I was wondering, does anyone know where does function os_printf output to?
mog wrote:elektronika_ba wrote:I was wondering, does anyone know where does function os_printf output to?
Hi,
I was wondering the same thing and it turns out that in my case the output is sent via TX pin from ESP8266. I've been using FTDIFiend and unfortunately for 74880 baud rate it outputs garbage but using a logic analyser I was able to actually get the os_printf output show up as ASCII. Maybe there is a way to change baud rate used by os_printf ? I haven't yet found how to do it.
0ff wrote:os_printf will output to the "system" out, that's normally on GPIO2.
You can change that withCode: Select allos_install_putc1((void *)uart0_write_char);
(You'd need to define uart0_write_char if I'm not mistaken)
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]