Nicholas Wang

Results 18 comments of Nicholas Wang

@sarwadenj Hi, sorry for delay. I'm busy last month. You can download the schematic from the following link: [http://bbs.doit.am/forum.php?mod=attachment&aid=NjE4fDRkZWZiYWFhfDE1MTUxNDExOTR8MHw0MzI%3D](url)

@sonuame Hi, sorry for delay, I'm busy last month. Bugs fixed now.

@sonuame Hi, please update your esp-idf firstly, and then update LuaNode by `git pull origin master`, finally, `make` LuaNode project. I think it will be OK.

@erknie Hi, I am using /dev/tty.SLAB_USBtoUART on Mac OS Sierra to talk to LuaNode. I used `screen /dev/tty.SLAB_USBtoUART 115200` to input commands. It works well, when input node.restart(), the device...

@mandoyj Hi, this function is defined in esp-idf/components/esp32/include/rom/spi_flash.h. Maybe you forgot to include the head file like this `#include "rom/spi_flash.h"`

@mandoyj Hi, I think you should use `esp_rom_spiflash_config_param` instead of `SPIParamCfg` for ESP32

@0203Gaurav Hi, For the first issue, maybe you didn't export IDF_PATH, export as follow: export IDF_PATH=/your_path. For the second issue, did you setup compile environment as the following link: http://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html...

@StefanL38 Hi, there is no 'getap' method in wifi module. There are difference between NodeMCU commands and LuaNode. But I'll try to use the same commands as NodeMCU in the...

@StefanL38 Yes, you're right. There is still tons of work to do for LuaNode, I'll add the sensor drivers when I'm free. I'll do that as soon as possible, once...