Aakashi Jaiswalaakashi.hashnode.dev·Oct 14, 2024Understanding Microcontrollers and IoT: From Sensors to CloudEmbedded systems and IoT (Internet of Things) are driving many of the smart technologies we use today. From simple gadgets like fitness trackers to complex systems like self-driving cars, microcontrollers and microprocessors play a crucial role. In t...Discuss·10 likesinternet
Ayanconnectedrhythms.hashnode.dev·Sep 25, 2024Wi-Fi or Mobile Data: Which is Safer?In today's connected world, staying online is essential. Whether we're browsing social media, working remotely, or streaming entertainment, we rely heavily on internet access. Two primary options dominate this space: Wi-Fi and mobile data. While both...DiscussComputer Science
Shubh Sharmashubhsharma19.hashnode.dev·Sep 24, 2024Fix the Wifi/Bluetooth Not Working Issue in Laptop.Intro If you're a Windows 11 user who's been going through the frustrating issue of Wi-Fi and Bluetooth randomly disconnecting, you're not alone. I've been there too, trying every trick from the internet which I could find, from updating drivers to r...Discuss·13 likes·81 readsTutorial
CLProlesswiremorefire.com·Sep 23, 2024Understanding the Pitfalls of RSSI in WiFi NetworksRadio Signal Strength Indication (RSSI) is a fundamental metric in wireless communication systems, including WiFi networks. It provides an estimate of the received signal strength at the receiver, which is crucial for determining the quality of the w...DiscussRSSI
Jasai Hansdajasaiblogs.hashnode.dev·Aug 17, 2024Understanding Network Connectivity: A Journey Through Network Hardware and Data FlowIn our hyper-connected digital age, network connectivity is the backbone of all online interactions, from sending emails to streaming high-definition video. While we rely on this infrastructure daily, the actual journey data takes—from your device to...Discuss·26 readsThe Network Navigatornetworking
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
Md. Kaiyomkaiyom.hashnode.dev·Aug 2, 2024Find Out Your WiFi Network's Signal Strength and moreiwconfig This command let you see Signal level, Bit rate, tx-power, Link quality and many more information regarding your connected wifi network, which you can not view from settings > wifi. watch sudo iwconfig Only iwconfig will not give you all th...Discusslenux
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
whowinwhowin.cn·Jul 4, 2024Linux下使用libiw进行无线信号扫描的实例打开电脑连接wifi是一件很平常的事情,但这些事情通常都是操作系统下的wifi管理程序替我们完成的,如何在程序中扫描wifi信号其实资料并不多,前面已经有两篇文章介绍了如何使用ioctl()扫描wifi信号,但其实在Linux下有一个简单的库对这些ioctl()的操作进行了封装,这个库就是libiw,使用libiw可以简化编程,本文介绍了如果使用libiw对wifi信号进行扫描的基本方法,本文将给出完整的源代码,本文程序在 ubuntu 20.04 下编译测试完成,gcc 版本号 9.4.0;尽...Discuss网络编程libiw
Jyoti Mauryajyotimaurya.hashnode.dev·Jun 22, 2024ADB commands TutorialIntroduction Android Debug Bridge or ADB is a versatile command line tool that lets you communicate with your android device for debugging purposes. ADB provides access to a shell environment on your device, allowing you to run powerful commands dire...DiscussReact Native App Developmentadb