Sponsored Content
Top Forums Programming Basic Arduino UNO Bluetooth Testing with the BLE 4.0 (CC2541, MLT-BT04 IC) Post 303043348 by Neo on Saturday 25th of January 2020 09:25:19 AM
Old 01-25-2020
Here is the chip.... as I find these kind of details matter and are often omitted on these kinds of Internet tutorials and discussions. I will replace this photo (taken quickly with my iPhone) with a screen shot from my computer when I find the USB cable to my little microscope.

In fact, the way I got this test to work (finding a starting point sketch) was to use my microscope to read the model number on the chip: the CC2541

A number of times recently, I received some modules with the model number of the chip "burned off" with a laser, which is really annoying.

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


Update: Here is the same chip shot using the USB interface to my Mac Pro :

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


Both "chip shots" were taken though the plastic wrapper around the BLE module... that is why the image is a bit blurry)
 

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
FTDI-EEPROM(1)						      General Commands Manual						    FTDI-EEPROM(1)

NAME
ftdi_eeprom - Tool for reading/erasing/flashing FTDI USB chip eeproms SYNOPSIS
ftdi_eeprom [commands] config-file DESCRIPTION
ftdi_eeprom is a small tool for reading/erasing/flashing FTDI USB chip eeproms. It uses libftdi to access the chip, so you will need to have the required permissions on the device. The ftdi_sio module should not be loaded. You can prevent it to be automatically loaded by adding it to /etc/modprobe.d/blacklist. You have to unplug and replug your device to get the new values to be read. Otherwise, you will still get the old values. COMMANDS
--read-eeprom Read eeprom and write to -filename- from config-file. --erase-eeprom Erase eeprom. --flash-eeprom Flash eeprom. CONFIGURATION FILE
The configuration file contains a list of key-value pairs which will be used to flash an FTDI USB chip eeprom. Comments start with #. The beginning of such a file might look like the following: vendor_id=0x0403 # Vendor ID product_id=0x6001 # Product ID max_power=0 # Max. power consumption: value * 2 mA. Use 0 if self_powered = true. ########### # Strings # ########### manufacturer="ACME Inc" # Manufacturer product="USB Serial Converter" # Product serial="08-15" # Serial The example configuration file that could be found in /usr/share/doc/ftdi-eeprom/examples is quite well commented so you should be able to use it as a basis. The following keys are supported: vendor_id Set the vendor ID of the device. This value could be entered in decimal or hexadecimal form, and should be in the range 0-65535 or 0x0000-0xffff, respectively. product_id Set the product ID of the device. This value could be entered in decimal or hexadecimal form, and should be in the range 0-65535 or 0x0000-0xffff, respectively. max_power Set the maximum current the device will use, in 2 mA unit. Use 0 if self_powered = true. manufacturer Set the manufacturer string which normally holds the name of the manufacturer. product Set the product string which normally holds the name of the product. serial Set the serial string which normally holds the serial number of the product. self_powered Specify if the device is self-powered or not. The value should be true or false. remote_wakeup Specify if the device supports remote wake-ups. The value should be true or false. use_serial If this value is set to true, the serial string will be used. Otherwise the default serial string will be used. BM_type_chip This value have to be set to true if you are using a BM chip. in_is_isochronous If set to true this option specify that the input endpoint is in isochronous mode. out_is_isochronous If set to true this option specify that the output endpoint is in isochronous mode. suspend_pull_downs If this value is set to true the pull downs are enabled during suspend for lower power consumption. change_usb_version This value has to be set to true if you want to force the USB version using the usb_version key. Otherwise the default USB version will be used. usb_version Set the USB version of the device. The change_usb_version value has to be set to true. filename Specify a filename if you want to dump the content of the eeprom into it. AUTHOR
ftdi_eeprom was written by Intra2net AG <opensource@intra2net.com>. This manual page was written by Aurelien Jarno <aurel32@debian.org> for the Debian GNU/Linux system (but may be used by others). March 31, 2004 FTDI-EEPROM(1)
All times are GMT -4. The time now is 07:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy