@ankonaskiff17 Here is screenshot of BME688 0x77
It is connected to one of my Endpoints.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-GroveGestures / Python script is terminated
-
RE: MMM-GroveGestures / Python script is terminated
@Egnos You want what is called a Midpoint which is
Also need an Endpoint which is thisI whipped this together in double quick time so pardon the lack of tidiness.
For reference sake I focused on a couple of BME688’s to give you sort of a benchmark.
First is screenshot showing both BME’s running. Had to do jumper on one to get a second address 0x76 and 0x77
![ScreenShot2.jpg](Input file contains unsupported image format) -
RE: MMM-GroveGestures / Python script is terminated
@Egnos Maybe Sparkfun Midpoint and Endpoint to give you ample length. They tout over 100’ with those devices.
-
RE: Vertical Magic Mirror with wooden Frame
@fatgrandma What are the two electronic parts to the right of and above the Pi
-
RE: Possible to display temperature from another area?
@Cliff365 Pretty straight-forward. I have Pi 4 connected to an Endpoint to connect 3.3V, Grd, SDA, SCL.
From Enpoint I have a short ethernet cable to the Midpoint then another short ethernet cable to my 2nd Endpoint.The description and functionality on Sparkfun’s site made it sound more complicated than it was in real life,
The Endpoints and Midpoints each have QWIIC female plugs and with I2C you can daisy chain multiple sensors together. You just have to be mindful of the device addresses.
I’m using duplicate sensors for temperature, barometric pressure, humidity for Indoor vs Outdoor readings. 1 sensor captures all 3 readings but it also has a solderable jumper pad to resolve the address issue.The purpose of the Sparkfun devices is to give you the ability to transmit I2C data over some pretty good distances. Like 100+ ft.
They explain how they get that amount of distance but way over my electronics hardware pay grade.
-
RE: MMM-DHT22
@Jonae Have you by chance done or looked at any sensors that use I2C?
-
RE: MMM-SpaceX Only Showing 2020 Launches
@Wenike I think what you get into is how accurate you want your schedule to be. Having watched both KSC and SpaceX for the purpose of buying launch viewing tickets, many will be listed as NET rather than a specific date and time. That is one issue. Another is that there may be some technical issue with the satellite so it gets shuffled back to a point where the orbital requirements allow the launch to proceed.
Then you have government/military launches that tend to be very low profile.I know other guy got offended by my weed comment relating to Musk, weed, and launches but it was a valid point.
The initial launch of the full stack Starship/Booster was scheduled for 4/17. Well there are a couple of sites, LabPadre and Nasa Space Fight (NSF) that aren’t garbage that follow SpaceX .Me and lots of other people were tuned in to watch launch on 4/17 but in chat people were speculating if there would be a scrub on that day that pushed launch back to 4/20 and sure enough that’s what happened.
Commentary after the scrub was a lot of “LOL Who didn’t see that coming.”
A few years back, NASA Administrator under Trump went and semi-publicly chewed out Musk because of film footage of Musk and Joe Rogan smoking dope when Musk was interviewed by Rogan. -
RE: sport /health module
@beliar If there is a website that will show your data you can maybe use one of the webpage iframe modules.
-
RE: Possible to display temperature from another area?
@Cliff365 Sparkfun puts out a couple of devices, one is called an Endpoint and the other is called a midpoint and each type of device is made to use QWIIC connectors which is some sort of JST connector but the end point and midpoint also has an ethernet plug.
You daisy chain sensors from an endpoint/midpoint then get an ethernet cable plug it in and plug in other end to you Pi’s ethernet plug.
Hardwired because of the ethernet but supposed to be able to handle some pretty good distances.
Only works with I2C