Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 45:08:59 |
Calls: | 422 |
Calls today: | 1 |
Files: | 1,024 |
Messages: | 90,304 |
The Natural Philosopher wrote:
I got some of these seriously cheap from Ali Express, They are
essentially a PI PICO on a much smaller board with fewer accessible pins.
Has anyone used one?When the PICO2 came out, I bought a couple of PiMoroni 2350 boards, both smaller than official PICO2 boards, one with USB-C and fewer pins, one
with full set of pins but no USB port on-board ... life intervened so
done nowt with them ... I remember hearing there's something b0rked with
I/O on the 2350s in general, not sure if it's just edge cases or
generally fucked?
I got some of these seriously cheap from Ali Express, They areWhen the PICO2 came out, I bought a couple of PiMoroni 2350 boards, both smaller than official PICO2 boards, one with USB-C and fewer pins, one
essentially a PI PICO on a much smaller board with fewer accessible pins.
Has anyone used one?
Andy Burns <usenet@andyburns.uk> wrote:
The Natural Philosopher wrote:
I got some of these seriously cheap from Ali Express, They areWhen the PICO2 came out, I bought a couple of PiMoroni 2350 boards, both
essentially a PI PICO on a much smaller board with fewer accessible pins. >>>
Has anyone used one?
smaller than official PICO2 boards, one with USB-C and fewer pins, one
with full set of pins but no USB port on-board ... life intervened so
done nowt with them ... I remember hearing there's something b0rked with
I/O on the 2350s in general, not sure if it's just edge cases or
generally fucked?
https://hackaday.com/2024/09/20/raspberry-pi-rp2350-e9-erratum-redefined-as-input-mode-leakage-current/
basically if you want a pulldown on an input pin there's chunky leakage current. That can also affect external circuitry that isn't expecting it,
eg if you have a resistive divider as the leakage could drag the voltage down. You can end up with I/Os getting stuck halfway and effectively latching old values.
That could cause some issues if you're doing a drop in replacement for a RP2040 but if you use stronger external pullup/pulldowns it should avoid the issue.
It looks like they haven't done a respin to fix it thus far.
Theo
Andy Burns wrote:
When the PICO2 came out, I bought a couple of PiMoroni 2350 boards, bothsmaller than official PICO2 boards, one with USB-C and fewer pins
one with full set of pins but no USB port on-board ...
I remember hearing there's something b0rked with I/O on the 2350s
https://hackaday.com/2024/09/20/raspberry-pi-rp2350-e9-erratum-redefined-as-input-mode-leakage-current/
basically if you want a pulldown on an input pin there's chunky leakage current.
It looks like they haven't done a respin to fix it thus far.the BusPirate folks had issues with their BP5XL boards and needed to
On 06/05/2025 14:19, Theo wrote:
Andy Burns <usenet@andyburns.uk> wrote:
the BusPirate folks had issues with their BP5XL boards and needed to
junk a batch, I see that redesigned as the BP6 it's now on sale ...
Yes, that's the kind of application where it's a problem. You attach GPIOs to random stuff and intend to probe what's there. That means you flip through the internal settings for input/output/pullup/pulldown and listen out to how the input changes.
The leakage affects that kind of application badly (input pins should be high impedance but they aren't here) but if you are putting the chip in a board where you already know what's on the other end of the pin, you can design the circuit appropriately.
RPis are more likely to be used in situations where you take the MCU and plug in and out random things onto the pins which are affected by it, compared with other MCUs where they only ever get put on vendor PCBs where everything is predetermined in the schematic. So it's really a hobbyist focused problem rather than a wider problem.
TheoAll my Pis end up on my design of PCB where stuff is either disabled or
its strictly controlled
I cant see why anyone would enable an input pin and leave it floating.
Its simply bad design
the BusPirate folks had issues with their BP5XL boards and needed to
junk a batch, I see that redesigned as the BP6 it's now on sale ...
Andy Burns <usenet@andyburns.uk> wrote:All my Pis end up on my design of PCB where stuff is either disabled or
the BusPirate folks had issues with their BP5XL boards and needed to
junk a batch, I see that redesigned as the BP6 it's now on sale ...
Yes, that's the kind of application where it's a problem. You attach GPIOs to random stuff and intend to probe what's there. That means you flip through the internal settings for input/output/pullup/pulldown and listen
out to how the input changes.
The leakage affects that kind of application badly (input pins should be
high impedance but they aren't here) but if you are putting the chip in a board where you already know what's on the other end of the pin, you can design the circuit appropriately.
RPis are more likely to be used in situations where you take the MCU and
plug in and out random things onto the pins which are affected by it, compared with other MCUs where they only ever get put on vendor PCBs where everything is predetermined in the schematic. So it's really a hobbyist focused problem rather than a wider problem.
Theo
https://www.aliexpress.com/item/1005008120181701.htmlThey clearly don't want my 77p, refused in Firefox and Edge
The Natural Philosopher wrote:
https://www.aliexpress.com/item/1005008120181701.htmlThey clearly don't want my 77p, refused in Firefox and Edge
The Natural Philosopher <tnp@invalid.invalid> wrote:NO. given that the logic analyser would most likely want to be 5V you
On 06/05/2025 14:19, Theo wrote:
Andy Burns <usenet@andyburns.uk> wrote:All my Pis end up on my design of PCB where stuff is either disabled or
the BusPirate folks had issues with their BP5XL boards and needed to
junk a batch, I see that redesigned as the BP6 it's now on sale ...
Yes, that's the kind of application where it's a problem. You attach GPIOs >>> to random stuff and intend to probe what's there. That means you flip
through the internal settings for input/output/pullup/pulldown and listen >>> out to how the input changes.
The leakage affects that kind of application badly (input pins should be >>> high impedance but they aren't here) but if you are putting the chip in a >>> board where you already know what's on the other end of the pin, you can >>> design the circuit appropriately.
RPis are more likely to be used in situations where you take the MCU and >>> plug in and out random things onto the pins which are affected by it,
compared with other MCUs where they only ever get put on vendor PCBs where >>> everything is predetermined in the schematic. So it's really a hobbyist >>> focused problem rather than a wider problem.
Theo
its strictly controlled
I cant see why anyone would enable an input pin and leave it floating.
Its simply bad design
If you're making a logic analyser, that's what you do. That's effectively what the Bus Pirate is. (It will also generate some of the protocols it analyses, but that's a different feature)
Anyhow they didn't leave the pins floating - they enabled the onboard pulldown resistor. The problem is that the pulldown has unexpected side effects.
Theo
The Natural Philosopher wrote:
https://www.aliexpress.com/item/1005008120181701.htmlThey clearly don't want my 77p, refused in Firefox and Edge
AFAIAC as a electronic engineer anything that isnt exnternally connected
is 'floating'
Andy Burns wrote:
The Natural Philosopher wrote:
https://www.aliexpress.com/item/1005008120181701.html
They clearly don't want my 77p, refused in Firefox and Edge
What costs 77p ?
Cheapest showing now is 3.37 for two, minimum order for free postage is
£8 otherwise postage is probably £1.99 but it doesn't actually say.Only 1 left ...
Aliexpress knocks a few bucks off the price of everything as a 'welcome
deal' if you aren't logged in. If you login as an existing customer the prices go up.
On 06/05/2025 22:21, Brian Gregory wrote:
On 06/05/2025 14:52, Andy Burns wrote:
The Natural Philosopher wrote:
https://www.aliexpress.com/item/1005008120181701.htmlThey clearly don't want my 77p, refused in Firefox and Edge
What costs 77p ?
Cheapest showing now is 3.37 for two, minimum order for free postage is
£8 otherwise postage is probably £1.99 but it doesn't actually say.
I can still see a price of 77p each for two (including VAT) with free shipping.
For an extra 18p each you can also get an RP2350 board. https://www.aliexpress.com/item/1005008519098883.html
These are described as "Welcome Deal".
Maybe the price somehow depends on cookie settings?
I got the low prices in Firefox and Chrome, but I haven't
actually tried to follow through and buy.
I'm logged in, with name/address/currency/payment methods all shown from
my account and the 2x RP2040 in my cart, showing the 76p total.
It just says "Order unsuccessful, There may be an internet issue. Close
the app and restart to try again."
It's not the first time I had issues with aliexpress, my firefox used to
hate their "slidy thing" on the logon dialogue.
Andy Burns <usenet@andyburns.uk> wrote:
I'm logged in, with name/address/currency/payment methods all shown from
my account and the 2x RP2040 in my cart, showing the 76p total.
It just says "Order unsuccessful, There may be an internet issue. Close
the app and restart to try again."
It's not the first time I had issues with aliexpress, my firefox used to
hate their "slidy thing" on the logon dialogue.
They get really antsy if you don't run all their spying scripts - ublock origin blocks 53 on just the front page, and if you scroll the spying
count climbs - 126, 174, ...
Sometimes they just go in a sulk and do the slidy thing and/or lock me out, or force a login just to browse products. The current annoyance is I click on something that's in a 'bundle deal' and it shows me a full page of bundle deals but no details about the product I was interested in.[1]
It's a hellhole, but it's a cheap hellhole with often stuff that can't be
got elsewhere...
Theo
[1] Workaround, I get a bundle deal link like:
https://www.aliexpress.com/ssr/300000512/BundleDeals2?spm=
&a2g0o.home.pcJustForYou.14.[hex-id]
&productIds=1005007476886364:[16 digit decimal number]
&pha_manifest=ssr&_immersiveMode=true&disableNav=YES
&sourceName=RECOMMENDProduct&utparam-url=scene%3ApcJustForYou%7Cquery_from%3A
If I extract the productId and convert it to a URL
https://www.aliexpress.com/item/1005007476886364.html
then I can see the item I clicked on.
It's a hellhole, but it's a cheap hellhole with often stuff that can't be
got elsewhere...
Yes, I bought some silicon nitride plates which were almost unobtainable elsewhere.
John