Search found 3001 matches
- Thu Mar 14, 2019 10:58 pm
- Forum: Projects
- Topic: WWVB timecode from blue pill
- Replies: 19
- Views: 337
GPS to 2.4G UDP
https://hackster.imgix.net/uploads/image/file/81241/20151007_083810.jpg?auto=compress%2Cformat&w;=740&h;=555&fit;=max GPS ---> ESP8266 --> UDP https://secure.img1-fg.wfcdn.com/im/59665719/resize-h300%5Ecompr-r85/6380/63809827/Tardis+-+Doctor+Who+Cardboard+Stand-Up.jpg https://www.hackster.io/rayburne/...
- Mon Mar 11, 2019 1:14 pm
- Forum: General discussion
- Topic: RTOS question
- Replies: 15
- Views: 357
Re: RTOS question
Julie,
I found the resources of FreeRTOS invaluable in answering my questions regarding its implementation with the Arduino port of the ESP32.
https://www.freertos.org/Documentation/RTOS_book.html
Ray
I found the resources of FreeRTOS invaluable in answering my questions regarding its implementation with the Arduino port of the ESP32.
https://www.freertos.org/Documentation/RTOS_book.html
Ray
- Fri Mar 08, 2019 6:27 pm
- Forum: General discussion
- Topic: USBComposite, Some help making a gaming HID...
- Replies: 16
- Views: 556
Re: USBComposite, Some help making a gaming HID...
HID is not just for keyboards and joysticks, one can also do serious data-logging, too: https://www.hackster.io/rayburne/rpi-data-logging-using-usb-hid https://www.hackster.io/rayburne/arduino-to-excel-using-v-usb https://www.hackster.io/rayburne/analog-digital-port-viewer-usb Or, a clone of Adafrui...
- Thu Mar 07, 2019 8:53 pm
- Forum: Projects
- Topic: fft single bin
- Replies: 2
- Views: 181
Re: single frequency dft.
Maybe some insight into your quandary....
https://dsp.stackexchange.com/questions ... -frequency
https://dsp.stackexchange.com/questions ... -frequency
- Wed Mar 06, 2019 8:41 pm
- Forum: Projects
- Topic: Teensy 3.0 to STM32f 103
- Replies: 6
- Views: 229
Re: Teensy 3.0 to STM32f 103
Thanks So there is no simple way to fix it ? Yes, throw money at it ... Teensys are relatively inexpensive: https://www.pjrc.com/teensy/ Just as the Arduino.cc boards have certain advantages that warrant their pricing, the Teensy family is the same. Generally speaking, the same issues of compatibil...
- Tue Mar 05, 2019 11:28 pm
- Forum: General discussion
- Topic: Designating variables to backup SRAM (LibMaple)
- Replies: 7
- Views: 241
Re: Designating variables to backup SRAM (LibMaple)
The backup registers are not the same as the 4KB of backup SRAM. I am asking if there is a way to assign variables to that specific 4KB area of SRAM that is maintained during STOP sleep. Maybe the F4 methodology will assist in tracking down the sequences... http://www.chibios.com/forum/viewtopic.ph...
- Mon Mar 04, 2019 8:57 pm
- Forum: Postbag
- Topic: TS100 Digital Portable Soldering Iron...
- Replies: 3
- Views: 363
Re: TS100 Digital Portable Soldering Iron...
:shock: > $50 U.S.D. We cheap-ass old folks buy: https://www.aliexpress.com/item/DC-12V-3S-XT60-RC-Battery-6W-Electric-Soldering-Iron-1min-Solder-Repair-Tool-For-RC/32843301801.html It is a specialty item, worth the price if used daily, but for the occasional use, the cheap on works just fine. Ray
- Mon Mar 04, 2019 8:40 pm
- Forum: Builds and Announcements
- Topic: Google Groups !stm32duino
- Replies: 2
- Views: 149
Re: Google Groups !stm32duino
I seem to remember that after I logged in, I edited my options to not send mail notifications; which means it is a user-by-user setting and not global.
Ray
Ray
- Mon Mar 04, 2019 5:02 am
- 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
Guys I don't necessarily think my core is completely dead. I just don't have time to check all the PR's or solve all the issues. ... Respectfully, "The core needs to be locked-down for 'Master branch' ASAP", IMO. Then, Roger, you can pick/create a branch to continue to be your own to continue to be...
- Sun Mar 03, 2019 12:39 am
- Forum: General discussion
- Topic: USBComposite, Some help making a gaming HID...
- Replies: 16
- Views: 556
Re: USBComposite, Some help making a gaming HID...
Have you go through the post: http://stm32duinoforum.com/forum/viewtopic.php?f=19&t=4046
It has been years since I have done anything with HID, so long ago it was an 8-bit AVR... But, as I remember, it all distills down to keycode combinations.
It has been years since I have done anything with HID, so long ago it was an 8-bit AVR... But, as I remember, it all distills down to keycode combinations.