Search found 715 matches
- 29 April 2016, 19:23 PM
- Forum: ZBasic Language
- Topic: 32-bit chips
- Replies: 8
- Views: 10658
The issue boils down to what targets to implement. STM32F3xxx or STM32F4xxx with ST's open source Standard Peripheral Library (SPL) or the newer Hardware Abstraction Library (HAL), free. The CubeMX free GUI for doing the pinout and auto-generating main.c and all the I/O init make it easy to move be...
- 09 January 2016, 15:08 PM
- Forum: General
- Topic: $5 WiFi module
- Replies: 53
- Views: 39586
Hello, all... long time since I've been here. Been busy writing STM32F4xx C code in my consulting work. Love those processors.. much better than Freescale ARM Cortex. On the hobby front: I've bought and played with, so far: New Teensy Low Cost (LC). OK if you are a Teensy devote' which I was at one ...
- 10 December 2014, 22:18 PM
- Forum: ZBasic Language
- Topic: Strain gauges and weighing cars
- Replies: 18
- Views: 10066
I'm working on a professional project using load cells for impact magnitude detection. Pretty easy - just an op-amp (external or if the MCU has it, on-chip), then into an ADC. My round 1 was on AVR mega328, then mega1284, now moving to ST32F415 to get faster ADCs and CPU speed for math. Lots of load...
- 10 December 2014, 22:17 PM
- Forum: ZBasic Language
- Topic: Load cells
- Replies: 0
- Views: 4411
Load cells
I'm working on a professional project using load cells for impact magnitude detection.
Pretty easy - just an op-amp (external or if the MCU has it, on-chip), then into an ADC. My round 1 was on AVR mega328, not moving to ST32F415.
Lots of load cells in this project. Mix of 20lb and 200lb.
Pretty easy - just an op-amp (external or if the MCU has it, on-chip), then into an ADC. My round 1 was on AVR mega328, not moving to ST32F415.
Lots of load cells in this project. Mix of 20lb and 200lb.
- 07 April 2014, 20:55 PM
- Forum: Files
- Topic: Hayes AT modem / UART OK and ERROR handling
- Replies: 5
- Views: 7566
- 05 April 2014, 13:02 PM
- Forum: ZBasic Language
- Topic: Tracking cats internally
- Replies: 3
- Views: 3140
Doable but not easy to code, have each IR emitter transmit uniquely. Ways I've seen this done: 1) Receiver on (cat) receives a beacon sent wirelessly house-wide. Each IR emitter then uses a time offset from the beacon. In analyzing the received IR blip, the time offset from the beacon can be used to...
- 14 February 2014, 10:52 AM
- Forum: ZBasic Native Mode
- Topic: 3-wire Serial
- Replies: 7
- Views: 12601
- 01 January 2014, 23:05 PM
- Forum: ZBasic Language
- Topic: Comments on AN217
- Replies: 2
- Views: 2047
- 27 October 2013, 13:58 PM
- Forum: ZBasic Language
- Topic: Pot position measurement
- Replies: 6
- Views: 3524
Re: Pot position measurement
On my cruise control project, the pedal actuator has a position pot, but strangely I can only find 2 wires, and resistance varies from approx. 0 ohms to 2.8k from end to end travel. I was expecting a 3 wire pot I could put a voltage across and measure the wiper output but this doesn't seem to be av...
- 22 June 2013, 16:12 PM
- Forum: General
- Topic: ZX device as a USB host
- Replies: 6
- Views: 9318
- 16 June 2013, 22:44 PM
- Forum: General
- Topic: Field firmware update via GSM
- Replies: 4
- Views: 7075
Here's how I do it... Field device sends heartbeat via Internet to server. Server must respond. Hearbeat is an application IP packet sent via TCP or UDP. To do an update, the server intentionally stops responding to heartbeats. After a while, the field device says - no heartbeats, so I'll reboot mys...
- 17 April 2013, 20:39 PM
- Forum: ZBasic Native Mode
- Topic: ZX device as slave to Raspberry Pi
- Replies: 10
- Views: 15757
> . Oh, you mean USB/RS232 dongles? Yeah, but only two working USB host ports work reliably. Add a hub and you're in trouble, and the ports need to run at 1.1 speed for sound modules. USB glitching is another of the Pi's failings, presumably fixable via firmware - but not so far despite many compla...
- 16 April 2013, 19:46 PM
- Forum: ZBasic Native Mode
- Topic: ZX device as slave to Raspberry Pi
- Replies: 10
- Views: 15757
I have an RPi too. Fun little thing. But The Pi has two UARTS but they use the same GPIO pins, oddly, so only one can be used at any moment, and it has no ADC - so a ZX-24x will fill those gaps, add some additional I/O and provide another hardware watchdog. [While very reliable in my testing so far,...
- 24 January 2013, 19:57 PM
- Forum: General
- Topic: Android USB adapter and app allows ZX control
- Replies: 19
- Views: 17700