I installed the
DietPi_v145_OrangePiOne-armv7-(Jessie).img
onto a 8G Pendrive SD card.
In dietpi.txt, changes were:
Ethernet_Enabled=0
Wifi_Enabled=1
Wifi_SSID=myID
Wifi_KEY=myPassword
Use_Static=1
Static_IP=192.168.1.211
Static_Mask=255.255.255.0
Static_Gateway=192.168.1.1
Static_DNS=8.8.8.8
Plugged SD card into OrangePi One and powered it up.
My router does not see the wireless connection at 192.168.1.211
Any suggestions would be helpful.

Also:
In command prompt, when I :
ping -4 "name of orangepi one"
what is the proper name that I should use? I tried dietpi, dietpi.local, both did not work.
For instance, when I do this step for my raspberrypi, i use ping -4 raspberrypi.local
and it dynamically finds 192.168.1.15
thanks,
Thad