Search found 16 matches

by MoDu
Tue Jan 26, 2021 11:39 am
Forum: General discussion
Topic: core and version identification
Replies: 6
Views: 3478

Re: core and version identification

I think ARDUINO_ARCH_STM32F1 works for libmaple (roger's and steve's). Not sure about STM core.

Have you tried this? viewtopic.php?f=7&t=870
by MoDu
Thu Jan 07, 2021 6:36 pm
Forum: Libraries & Hardware
Topic: Rename device with USBComposite library?
Replies: 5
Views: 12567

Re: Rename device with USBComposite library?

See my working project for reference: https://github.com/GitMoDu/USB-x360-N64 ... roller.ino

What do you expect to see changed? I'm using only the xBox360 Controller end point, but all the details appear correct on the Driver Details on Windows.
by MoDu
Wed Dec 23, 2020 12:54 pm
Forum: Libraries & Hardware
Topic: Rename device with USBComposite library?
Replies: 5
Views: 12567

Re: Rename device with USBComposite library?

Code: Select all

#include <USBComposite.h>
Just to be sure.

I use the latest version that's on github. I would suggest you do the same.

Edit: I just tried the 0.99 release (cf99055...) and it still works as expected on my project.
by MoDu
Tue Sep 08, 2020 4:27 pm
Forum: Libraries & Hardware
Topic: Rename device with USBComposite library?
Replies: 5
Views: 12567

Re: Rename device with USBComposite library?

Easy peasy. const char ManufacturerName[] = "Kprellz"; const char DeviceName[] = "Device name"; const char DeviceSerial[] = "00000000000000000001"; USBComposite.setManufacturerString(ManufacturerName); USBComposite.setProductString(DeviceName); USBComposite.setSerialStr...
by MoDu
Tue Sep 08, 2020 4:26 pm
Forum: Libraries & Hardware
Topic: USB Composite library
Replies: 19
Views: 36073

Re: USB Composite library

1. Can I use vibration feedback in the library?
Can confirm this one, the vibration callback is working properly.
by MoDu
Mon Jul 20, 2020 10:47 pm
Forum: General discussion
Topic: rf modules for bluepill
Replies: 2
Views: 2706

Re: rf modules for bluepill

I've been having a lot of fun with the 800MHz version of Si4463 , but in your case I'd get an MCU with LoRa built-in, like the Heltec ESP32 , should be much easier to get that practical range, although for a reliable connection, you still need proper(ish) antennas, none of this pigtail or PCB trace ...

Go to advanced search