<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 3 cent PMS150C MCU driving 300 WS2812B LED&#8217;s	</title>
	<atom:link href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/feed/" rel="self" type="application/rss+xml" />
	<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/</link>
	<description>Anders Braüner Nielsen</description>
	<lastBuildDate>Thu, 27 Apr 2023 11:20:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Anders		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-9287</link>

		<dc:creator><![CDATA[Anders]]></dc:creator>
		<pubDate>Thu, 27 Apr 2023 11:20:05 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-9287</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-9283&quot;&gt;Kum&lt;/a&gt;.

Anything over 5.5V will probably lead it to an untimely smokey death. 
Here&#039;s the datasheet: https://datasheet.lcsc.com/lcsc/1810261541_PADAUK-Tech-PMS150C-U06_C168658.pdf

You should be able to get a regulator that has a quiescent current at least down in the microamp range - and the PMS150 will run at 3.4V-&gt;4.2V (just not as fast).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-9283">Kum</a>.</p>
<p>Anything over 5.5V will probably lead it to an untimely smokey death.<br />
Here&#8217;s the datasheet: <a href="https://datasheet.lcsc.com/lcsc/1810261541_PADAUK-Tech-PMS150C-U06_C168658.pdf" rel="nofollow ugc">https://datasheet.lcsc.com/lcsc/1810261541_PADAUK-Tech-PMS150C-U06_C168658.pdf</a></p>
<p>You should be able to get a regulator that has a quiescent current at least down in the microamp range &#8211; and the PMS150 will run at 3.4V->4.2V (just not as fast).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kum		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-9283</link>

		<dc:creator><![CDATA[Kum]]></dc:creator>
		<pubDate>Thu, 27 Apr 2023 08:15:24 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-9283</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-743&quot;&gt;Anders&lt;/a&gt;.

How to power pms150, I use 2 lithium ion of 7.4V instead of one battery of 3.4V .
Using voltage regulator consumes current in few milliamps ?
Will the pms chip run at 7.4 V ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-743">Anders</a>.</p>
<p>How to power pms150, I use 2 lithium ion of 7.4V instead of one battery of 3.4V .<br />
Using voltage regulator consumes current in few milliamps ?<br />
Will the pms chip run at 7.4 V ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anders		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3651</link>

		<dc:creator><![CDATA[Anders]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 04:49:24 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-3651</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3523&quot;&gt;Saharesp&lt;/a&gt;.

I do have some nrf24l01 code running on a PMS171b and a 6502 - it&#039;s basically just SPI-bitbanging the registers. Currently it does mean you have to get a bit familiar with the datasheet :) 
Soon* I will give it a writeup and maybe put something on youtube. First I need to show the world that even a CPU from 1975 can rainbow shiny lights... WS2812B control is coming to the 6502!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3523">Saharesp</a>.</p>
<p>I do have some nrf24l01 code running on a PMS171b and a 6502 &#8211; it&#8217;s basically just SPI-bitbanging the registers. Currently it does mean you have to get a bit familiar with the datasheet 🙂<br />
Soon* I will give it a writeup and maybe put something on youtube. First I need to show the world that even a CPU from 1975 can rainbow shiny lights&#8230; WS2812B control is coming to the 6502!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anders		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3650</link>

		<dc:creator><![CDATA[Anders]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 04:36:53 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-3650</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3520&quot;&gt;Marcio&lt;/a&gt;.

I have yet to find anything in the datasheet that doesn&#039;t mostly match - doesn&#039;t mean you get the same thing as an ATTiny10. LCSC seems to have stopped keeping PMS150C in stock and I think it&#039;s been superceeded by the PMS150D- I suggest you contact the manufacturer directly for guarantees. 
It&#039;s OTP and that&#039;s no problem - you just need to use the ICE (Emulator) while debugging.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3520">Marcio</a>.</p>
<p>I have yet to find anything in the datasheet that doesn&#8217;t mostly match &#8211; doesn&#8217;t mean you get the same thing as an ATTiny10. LCSC seems to have stopped keeping PMS150C in stock and I think it&#8217;s been superceeded by the PMS150D- I suggest you contact the manufacturer directly for guarantees.<br />
It&#8217;s OTP and that&#8217;s no problem &#8211; you just need to use the ICE (Emulator) while debugging.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Saharesp		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3523</link>

		<dc:creator><![CDATA[Saharesp]]></dc:creator>
		<pubDate>Thu, 25 Nov 2021 14:29:16 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-3523</guid>

					<description><![CDATA[Anders says: I have a feeling my next project might involve controlling the nrf24L01+ SI24R01 2.4Ghz radio module or maybe a budget Raspberry Pi module.
You have project with nrf24L01?]]></description>
			<content:encoded><![CDATA[<p>Anders says: I have a feeling my next project might involve controlling the nrf24L01+ SI24R01 2.4Ghz radio module or maybe a budget Raspberry Pi module.<br />
You have project with nrf24L01?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcio		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3520</link>

		<dc:creator><![CDATA[Marcio]]></dc:creator>
		<pubDate>Wed, 24 Nov 2021 12:37:12 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-3520</guid>

					<description><![CDATA[Thank you for this article Anders, but I have some doubts:
-Is this Padauk PMS150C reliable?
-Is it active? Because I´m considering using it in a project and I need it for at least five years from now;
-About the program memory it&#039;s an OTP (One Time Programmable) memory which means I can program and debug only once (?!), so how do I get around this?]]></description>
			<content:encoded><![CDATA[<p>Thank you for this article Anders, but I have some doubts:<br />
-Is this Padauk PMS150C reliable?<br />
-Is it active? Because I´m considering using it in a project and I need it for at least five years from now;<br />
-About the program memory it&#8217;s an OTP (One Time Programmable) memory which means I can program and debug only once (?!), so how do I get around this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Knight Sun		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-3009</link>

		<dc:creator><![CDATA[Knight Sun]]></dc:creator>
		<pubDate>Fri, 16 Apr 2021 04:05:59 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-3009</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-2136&quot;&gt;Anders&lt;/a&gt;.

Thanks for the reply. Sorry for the delay(5 months);  Work is a little crazy now. I am not very good with code but I don&#039;t see a button command. Also do you have schematic of your project and where can I get the chips and programmers?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-2136">Anders</a>.</p>
<p>Thanks for the reply. Sorry for the delay(5 months);  Work is a little crazy now. I am not very good with code but I don&#8217;t see a button command. Also do you have schematic of your project and where can I get the chips and programmers?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anders		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-2136</link>

		<dc:creator><![CDATA[Anders]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 12:28:24 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-2136</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-2118&quot;&gt;Knight Sun&lt;/a&gt;.

Yeah, that&#039;s no problem - basically anything that&#039;s not RAM-intensive like graphics that don&#039;t follow a specific pattern are doable.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-2118">Knight Sun</a>.</p>
<p>Yeah, that&#8217;s no problem &#8211; basically anything that&#8217;s not RAM-intensive like graphics that don&#8217;t follow a specific pattern are doable.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Knight Sun		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-2118</link>

		<dc:creator><![CDATA[Knight Sun]]></dc:creator>
		<pubDate>Sat, 21 Nov 2020 14:13:19 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-2118</guid>

					<description><![CDATA[Can you program the micro to do 0 to 255 and in a wave and some all on? One of my projects was to make safety gear based off ws2812b led for first responders, oil &#038; gas, and  construction workers police and anyone really. I attached a strip to my hat and I can&#039;t count the number of people who were interested in getting one. just to walk there dogs at night.
having a OTP chip and push button embedded in the strip would make manufacturing more affordable. 

https://www.youtube.com/watch?v=c3XXYpT672c]]></description>
			<content:encoded><![CDATA[<p>Can you program the micro to do 0 to 255 and in a wave and some all on? One of my projects was to make safety gear based off ws2812b led for first responders, oil &amp; gas, and  construction workers police and anyone really. I attached a strip to my hat and I can&#8217;t count the number of people who were interested in getting one. just to walk there dogs at night.<br />
having a OTP chip and push button embedded in the strip would make manufacturing more affordable. </p>
<p><a href="https://www.youtube.com/watch?v=c3XXYpT672c" rel="nofollow ugc">https://www.youtube.com/watch?v=c3XXYpT672c</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anders		</title>
		<link>https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-1618</link>

		<dc:creator><![CDATA[Anders]]></dc:creator>
		<pubDate>Sun, 17 May 2020 08:57:43 +0000</pubDate>
		<guid isPermaLink="false">https://abnielsen.com/?p=195#comment-1618</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-1614&quot;&gt;Tony Flemin&lt;/a&gt;.

I used the Official PDK-programmer. There is an open toolchain with an open source programmer. Doesn&#039;t offer debugging though.
https://github.com/free-pdk/easy-pdk-programmer-hardware]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://abnielsen.com/2019/04/24/driving-300-ws2812b-rgb-leds-with-a-3-cent-microcontroller-pms150c/#comment-1614">Tony Flemin</a>.</p>
<p>I used the Official PDK-programmer. There is an open toolchain with an open source programmer. Doesn&#8217;t offer debugging though.<br />
<a href="https://github.com/free-pdk/easy-pdk-programmer-hardware" rel="nofollow ugc">https://github.com/free-pdk/easy-pdk-programmer-hardware</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
