Simon SeyerforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Nov 11, 2024The retain cycle of Swift async/awaitIn a recent project, we observed one of those bugs that lets every developer jubilate. It was only happening rarely and seemed to manifest in varying ways. But first, some context: We were running a Swift/Vapor server which controls a generic Zühlke...Discuss·1 like·385 readsApple
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...Discuss·7 likes·34 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...Discussbluez
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...Discussremote-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...Discuss·93 readsESP32 Development Series#ESP-IDF
Omar Hiariblog.theembeddedrustacean.com·Apr 1, 2024Embedded Rust Bluetooth on ESP: BLE ClientThis post is the fourth 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...Discuss·1 like·1.0K readsEdge IoT with Rust on ESPRust
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...Discuss·1.1K readsEdge IoT with Rust on ESPBluetooth Low Energy
Omar Hiariblog.theembeddedrustacean.com·Mar 10, 2024Embedded Rust Bluetooth on ESP: BLE ScannerThis post is a start of a new series where I'll be exploring the use of Bluetooth Low Energy along embedded Rust on the ESP32. Introduction Bluetooth is a wireless communication technology that enables data exchange over short distances between devi...Discuss·12 likes·1.5K readsEdge IoT with Rust on ESPRust
archways404archways404.hashnode.dev·Mar 2, 2024IF ALL ELSE FAILS - introIAEF, "IF All Else Fails" is a messaging application designed to ensure communication continuity in scenarios where traditional infrastructure such as the internet and cellular networks are unavailable. The idea behind the application is that even if...Discussif all else fails
Александр Новиковcodediscoveries.hashnode.dev·Jan 12, 2024Полезные модули для проектов на Arduino: Bluetooth, GSM, Wi-FiВведение Мир микроконтроллеров Arduino открывает огромные возможности для создания уникальных и инновационных проектов. Среди ключевых элементов, расширяющих функциональность Arduino, особое место занимают модули связи, такие как Bluetooth, GSM и Wi-...Discuss·49 readsбеспроводные модули