C++
Sign in to follow topics
Featured
All C++ Content
- Latest
- Highest Rated
Video
Adventures in IoT EP2: Turn on BLE (Bluetooth Low Energy)
In this episode, Jorge covers some relevant Bluetooth Low Energy concepts and puts them in practice by using them in writing the firmware of a Raspberry Pi Pico board. In this firmware, we use the on-board LED, read from the on-board temperature sensor and implement a BLE peripheral that offered two services and a characteristic that depended on measured data and could push notifications. ✅ Sign-up for a free cluster at → https://mdb.link/free-vXFjpScH8AQ ✅ Get help on our Community Forums → https://mdb.link/community-vXFjpScH8AQ Adventures in IoT playlist → https://trymongodb.com/3R38iGX Subscribe to MongoDB YouTube → https://mdb.link/subscribeNov 21, 2023
Video
Adventures in IoT EP1: Project Intro
Resources → https://mdb.link/iot00001 In the first episode of this series, Jorge introduces the project that we will be developing. It will be a series of sensors that gather noise data that will be collected by a bespoke implementation of a collecting station. We will explore two mechanisms for the communication between the sensors and the collecting station: BLE and MQTT over WiFi. Once the data is in the collecting station, we will send it to a MongoDB Atlas cluster on the Cloud using the C++ driver and we will finish the project by showing some potential usages of the data in the Cloud. Jorge also presents a list of requirements for the development boards and some alternatives that match those requirements and you can use for this or similar projects. ✅ Sign-up for a free cluster at → https://mdb.link/free-FW8n8IcEwTM ✅ Get help on our Community Forums → https://mdb.link/community-FW8n8IcEwTM Adventures in IoT playlist → https://trymongodb.com/3R38iGX Subscribe to MongoDB YouTube → https://mdb.link/subscribeNov 07, 2023
Tutorial
Storing Binary Data with MongoDB and C++
Learn how to store binary data to MongoDB using the C++ driver.Sep 18, 2023
Code Example
FULL APPLICATION
EnSat
An environmental satellite to get information about your environment.Jun 09, 2023
Video
Working with MongoDB in C++
Even though Node.JS is the most popular programming language to use with MongoDB, there's no reason you can't use other programming languages - including C++! This video tutorial will use the C++ client library to create a REST API, then create an application that holds information about MarioKart characters.Feb 22, 2021