Adding WiFi to Uno


#1

Hi
New to lisp have a Uno with lisp but want to give the Uno WiFi using a esp8266-01 it’s currently configured using AT commands and I know it connects to www as I used ping …
But how can I integrate this into the Uno running lisp


#2

Are you referring to the Arduino Uno WiFi board, or are you thinking of adding an ESP8266 to a Uno?

The only version of uLisp that includes Wi-Fi extensions is the one for the ESP8266/ESP32. I don’t unfortunately think that the ATmega328P in the Arduino Uno or Arduino Uno WiFi would have enough program memory to include these extensions. You’d be better off running uLisp on the ESP8266 directly.


#3

ok appreciate feedback ill look at that