Statistics: Posted by Guest — Tue Oct 08, 2019 2:38 pm
]]>2019-01-08T15:03:32+08:002019-01-08T15:03:32+08:00https://bbs.espressif.com:443/viewtopic.php?t=25411&p=36628#p36628 Additional PHY register documentation or an example of how early testing on the ESP8089 was performed using mask ROM functions would be needed.
Here are our concessions:
We do not need or want the management stack, no AP mode, no client mode, no LWIP, timers, or well anything else. All we actually need is enough to wake the PHY up, tune to a channel, and receive + send.
We don't even need to use standard channel widths, The BBPLL can operate the peripheral bus at just about any speed, as our actual data transfer will be on the order of at most one packet every few seconds.
We do not need a sensitive receiver. We can sacrifice sensitivity of 20db or more without any issue. All communication will be performed at distances of ~10 meters line of sight or less.
We can use any encoding or rate, Any 802.11 or CDMA coding schemes are totally good to go.
Here is what we would need to do:
1) Operate without flash. We would need to be able to store the program on another microcontroller and bootload it into the UART at boot to run. This would limit our program space to IRAM only. I understand the mask rom is riddled with bugs, and that's why it's not used, but if all we need to do is wake up the PHY, surely this would be an option.
2) Need to reduce RX power. Is there ANY PHY setting that would reduce current draw by 20mA or more with the receiver running, even at a significant cost to sensitivity, or receive sgnal integrity?
Statistics: Posted by cnlohr — Tue Jan 08, 2019 3:03 pm