Esp8266 esp-12F wifi shield

Cannot get connection to wifi shield with Arduino Uno. Esp-8266 rx and tx jumpers set to 0 and 1, baud rate for esp set to 9600. Uploading sketch with shield off. When I run RB-Mkf-14-sample I get nothing, or get timeout errors in serial monitor.

Hello @chucketn and welcome to the forum!

Are you referring to this sample code?

Did you modify the wifi information in the code?

char ssid[] = “Twim”; // your network SSID (name)
char pass[] = “12345678”; // your network password

Have you tried using this sample code?