Lithium battery – 1S protection boards

Some of my projects use a single Lithium cell for power, and the ready availability of low-cost battery protection boards offers opportunity for better projects.

IMG_1472Above, a 1S board rated at 4A and which sells for about A$1 posted in lots of 5.

Specifications:

Description:
New and good quality
Use BM112 protection chip + AO8810 MOS tube
The protection board is used to protect the battery overcharge, over discharge, so can’t use as a charger,when you want to charge the battery you need to use the dedicated charger,because the protective board has a time to response to the short circuit, can’t to connect too large instant impact current, such as drills and so on

The main performance parameters:
1. PCB Size: 39 * 4 * 2mm
2. Overcharge protection voltage: 4.2750 ± 25MV
3. Over-discharge protection voltage: 2.88 ± 75MV
4. The overcurrent protection: 4-8A
5. Continue working current: > 4A

Note: Only for the equipment which instant start-up current less than 4A,those starting current instant is great, such as high-current motors, drills, etc., are not suitable for use.

IMG_1473

Above are protected battery assemblies based on the board and a 1200mAh LiPo (sells for about A$4) and Panasonic 18650 Li-ion 3400mAh (sells for about A$12). The connectors used are 3A rated JST RCY connectors as used in RC battery applications and readily available with tails for way less than A$1 each set.

The 18650 cell has tags spot welded to the battery contact points, the LiPo has contact tags as supplied.

To use these, the power source needs to supply about 4.5V so as to ensure charging when necessary. The power source needs to be current limited unless you choose to depend on the protection boar’s limit.

A low cost home made USB CI-V interface with open collector and solid Windows drivers

This article describes an inexpensive USB adapter for Icom’s CI-V interface.

There are four common options for USB-serial adapters:

  • Prolific;
  • FTDI;
  • WCH; and
  • Silabs.

This article describes an adapter based on an inexpensive FTDI adapter (~$5 on eBay).

opc478ftdi01

You will need the module, a Schottky signal diode (eg 1N5711), wire and a 3.5mm TRS plug or two. I have connected two plugs, one wired for TS (CT-17) and one for RS (OPC-478x). Continue reading A low cost home made USB CI-V interface with open collector and solid Windows drivers

Panasonic NCR18650B Lithium Ion cells on eBay

Further to 18650 Lithium Ion cells on eBay I purchased a pair of Panasonic NCR18650B cells, nominal 3400mAh, from an Australian supplier for about A$22 posted.

NCR18650B

Above is a pic of a cell.

NCR18650B02

Above is a zoomed in view of the same pic with increased contrast. The feint QC code printed on the underlying steel container is visible. It is usually visible through the jacket on genuine Panasonic cells.

It is always hard to know whether the product is genuine, the Chinese are better at copying the looks than the internals.

The cell was charged, then discharged at 1C on a battery analyser.

Screenshot - 15_01_16 , 03_12_18

Above is the first three discharge cycles, the cell achieved just under 3000mAh to 2.8V, about 93% of datasheet rated capacity of 3200mAH, 85% of the advertised nominal 3400mAh capacity.

Screenshot - 14_01_16 , 18_39_55

The actual discharge curve is fairly similar to the 1C curve from the datasheet.

These cells look more promising than the GTL red 5300mAh cells previously evaluated.

ANS T1.523-2001, Telecom Glossary 2000 and Return Loss

A correspondent has suggested to me that my practice of giving Return Loss as a positive dB value is wrong, citing US FS-1037C.

US FS-1037C has been superseded by ANS T1.523-2001, Telecom Glossary 2000, and the wording in the latter is identical to the former, so let’s discuss the more current document. Continue reading ANS T1.523-2001, Telecom Glossary 2000 and Return Loss

18650 Lithium Ion cells on eBay

I have been intrigued by the huge number of sellers of very low cost 18650 Li-ion cells on eBay.

Could they be any good?

As a reality check, Panasonic cells around 3000mAh sell through traditional channels here in Australia for around A$20 per cell, there are Australian eBay sellers selling cells advertised as Panasonic for around A$22 per pair posted.

GTL01Above, the GTL red LS18650 5300mAh Li-ion cell purchased in a lot of five for $1.30 each (inc post from China).  The rated capacity is more than 50% higher than the maximum from brand name products. Continue reading 18650 Lithium Ion cells on eBay

Win 10 Threshold 2 issues

I have recently installed the Threshold 2 update to Win 10, and apart from a number of small issues, it seriously broke my grabber environment on a 64 bit machine.

The error messages:

5 [main] lftp 2944 C:\bin\lftp\bin\lftp.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
1481 [main] lftp 2944 cygwin_exception::open_stackdumpfile: Dumping stack trace to lftp.exe.stackdump
6 [main] lftp 5008 fork: child -1 - forked process 2944 died unexpectedly, retry 0, exit code 0x100, errno 11
...

For that environment, I use an lftp port to Windows (https://nwgat.ninja/lftp-for-windows/), and had installed the 64bit verion which is essentially a cygwin compilation packaged with the necessary DLLs. (This issue probably more widely affects cygwin, or perhaps just the bash shell under cygwin.) Continue reading Win 10 Threshold 2 issues

Revised thinking on STC chips

I have successfully implemented a few projects on the STC 15F104E, a Chinese 8051 architecture MCU.

STC15fF04EThe chip includes EEPROM, and some flexible extensions to the timers which potentially make it more useful than a standard 8051.

I have previously observed that the documentation is poor, and the programming tool is poor.

The project that led to the latest observations was an attempt to implement RC PWM – ON/OFF switch originally on one of these chips as it contained sufficient resources to suit the application. One of those resources was an +/- edge triggered INT0.

The code worked fine, but for only a short and variable period. Essentially, the the main loop was executing fine, the chip stopped triggering the interrupt service routing for INT0 after a variable time from 10s to 1000s… but it ALWAYS stopped working. Cycle the power and the same thing is observed. Continue reading Revised thinking on STC chips

RC PWM – ON/OFF switch

This article describes a remote ON/OFF switch which uses an RC receiver and adapter chip to convert the RC PWM signal into an ON/OFF output. (Suitable RC transmitters are on hand.)

The immediate application is for remote ON/OFF PTT or KEY of a transmitter for field strength testing at various locations.

Background

Remote control hobbies have long used a multi channel digital proportional protocol for control of planes etc. The simplest multi channel receiver has an independent PWM output for each servo.

The PWM signal is a 1000-2000µs pulse with a repetition rate from about 50Hz up to 500Hz or so, the duration of the pulse conveys the information.

Implementation

The converter chip is a ATTiny25 MCU with firmware that monitors the PWM stream and provides ON/OFF and OFF/ON output pins. For the immediate application, the ON/OFF (or non inverted) output drives a 2N7000 FET with ‘open collector’ output suited to the PTT and KEY lines of most modern transceivers.

The firmware ignores PWM signals with duration outside the range 900µs to 2100µs, and switches ON at 1600µs, and OFF at 1400µs to provide some hysteresis. If PWM input is lost for 125ms, the output will fail safe OFF.

rcsw01Above is the schematic. The 2N7000 is good for 60V, can handle up to 100mA without a heat sink, and had a body diode to absorb transients if the load is a relay. Continue reading RC PWM – ON/OFF switch

Trial of prototype stand alone GPS logger

An upcoming project calls for a stand alone GPS logger.

The requirement is for a GPS stream that allows correction using RTKLIB, but this trial is of a lesser GPS as proof of concept.

SAGPS001

Above, the equipment consists here of a Ublox NEO-6M based GPS module (~A$15 incl on eBay) at left, an Openlogger (~A$15 incl post on eBay) at right, and a 12V-5V converter (~A$7 from Hobbyking) at bottom. The latter is a 5A converter, way overkill, but it was on hand. The GPS module has a 3V regulator on board for the NEO-6M chip.
Continue reading Trial of prototype stand alone GPS logger

OpenLog for TinyTrak – drive test

OpenLog07

A drive test of the OpenLog logger collecting raw NMEA data in parallel with the TinyTrak (VHF) was conducted. To maximise the performance of APRS, a fill-in digi / iGate was run at my home. The tracker used a 65W transmitter with quarter wave vertical in the centre of the car roof.

Google Earth googleearth 29/10/2015 , 08:19:01

Above is an overview of the APRS and OpenLog tracks. Click on the image for a scaleable / zoomable view in Google Maps. Continue reading OpenLog for TinyTrak – drive test