Search found 886 matches
- Sat Mar 16, 2019 1:00 pm
- Forum: Builds and Announcements
- Topic: PlatformIO Support
- Replies: 3
- Views: 455
Re: PlatformIO Support
I just stick with the Arduino IDE tbh. PlatformIO seems like a rats nest of altered cores.
- Fri Mar 15, 2019 7:06 pm
- Forum: Projects
- Topic: WWVB timecode from blue pill
- Replies: 19
- Views: 337
Re: WWVB timecode from blue pill
...they would require the Tardis above



- Fri Mar 15, 2019 2:11 pm
- Forum: Projects
- Topic: WWVB timecode from blue pill
- Replies: 19
- Views: 337
Re: WWVB timecode from blue pill
The dish is gone, that pub has now shut down - which is no bad thing since the clientele were a bit rough.
- Fri Mar 15, 2019 1:09 pm
- Forum: STM32F103 Boards
- Topic: Bluepill and battery...
- Replies: 3
- Views: 106
Re: Bluepill and battery...
Perhaps wrap the screen drawing code with disable and enable interrupt calls.
- Fri Mar 15, 2019 7:36 am
- Forum: Projects
- Topic: WWVB timecode from blue pill
- Replies: 19
- Views: 337
Re: WWVB timecode from blue pill
The village where I live has one of the few remaining police boxes in the UK.
https://www.bbc.co.uk/news/uk-england-leeds-40960459
https://www.bbc.co.uk/news/uk-england-leeds-40960459
- Thu Mar 14, 2019 4:48 pm
- Forum: General discussion
- Topic: USBComposite, Some help making a gaming HID...
- Replies: 16
- Views: 556
Re: USBComposite, Some help making a gaming HID...
If you change the VID/PID to the following then it will be recognised 'out of the box' as a usable joystick on the Amibian RPi Amiga distro...
Code: Select all
USBComposite.setVendorId(0x040B);
USBComposite.setProductId(0x6533);
USBComposite.setProductString("Speed-Link Competition Pro");
- Thu Mar 14, 2019 3:07 pm
- Forum: Off topic
- Topic: low cost - rather low power mosfets
- Replies: 9
- Views: 228
Re: low cost - rather low power mosfets
Sounds cool.
- Thu Mar 14, 2019 2:25 pm
- Forum: General discussion
- Topic: USBComposite, Some help making a gaming HID...
- Replies: 16
- Views: 556
Re: USBComposite, Some help making a gaming HID...
I can't believe how simple this was! Here's my 8 bit Amiga/Atari/C64 joystick to USB adapter - I'm using an HYTiny board since they are well, tiny :D Just waiting for a 9 pin sub D connector now :D #include "USBComposite.h" // https://github.com/arpruss/USBHID_stm32f1 #define LED_BUILTIN PA1 // chan...
- Wed Mar 13, 2019 6:21 pm
- Forum: Builds and Announcements
- Topic: Site will be read only from Saturday 27th April
- Replies: 128
- Views: 6334
Re: Site will be read only from Saturday 27th April
@Roger
Would you consider placing a banner on the front page which states that this site is now closed to new members, will enter archive status on April 27, and that there is a temporary alternate forum mcu.selfip.com where people can ask questions?
Assuming that @Vassilis doesn't mind this is?
Would you consider placing a banner on the front page which states that this site is now closed to new members, will enter archive status on April 27, and that there is a temporary alternate forum mcu.selfip.com where people can ask questions?
Assuming that @Vassilis doesn't mind this is?
- Wed Mar 13, 2019 7:36 am
- Forum: General discussion
- Topic: Ghidra
- Replies: 7
- Views: 125
Re: Ghidra
Thank you Roger for the tip! I am not sure I want to install an NSA tool on my machine... Maybe I am a little bit paranoid, but I fear they took the opportunity to install some backdoors, so I may wait until they provide the source code and enough people have a look at it beforehand. I wouldn't wor...