esp-open-rtos mailing list - Google Groups (original) (raw)

0 selected

Daniel Tombeil's profile photo

Daniel Tombeil, … Andres Santos3

6/15/20

wifi_station_get_rssi() in esp-open-rtosyou can save your wifi ssid in the sysparams and read from there On Monday, April 20, 2020 at 12:55:

unread,

wifi_station_get_rssi() in esp-open-rtosyou can save your wifi ssid in the sysparams and read from there On Monday, April 20, 2020 at 12:55:

6/15/20

Andres Santos's profile photo

Andres Santos

6/15/20

How to expand sysparams spaceHello everyone, I would like to know how to expand the sysparam region space, I have an array of

unread,

How to expand sysparams spaceHello everyone, I would like to know how to expand the sysparam region space, I have an array of

6/15/20

MrHause13's profile photo

MrHause13

3/16/20

Build with eclipseHi, Previously I used ESPRESSIF RTOS SDK and there after few steps I was able to build project in

unread,

Build with eclipseHi, Previously I used ESPRESSIF RTOS SDK and there after few steps I was able to build project in

3/16/20

svenschwermer's profile photo

svenschwermer

1/19/18

printf implementationHi! I am wondering about the implementation of functions like printf: Is it provided as a binary blob

unread,

printf implementationHi! I am wondering about the implementation of functions like printf: Is it provided as a binary blob

1/19/18

SoCalDude's profile photo

SoCalDude2

1/12/18

ESP8266 HW requirements and exception 28Sigh, maybe more users would have success with the SDK if you used default values accepted by most

unread,

ESP8266 HW requirements and exception 28Sigh, maybe more users would have success with the SDK if you used default values accepted by most

1/12/18

Attila Magyar's profile photo

Attila Magyar

1/11/18

sdk_spi_flash_erase_sector + sdk_spi_flash_write doesn't work for meHi, I have some code that used to work earlier (a year or two ago or so). But at some point after

unread,

sdk_spi_flash_erase_sector + sdk_spi_flash_write doesn't work for meHi, I have some code that used to work earlier (a year or two ago or so). But at some point after

1/11/18

Graziano Previato's profile photo

Graziano Previato, Johan Kanflo2

1/10/18

How new features are/will be implemented?Hi Graziano, Feel free to open an issue on the GitHub project page to discuss the changes you propose

unread,

How new features are/will be implemented?Hi Graziano, Feel free to open an issue on the GitHub project page to discuss the changes you propose

1/10/18

Lieven Merckx's profile photo

Lieven Merckx

12/29/17

Where can I find 'sdk_system_get_cpu_frequency' ?As I am trying to have a microseconds counter I use the ccount data with inline assembler : __asm__

unread,

Where can I find 'sdk_system_get_cpu_frequency' ?As I am trying to have a microseconds counter I use the ccount data with inline assembler : __asm__

12/29/17

Luo Alex's profile photo

Luo Alex

11/21/17

regist_reconcb, the callback can't get response.I just tried ESP8266 RTOS SDK, but something is not work for me such as sint8espconn_regist_reconcb(

unread,

regist_reconcb, the callback can't get response.I just tried ESP8266 RTOS SDK, but something is not work for me such as sint8espconn_regist_reconcb(

11/21/17

john.k...@toptal.com's profile photo

john.k...@toptal.com

11/15/17

cannot get serial_echo example to workFor the life of me, I cannot get any output from the serial port at all. I don't really care

unread,

cannot get serial_echo example to workFor the life of me, I cannot get any output from the serial port at all. I don't really care

11/15/17

Mohan Kumar's profile photo

Mohan Kumar

10/2/17

How to Integrate Eclipse with esp-open-rtos in WindowsHi, Please Help to integrate Eclipse with esp-open-rtos in Windows, I already using esp-nonos-sdk in

unread,

How to Integrate Eclipse with esp-open-rtos in WindowsHi, Please Help to integrate Eclipse with esp-open-rtos in Windows, I already using esp-nonos-sdk in

10/2/17

Carlos Domenje's profile photo

Carlos Domenje

9/27/17

espconn.h is not working for meHi people!, i need your help because i can't use espconn.h library. When i try to include it in

unread,

espconn.h is not working for meHi people!, i need your help because i can't use espconn.h library. When i try to include it in

9/27/17

Kzzircuit Maker's profile photo

Kzzircuit Maker

9/24/17

New here...Lots of great discussion threads in this forum. I recently had a chance to work on an ESP8266 and

unread,

New here...Lots of great discussion threads in this forum. I recently had a chance to work on an ESP8266 and

9/24/17

paolo achdjian's profile photo

paolo achdjian, … Fernando Governatore10

8/9/17

C++-11I've used: EXTRA_CXXFLAGS=-std=c++11

unread,

C++-11I've used: EXTRA_CXXFLAGS=-std=c++11

8/9/17

iben...@gmail.com's profile photo

iben...@gmail.com

8/5/17

loop attempting to connect to WiFiIf I run the example "blink" I get into a loop trying to connect to WiFi. I changed nothing

unread,

loop attempting to connect to WiFiIf I run the example "blink" I get into a loop trying to connect to WiFi. I changed nothing

8/5/17

msa...@cs.stonybrook.edu's profile photo

msa...@cs.stonybrook.edu

7/28/17

nodemcu ESP8266 open RTOSHi, I just came across the RTOS and had few questions: Can I use it on NodeMCU ESP8266? How much of

unread,

nodemcu ESP8266 open RTOSHi, I just came across the RTOS and had few questions: Can I use it on NodeMCU ESP8266? How much of

7/28/17

Ross Simpson's profile photo

Ross Simpson, Korn2

7/24/17

Can't get ds18b20_onewire example workingJudging from ets Jan 8 2013,rst cause:4, boot mode:(1,7) lines, device enters flash mode and does not

unread,

Can't get ds18b20_onewire example workingJudging from ets Jan 8 2013,rst cause:4, boot mode:(1,7) lines, device enters flash mode and does not

7/24/17

EMI11's profile photo

EMI11

4/17/17

assigning a hostnameI think everybody who has multiple ESP8266 moduls wants to assign a distinct hostname to it. Of

unread,

assigning a hostnameI think everybody who has multiple ESP8266 moduls wants to assign a distinct hostname to it. Of

4/17/17

Hugo's profile photo

Hugo

3/28/17

Converting a library from C++ and C, want to talk about itHi guys, I was converting this tiny arduino library yesterday (https://github.com/avishorp/TM1637/)

unread,

Converting a library from C++ and C, want to talk about itHi guys, I was converting this tiny arduino library yesterday (https://github.com/avishorp/TM1637/)

3/28/17

Petar Sankovic's profile photo

Petar Sankovic, Hugo3

3/28/17

OTA with esp-open-rtosHi guys, 1) I could finally undertsand that yes, the examples was running both a client and a server.

unread,

OTA with esp-open-rtosHi guys, 1) I could finally undertsand that yes, the examples was running both a client and a server.

3/28/17

lm...@insite.com.co's profile photo

lm...@insite.com.co, Tiền Bùi2

3/24/17

SPI FLASH CHIP SIZE OR IDCan anyone help me code esp-wroom02 communication with 8x32 type 8x32 matrix led leds Thank you very

unread,

SPI FLASH CHIP SIZE OR IDCan anyone help me code esp-wroom02 communication with 8x32 type 8x32 matrix led leds Thank you very

3/24/17

Tiền Bùi's profile photo

Tiền Bùi

3/24/17

help me!Can anyone help me code esp-wroom02 communication with 8x32 type 8x32 matrix led leds Thank you very

unread,

help me!Can anyone help me code esp-wroom02 communication with 8x32 type 8x32 matrix led leds Thank you very

3/24/17

Tim Lagnese's profile photo

Tim Lagnese

11/14/16

Could using esp-open-rtos help me avoid CPU Exceptions encountered in the Arduino SDK?I am creating a sort of large project on the ESP8266 which creates a captive portal that can be used

unread,

Could using esp-open-rtos help me avoid CPU Exceptions encountered in the Arduino SDK?I am creating a sort of large project on the ESP8266 which creates a captive portal that can be used

11/14/16

desha....@gmail.com's profile photo

desha....@gmail.com, nishant agrawal2

11/7/16

Help using wifi_set_event_handler_cb with esp_open_rtosI don't think it has a similar function. You can use sdk_wifi_station_get_connect_status to get

unread,

Help using wifi_set_event_handler_cb with esp_open_rtosI don't think it has a similar function. You can use sdk_wifi_station_get_connect_status to get

11/7/16

nishant agrawal's profile photo

nishant agrawal

10/28/16

putting const variable in fixed address locationHello everyone, I am working on a wireless display using ESP8266. Each of these displays need to have

unread,

putting const variable in fixed address locationHello everyone, I am working on a wireless display using ESP8266. Each of these displays need to have

10/28/16

Narasing Sarwade's profile photo

Narasing Sarwade

10/21/16

c++ support to esp-open-rtosHi, I'm new to esp-open-rtos and i want to use c++ based code in program. How can i configure

unread,

c++ support to esp-open-rtosHi, I'm new to esp-open-rtos and i want to use c++ based code in program. How can i configure

10/21/16

sarwad...@gmail.com's profile photo

sarwad...@gmail.com, Jerry Woods2

10/17/16

Which IDE I preferred to write my freeRTOS code for ESP12E?Everything is make file based so you can use whatever IDE you like as an editor, then use the command

unread,

Which IDE I preferred to write my freeRTOS code for ESP12E?Everything is make file based so you can use whatever IDE you like as an editor, then use the command

10/17/16

fmdra's profile photo

fmdra

10/9/16

example of tls_server never successfulSomething seems off in the tls_server example. It's working for me, but it seems that there is no

unread,

example of tls_server never successfulSomething seems off in the tls_server example. It's working for me, but it seems that there is no

10/9/16

Phil Lemoine's profile photo

Phil Lemoine

9/28/16

Re: [esp-open-rtos] Abridged summary of esp-open-rtos@googlegroups.com - 1 update in 1 topicSee this comment... It has been saving me from hours of debug https://github.com/SuperHouse/esp-open-

unread,

Re: [esp-open-rtos] Abridged summary of esp-open-rtos@googlegroups.com - 1 update in 1 topicSee this comment... It has been saving me from hours of debug https://github.com/SuperHouse/esp-open-

9/28/16

Mark Rages's profile photo

Mark Rages

9/27/16

trouble with simple tcp server using socket interfaceHi everyone, I'm new to this SDK and I'm trying to make a simple socket server. I've

unread,

trouble with simple tcp server using socket interfaceHi everyone, I'm new to this SDK and I'm trying to make a simple socket server. I've

9/27/16