How to activate user account

Admin
Site Admin
Posts: 41
Joined: Mon Jan 13, 2014 11:18 am

How to activate user account

Postby Admin » Wed Oct 29, 2014 10:49 am

Please email bbs@espressif.com if you have problems registering or activating your account.

Guests can post questions on this forum.

Guest

Re: How to activate user account

Postby Guest » Sat Dec 06, 2014 4:01 pm

I am unable to post a bug report. Why restrict this?

Guest

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

Admin
Site Admin
Posts: 41
Joined: Mon Jan 13, 2014 11:18 am

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
You need to activate your user account before you can post to the BBS.
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

abc

Re: How to activate user account

Postby abc » Fri Jan 09, 2015 4:32 pm

怎么知道起不起作用? 难道是测电流?

Guest

Re: How to activate user account

Postby Guest » Mon Jan 12, 2015 10:41 am

是的串一个电流表看,电流没有任何改善。

Espressif_Kelly
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

Dear Sir,

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 !

Guest

Re: How to activate user account

Postby Guest » Mon Jan 12, 2015 5:21 pm

当前我已经把0.20版的AT源码移植到V0.9.4上。

在函数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();

}

abc

Re: How to activate user account

Postby abc » Tue Jan 13, 2015 9:35 am

是不是要设置成 station 模式,wifi_set_opmode(1);
有softAP 在 就无法休眠了,我的理解是,休眠了 人家怎么连你这个 AP 呢。。

Guest

Re: How to activate user account

Postby Guest » Tue Jan 13, 2015 11:28 am

已经设置成 station 模式了。
我在串口打印调试信息时候看到获取回来的模式是station 模式。
并且休眠模式设置也是成功的。

Who is online

Users browsing this forum: No registered users and 7 guests