David G. Simmons
David G. Simmons
Solution: `yarn add -D @electron/rebuild` Then add the following to your package.json: ``` "rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir release/app", ``` You can then run `yarn run rebuild` and it...
I'm now stuck with this `Write operation failed: Status code: 0x6300` I'm trying to write an NDEF message to a mifare classic 1K card. I can authenticate to each sector...
Ok, after 3-4 iterations, (and removing the failed `defaultValue` field it suddenly started returning more rational answers, but ... and this is a big but, I cannot convince it to...
Add this and it will fix it: ``` String currentDate = String(monthDay)+ "-" + String(currentMonth) + "-" + String(currentYear); String dateString = String(months[currentMonth - 1])+ " " + String(monthDay) +...
I'm not on a Linux box, but a Mac. > On Aug 10, 2021, at 1:31 PM, Dr PhilMorph ***@***.***> wrote: > > > Hi. It s philippe. Hope I...
Seems to be a moot point now as board number 1 will no longer power on at all, and board number 2 is DOA. ¯\_(ツ)_/¯
> @davidgs which version of the WM1302 do you have exactly (seeed product reference) ? Are the GPIOs correct for your setup ? SPI is properly configured on your RPi...
I have gotten it working. The problem was that I was not using a Pi HAT. I was trying to use the card directly via the M.2 slot on our...