Hi all,
I'm trying to connect my smartphone to the Internet through NuttX and ESP32
by creating a SoftAP - station bridge. Is this possible?
Currently, I'm building NuttX as esp32-devkitc:sta_softap, configuring
wlan0 as station and wlan1 as softAP using the commands from here[1][2]. I
have also
Hi all,
What's the current status of this? I'm also interested in adding PTP
support to NuttX, especially on ESP32 if that's possible - I haven't done
any research yet regarding the hardware capabilities of ESP32 in this
matter.
As a first step I was thinking of adding support for the PTP daemon,
t; Hi Robert,
> >>
> >> I suggest you to verify if all needed options for SSD1306 are met, you
> >> can compare with other boards, i.e.:
> >>
> >> arm/rp2040/raspberrypi-pico-w/configs/ssd1306/defconfig
> >>
> >> Also you can
o verify if all needed options for SSD1306 are met, you
> can compare with other boards, i.e.:
>
> arm/rp2040/raspberrypi-pico-w/configs/ssd1306/defconfig
>
> Also you can enable the i2ctool (CONFIG_SYSTEM_I2CTOOL) to scan your
> I2C bus to confirm the I2C OLED address.
>
>
Hi,
I'm trying to set up an OLED SSD1306 128x32 display with an ESP32-Wrover
board. The display module is connected through I2C and has only 4 pins
exposed: SCL, SDA, VCC, GND.
My custom config file starts from an esp32-wrover-kit:nsh to which I added:
CONFIG_LCD=y
CONFIG_LCD_DEV=y
CONFIG_LCD_SSD
Hi all,
I've been trying to boot NuttX in protected mode on my ESP32-Wroom board,
but I'm running into a few issues unfortunately.
Below is a small excerpt taken from my Ubuntu (running on a VMWare
workstation) illustrating the commands I am currently using in order to try
and flash the board.
r