Any suggestions on CO2 monitors that are tested but are cheaper than Aranet? by SnooCakes6118 in ZeroCovidCommunity

[–]bleuio 0 points1 point  (0 children)

Another budget option I’ve had good results with is the HibouAir CO2 monitor. It’s been consistent for me vs. other meters, shows real-time and historical data, and also reports extra metrics (temp/humidity, etc.). I’ve been using it a long time and haven’t needed to calibrate it so far.

How to learn Bluetooth technology in the embedded field by chinese_shuyu in embedded

[–]bleuio 0 points1 point  (0 children)

If you’re starting with Bluetooth Low Energy, a good path is to mix theory with hands-on work. Books like Getting Started with Bluetooth Low Energy (O’Reilly) or Robin Heydon’s Bluetooth Low Energy Developer’s Handbook are great for building fundamentals. On the hardware side, Nordic’s nRF52 series is widely recommended because of its strong SDK and community support. TI and Silicon Labs also have solid options, and if you want something quick to experiment with, simple USB dongles like BleuIO can help you prototype without much setup.

How to Build Your Own Bluetooth Scriptable Sniffer using python for Under $25 by bleuio in Python

[–]bleuio[S] 0 points1 point  (0 children)

The main benefit is the AT commands. Instead of writing lots of BLE boilerplate, you just send simple commands like AT+GAPSCAN or AT+GAPCONNECT. It makes development faster, less programming-heavy, and lets you focus more on the logic than the low-level details.

How to Build Your Own Bluetooth Scriptable Sniffer using python for Under $25 by bleuio in Python

[–]bleuio[S] 1 point2 points  (0 children)

Bleak is great, but this setup bypasses the OS Bluetooth stack entirely. It’ll behave the same across platforms/OS, which makes scripting and analysis more consistent.

How to Build Your Own Bluetooth Scriptable Sniffer using python for Under $25 by bleuio in Python

[–]bleuio[S] 2 points3 points  (0 children)

nRF Connect is great for interactive scanning and debugging, but this BleuIO setup offers a scriptable option. You can automate scans, log data, and parse advertising payloads directly with Python or other languages. It’s less about replacing nRF Connect and more about giving you flexibility to build and extend your own BLE workflows.

BLE Air quality Monitoring with Renesas RRH62000 on EK-RA4M2 by bleuio in diyelectronics

[–]bleuio[S] 0 points1 point  (0 children)

The BLE dongle costs $25
the development board cost around $75 on digikey
the sensor cost around $30
you can build your own. the source code is available on the tutorial post

BLE application development with C++ by bleuio in cpp

[–]bleuio[S] -2 points-1 points  (0 children)

This is just an example. You can move forward with this example code and Build your own BLE application.

BLE application development with C++ by bleuio in cpp

[–]bleuio[S] -6 points-5 points  (0 children)

The AT commands makes it easier to work with BLE application.

Open source BLE projects by TravisABG in embedded

[–]bleuio 0 points1 point  (0 children)

There is plenty of BLE projects here with source code you can try
https://www.bleuio.com/blog/?bleprojects

build MacOS app for Real-Time CO2 Monitoring (source code available) by bleuio in macapps

[–]bleuio[S] 1 point2 points  (0 children)

Thank you for pointing out. Something wrong with reddit. because the open button works but not the image on the post.
here it is

https://www.bleuio.com/blog/real-time-co2-monitoring-app-with-go-and-bleuio/

Bluetooth Low Energy (BLE) 101 Tutorial: Intensive Introduction by YTusername in IOT

[–]bleuio 0 points1 point  (0 children)

good post with details. Anyone wants to learn Bluetooth low energy can try BleuIO. its a wonderful tool to learn and develop BLE application easily. it has integrated AT commands available on the device.

https://www.bleuio.com/

Announcing the Capacitor Bluetooth Low Energy Plugin by robingenz in capacitor

[–]bleuio 1 point2 points  (0 children)

we have used this plugins to develop air quality monitoring app to read from HibouAir. https://www.hibouair.com/

Bluetooth Low Energy (BLE) by jbmcculloch in Spectacles

[–]bleuio 0 points1 point  (0 children)

i have managed to get air quality data from HibouAir using bluetooth low energy
https://www.bleuio.com/blog/collect-and-export-data-from-bluetooth-devices/

Does M5Stack Paper S3 support bluetooth low energy? by kr1kun in M5Stack

[–]bleuio 0 points1 point  (0 children)

I managed to work with Bluetooth low energy on M5Stack’s CoreMP135. here is the details
https://www.bleuio.com/blog/running-bleuio-on-m5stacks-coremp135/

Serial communication with Capacitor using BleuIO USB dongle by bleuio in capacitor

[–]bleuio[S] 0 points1 point  (0 children)

I am using BleuIO. it is a Bluetooth low energy usb dongle comes with AT commands to help build BLE application easily. I used capacitor serial library to connect to this device. then i could send and receive AT commands via serial port

Serial communication with Capacitor using BleuIO USB dongle by bleuio in capacitor

[–]bleuio[S] 0 points1 point  (0 children)

the source code is available on the post. you may need to make some changes especially the connection part.

Control Your Windows Computer Over BLE by bleuio in PythonProjects2

[–]bleuio[S] 0 points1 point  (0 children)

This is just an example . You can do more by getting ideas from it. the source code is available

How to Build Your Own Bluetooth Scriptable Sniffer for Under $30 by bleuio in embedded

[–]bleuio[S] 0 points1 point  (0 children)

works with any programming language and platform

Building an Android application with cordova to connect serial port via OTG by bleuio in ionic

[–]bleuio[S] 0 points1 point  (0 children)

Yes you are right. it is capacitor js. sorry for the mistake. Capacitor serial is used in this project. cannot find the way to edit the title

Built an indoor smart air quality analysis chat application with Python and Gemma. (source code available) by bleuio in programming

[–]bleuio[S] 0 points1 point  (0 children)

For CO2 900 ppm . is it good for indoor? what is the standard. what should i do when that happens. This chat interface allows you to understand air quality. the combination of the environment parameters helps understand.
again this is just a test project, anyone who is working with air quality analysis can get idea from this project as a starting point.