How to activate user account
Re: How to activate user account
Postby Guest » Sat Dec 06, 2014 4:01 pm
Re: How to activate user account
Postby Guest » Sat Dec 06, 2014 4:09 pm
Code: Select all
AT+RST
OK
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 612, room 16
tail 4
chksum 0x12
load 0x3ffe8000, len 788, room 4
tail 0
chksum 0x50
load 0x3ffe8314, len 264, room 8
tail 0
chksum 0x4a
csum 0x4a
2nd boot version : 1.1
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 4Mbit
jump to run user1
rl
ready
AT+GMR
0020000903
compiled @ Nov 29 2014 14:08:27
OK
AT+CWMODE=3
OK
AT+CWLAP
+CWLAP:(3,"SFLV",-39,"58:6d:8f:a8:72:e4",1)
+CWLAP:(0,"Murray Guest",-76,"00:0c:41:dc:4c:3e",1)
+CWLAP:(4,"9002B8",-67,"38:60:77:ea:4b:96",6)
+CWLAP:(4,"TELUS_Smart_Hub_97",-58,"00:60:64:70:f9:54",11)
OK
AT+CWJAP="SFLV","Password11$"
+CWJAP:1
FAIL
Re: How to activate user account
Postby Admin » Mon Dec 08, 2014 8:37 pm
- New_Customer_Enquiry_Info_EN.xlsx
- New customer enquiry info English Version
- (482.75 KiB) Downloaded 976 times
To activate your account, please send an email to bbs@espressif.com with the following topic:
Request for new bbs user activation
If you have signed NDA with us, please provide:
1. Your Email used to contact us to sign NDA
2. Your Full Name
3. Your Company Name
4. Your BBS name and email
If you have NOT signed NDA with us, please download and fill in the "New customer enquiry info" form and email us together with:
1. Your BBS name
2. Company Email account
- New_Customer_Enquiry_Info_EN.xlsx
- New customer enquiry info English Version
- (482.75 KiB) Downloaded 976 times
-
- Posts: 140
- Joined: Mon Oct 27, 2014 10:40 am
Re: How to activate user account
Postby Espressif_Kelly » Mon Jan 12, 2015 4:49 pm
Would you please tell us the sleep type you set? Power consumption in deep Sleep and modem sleep can be easily tested by customers.
Please be noted that power saving modes can only be enabled in station mode, since ESP8266 do not sleep when working in softap mode.
Thanks for your interest in ESP8266 !
Re: How to activate user account
Postby Guest » Mon Jan 12, 2015 5:21 pm
在函数user_init中添加休眠模式设置。具体操作如下:
void user_init(void)
{
bool return_data;
uint8_t userbin;
uint32_t upFlag;
at_uartType tempUart;
user_esp_platform_load_param((uint32 *)&tempUart, sizeof(at_uartType));
if(tempUart.saved == 1)
{
uart_init(tempUart.baud, BIT_RATE_115200);
}
else
{
uart_init(BIT_RATE_115200, BIT_RATE_115200);
}
at_wifiMode = wifi_get_opmode();
os_printf("\r\nready!!!\r\n");
uart0_sendStr("\r\nready\r\n");
if(at_wifiMode == 1)
{
uart0_sendStr("\r\nstation\r\n");
}
return_data = wifi_set_sleep_type(LIGHT_SLEEP_T);
if(return_data)
{
uart0_sendStr("\r\nLIGHT_SLEEP_T\r\n");
}
else
{
uart0_sendStr("\r\nLIGHT_SLEEP_T fail\r\n");
}
at_init();
}
Re: How to activate user account
Postby abc » Tue Jan 13, 2015 9:35 am
有softAP 在 就无法休眠了,我的理解是,休眠了 人家怎么连你这个 AP 呢。。
Re: How to activate user account
Postby Guest » Tue Jan 13, 2015 11:28 am
我在串口打印调试信息时候看到获取回来的模式是station 模式。
并且休眠模式设置也是成功的。
Who is online
Users browsing this forum: No registered users and 3 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.