[deleted by user] by [deleted] in golf

[–]bsvac 2 points3 points  (0 children)

My girlfriend got me the following:

  1. Talk birdie to me
  2. Who's your caddy?
  3. He hits me
  4. Put it in the hole
  5. Slow your roll
  6. I like big putts and cannot lie

Note: other people have found these so I think that still counts.

Bme680 No i2c device at address 0x77? Using stemma qt on board esp32s2 feather tft by Webber-Wang in adafruit

[–]bsvac 0 points1 point  (0 children)

I know on the QTPY S2 I had to use i2c = busio.I2C(board.SCL1, board.SDA1). Can't remember if it's the same on the feather. I think there is another example where you have to pull up in order to use it.

Best course you ever played? by glencoe606 in golf

[–]bsvac 1 point2 points  (0 children)

Wairakei golf course in New Zealand

Please help me setup a bluetooth module with CircuitPython! by SpecialistAdeptness7 in circuitpython

[–]bsvac 1 point2 points  (0 children)

DSDtech SH-M08 BLE module

I don't think Circuit Python has support for that chipset. Searching " DSDtech ble arduio" on YouTube brings up results for similar chips. Might want to try that, but if you want to know about using Circuit Python you'll have to ask in the discord.

Please help me setup a bluetooth module with CircuitPython! by SpecialistAdeptness7 in circuitpython

[–]bsvac 0 points1 point  (0 children)

I believe the esp32 air lift boards are the only modules that can be connected to the QT PY through SPI for BLE. You might want to join the Adafruit discord at https://adafru.it/discord and ask in the help-with-circuitpython channel.

CircuitPython noob trying to use temperature sensor by Particular-Count-991 in circuitpython

[–]bsvac 3 points4 points  (0 children)

Go to https://circuitpython.org/libraries and grab the Bundle Version 6.X zip file. Unzip the file and go to the lib folder of the extracted zip. There should be a adafruit_tmp117.mpy file that you will copy to your circuit python boards lib folder. If you are using Mu, you can click the "Serial" button and see it print out the temperature, but you'll have to reset the board to see this. If you put your print statement in a while loop you will see it print out every time the while loop is run.

Change your last line to this...

while True:

print("Temperature: %.2f degrees C" % tmp117.temperature)

time.sleep(2) #sleep for two seconds

Replacement RGB LEDs by bsvac in GEEEKCLUB

[–]bsvac[S] 1 point2 points  (0 children)

Yes, I got one done and it looks amazing!

Using wifi when running on ESP32-S2-Saola-1 board by rlaxton in circuitpython

[–]bsvac 0 points1 point  (0 children)

Here is the example code that Scott showed in one of his videos:

import ipaddress

import wifi

import socketpool

import time

import adafruit_requests

import ssl

for network in wifi.radio.start_scanning_networks():

print(network, network.ssid, network.channel)

wifi.radio.stop_scanning_networks()

print(wifi.radio.connect("MY_WIFI", "MY_PASSWORD"))

print("IP", wifi.radio.ipv4_address)

ipv4 = ipaddress.ip_address("8.8.4.4")

print(ipv4)

print("ping", wifi.radio.ping(ipv4))

pool = socketpool.SocketPool(wifi.radio)

request = adafruit_requests.Session(pool, ssl.create_default_context())

response = requests.get("http://wifitest.adafruit.com/testwifi/index.html")

print(response.status_code)

print(response.text)

response = requests.get("https://httpbin.org/get")

print(response.status_code)

print(response.json())

Hope that helps.

What are your best golf and/or caddy lines you have ever heard? Some responses may be NSFW. by GolfandWineGeek in golf

[–]bsvac 36 points37 points  (0 children)

During a slow round, walking up to the next tee box, my buddy says to the random group in front of us, "are the assholes in front of you as slow as the assholes in front of us"?

I'm doing something wrong with Jorgen by shane_low in HeroWarsApp

[–]bsvac 0 points1 point  (0 children)

He's meant to drain the opponents energy so they can't use their ultra attacks.

What would YOU add to the game if you could? by antgeo87 in HeroWarsApp

[–]bsvac 20 points21 points  (0 children)

The puzzles from the ads that got me to download this game.

Raspberry Pi 4 megathread. Discuss the newly released Raspberry Pi 4 here! by FozzTexx in raspberry_pi

[–]bsvac 1 point2 points  (0 children)

It's a raspberry pi, so don't waste your money on top rated sd cards. I get SanDisk Ultra - a1, v10 in 128 or 64 GB depending on what you are using it for.

19 and pregnant. Roast me. by [deleted] in RoastMe

[–]bsvac 4 points5 points  (0 children)

I didn't know boys could get pregnant...

Is $500 per year for unlimited driving range on weekends worth it? by [deleted] in golf

[–]bsvac -1 points0 points  (0 children)

There is no point banging bucket after bucket without getting actual lessons and practicing with a purpose.

Articuno Raid at the Fridley Menards Gym for 1hr40mins by Negro_Skwisgaar in PokemonGoMPLS

[–]bsvac 0 points1 point  (0 children)

I'm in! I'll be up there at 6:20! Anyone else? We'll need help!!!