Sponsored Content
Top Forums Programming Basic Arduino UNO Bluetooth Testing with the BLE 4.0 (CC2541, MLT-BT04 IC) Post 303043374 by Neo on Monday 27th of January 2020 01:00:07 AM
Old 01-27-2020
Update:

Well, I seem to have been wrong. I thought Blynk was a BLE app, but it's not. From the website:

Quote:
Blynk is a hardware-agnostic IoT platform with white-label mobile apps, private clouds, device management, data analytics, and machine learning.
My experience is that apps which try to be "all things to all platforms" often end of "nothing special for most platforms", so I think I will probably drop the Blynk line of investigation for BLE.

In fact, I may put the HM-10 BLE module back in my "module drawer" and move on to a new Arduino module soon. I have too many Arduino modules to test and my attention span is not very high for module testing, LOL

Basic Arduino UNO Bluetooth Testing with the BLE 4.0 (CC2541, MLT-BT04 IC)-img_9048jpg
 

7 More Discussions You Might Find Interesting

1. OS X (Apple)

Semi-Automatic Arduino Detection.

I am working on a semi-auto detection idea for Arduino for the Scope project. It does require a little user intervention but minimal. It works by just responding to two on screen prompts to unplug and plug Arduino into a USB port. There are two versions and both work perfectly well and give... (3 Replies)
Discussion started by: wisecracker
3 Replies

2. Programming

Very Basic Arduino Uno Board Testing

A very simple Arduino board test... LOL Here is some very easy code to test a cheap Arduino board I just got from China via Aliexpress. I am still waiting on a about 30 more orders from Aliexpress for more Arduino stuff. This was the first order which made it here. /* Arduino test-code... (18 Replies)
Discussion started by: Neo
18 Replies

3. Programming

Arduino-cli - Uploading to Unknown Chinese Arduino Boards using the Arduino Command Line Interface

In my further exploration of Arduino, today I decided to install the arduino-cli on my mac today. https://github.com/arduino/arduino-cli I followed the instructions for macOS but when I got to this part: arduino-cli board list I got the dreaded "Unknown" Fully Qualified Board Name... (1 Reply)
Discussion started by: Neo
1 Replies

4. Programming

More Arduino Stuff...

HI all... (Apologies for any typos.) To add to Neo's Arduino subject matter I have decided to upload this in ".zip" format. Ignore "*.info" files these are AMIGA icons only and also the "HAM" drawer as these are photos in ancient AMIGA HAM modes. I have noticed that there are current... (6 Replies)
Discussion started by: wisecracker
6 Replies

5. Programming

Chinese Arduino UNO Clones - The Wavgat versus the generic UNO R3 Clone - The Winner Is?

Waiting for more fun Ardunio parts from AliExpress, I decided to test two cheap Chinese Arduino UNO clones. The Arduino UNO R3 (CH340G) MEGA328P The Wavgat UNO R3 (CH340G) MEGA328P Both of these Chinese Ardunio clones sell for about $3 USD, delivered to your door. The bottom line is... (0 Replies)
Discussion started by: Neo
0 Replies

6. Programming

Arduino UNIX Time - Syncing Computer UNIX Time to Arduino Time with Python

Just finished a quick Python script to send the current unix time over to the Arduino from macOS, so in the absence of GPS or some other way to get the unix timestamp (epoch time) to the Arduino, I can get my macOS and Arduino UNO synced to within a second. Normally, when the Arduino starts... (9 Replies)
Discussion started by: Neo
9 Replies

7. Programming

Arduino Project: iPhone to HM-10 BLE to NB-IoT Shield to NB-IoT Network to Internet to Linux Server

This post describes a "work in progress" project I started today. Here is the High Level Overview: Currently, this project sits on my desk as an Arduino UNO (on the bottom), an NB-IoT Shield (sandwiched in the middle), a Sensor Shield (on top) with a HM-10 BLE Module (in the little... (13 Replies)
Discussion started by: Neo
13 Replies
strchg(1M)																strchg(1M)

NAME
strchg, strconf - change or query stream configuration SYNOPSIS
module2]... [ module] file DESCRIPTION
The and commands are used to change or query the configuration of the stream associated with the user's standard input. The command pushes modules on and/or pops modules off the stream. The command queries the configuration of the stream. Only the superuser or owner of a STREAMS device may alter the configuration of that stream. strchg Options The command uses the following options: pushes modules onto a stream. The modules are pushable STREAMS modules as defined by module1, module2, and so on. The modules are pushed in order. That is, module1 is pushed first, module2 is pushed second, etc. With the option alone, pops the topmost module from the stream. With the and options, all the modules above the topmost driver are popped. With the and module options, all modules above but not including module are popped off the stream. The and options are mutually exclusive. The user can specify a file that contains a list of modules representing the desired configuration of the stream. Each module name must appear on a separate line where the first name represents the topmost module and the last name represents the module that should be closest to the driver. The command will determine the current configuration of the stream and pop and push the necessary modules in order to end up with the desired configuration. The and options are mutually exclusive. strconf Options Invoked without any arguments, prints a list of all the modules in the stream as well as the topmost driver. The list is printed in one name per line where the first name printed is the topmost module on the stream (if one exists) and the last item printed is the name of the driver. The command uses the following options: Only the topmost module (if one exists) is printed. checks if the named module is present on the stream. If so, prints the message, and returns zero. If not, prints the message, and returns a non-zero value. The and options are mutually exclusive. Notes If the user is neither the owner of the stream nor the superuser, the command will fail. If the user does not have read permissions on the stream and is not the superuser, the command will fail. If modules are pushed in the wrong order, one could end up with a stream that does not function as expected. For ttys, if the line disci- pline module is not pushed in the correct place, one could have a terminal that does not respond to any commands. DIAGNOSTICS
returns zero on success. It prints an error message and returns non-zero status for various error conditions, including usage error, bad module name, too many modules to push, failure of an on the stream, or failure to open file from the option. returns zero on success (for the or option, "success" means the named or topmost module is present). It returns a non-zero status if invoked with the or option and the module is not present. It prints an error message and returns non-zero status for various error condi- tions, including usage error or failure of an on the stream. EXAMPLES
The following command pushes the module on the stream associated with the user's standard input: The following command pops the topmost module from the stream associated with The user must be the owner of this device or be superuser. If the file, contains the following: then the command will configure the user's standard input stream so that the module is pushed over the driver, followed by and closest to the stream head. The command with no arguments lists the modules and topmost driver on the stream. For a stream that only has the module pushed above the ports driver, it would produce the following output: The following command asks if is on the stream: and produces the following output while returning an exit status of 0: FILES
NLS catalogs NLS catalogs SEE ALSO
streamio(7). strchg(1M)
All times are GMT -4. The time now is 03:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy