Code for bmp280 and dataloggershield

Hello everyone, I'm really desperate because I can't find any code for the Bmp280 in combination with a data logger shield and the Arduino Uno. Maybe someone can help me?

Welcome to the forum

Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE

if you do a web search for Arduino BMP280 and arduino data logger shield you will get plenty of links
try the example code provided with the libraries then start to implement and test youre own code
if you have problems post the program code (using code tags</>) plus Serial monitor output and a schematic of the wiring

I ran into a memory problem while trying to do similar on an Uno R3. Turns out that I had exhausted the Uno memory. Switching to a Mega solved that problem.

Data Logger: ExFatLogger