Syed Zohaib Akhtersyedzohaib.hashnode.dev·Nov 25, 20248 Crucial Pointers for Developing BLE Mobile AppsAre you interested in developing a mobile application that connects to a Bluetooth Low Energy (BLE) device? You're at the correct spot if the answer is yes. Discover eight recommended practices that will help you design BLE and IoT mobile apps. Bluet...BLE App
Bleuiobleuio.hashnode.dev·Nov 10, 2024Building a Remote BLE Interface: Access BLE devices from Any LocationThis article will discuss about accessing a Bluetooth Low Energy (BLE) device—specifically the BleuIO BLE USB dongle—from a cloud-based computer. This setup is invaluable for developers, researchers, and organizations that need to control or monitor ...Bluetooth Low Energy
Abijah Kajabikaabijahkaj.hashnode.dev·Aug 23, 2024Using Raspberry Pi Pico W to send data via Bluetooth to a SwiftUI appThe Raspberry Pi Pico W is a versatile microcontroller with built-in Bluetooth Low Energy (BLE) capabilities, making it ideal for IoT applications. The Raspberry Pi Pico SDK comes with Bluetooth and it would be great to use it to send some data to an...7 likes·36 readsble
Carey Lzhsoftwareschool.hashnode.dev·Aug 21, 2024[devLogs] Bluetooth DevelopmentFrom my limited experiences in middleware development and research, writing programs to establish a Bluetooth(BT) connection between 2 programs is non-trivial. Some learning points from 2-3 weeks of BT research: Not as simple as a client-server arch...bluez
Nicanor Talks Webblog.nicanor.me·Aug 4, 2024Developing a TV Remote Control App in JSI've been working on small #WeekendBuild projects to advance my hard skills in building production-ready simple projects. Developing a TV remote control app using JavaScript and Node.js is an exciting project that combines software development with h...remote-control
Circuit Talescircuit-tales.tech·Jul 19, 2024Getting Started with ESP32: Setting Up Your Development EnvironmentIntroduction Welcome to the first post in the "ESP32 Development Series"! In this series, we'll explore the ESP32, a small and powerful computer chip that can connect to WiFi and Bluetooth. The ESP32 is perfect for building all sorts of smart device...107 readsESP32 Development Series#ESP-IDF
Omar Hiariblog.theembeddedrustacean.com·Mar 25, 2024Embedded Rust Bluetooth on ESP: BLE ServerThis post is the third of a multi-part series where I'm exploring the use of Bluetooth Low Energy along embedded Rust on the ESP32. Information in this post might rely on knowledge presented in past posts. Embedded Rust Bluetooth on ESP: BLE Scanne...11 likes·1.3K readsEdge IoT with Rust on ESPBluetooth Low Energy
Omar Hiariblog.theembeddedrustacean.com·Mar 16, 2024Embedded Rust Bluetooth on ESP: BLE AdvertiserThis post is the second of a multi-part series where I'm exploring the use of Bluetooth Low Energy along embedded Rust on the ESP32. Information in this post might rely on knowledge presented in past posts. Embedded Rust Bluetooth on ESP: BLE Scann...1.1K readsEdge IoT with Rust on ESPBluetooth Low Energy
Ahona DasforGeekyAnts Tech Blogtechblog.geekyants.com·Feb 27, 2024Exploring Bluetooth Low Energy Connectivity in Flutter Using quick_blueBluetooth Low Energy (BLE) has transformed how devices communicate wirelessly, particularly in mobile app development. In this blog, we delve into Bluetooth connectivity within Flutter using the quick_blue package. BLE operates in two main roles: per...31 readsFlutter
Ahmed Goudaahmedgouda.hashnode.dev·Nov 21, 2023BLE ATT and GATTGATT stands for Generic Attribute Profile. To understand what GATT is, we first need to understand the underlying framework for GATT: the Attribute Protocol (ATT). The GATT only comes into play after a connection has been established between two BLE ...111 readsBLEble