Kevin Thomas

Results 10 issues of Kevin Thomas

The stp, svc, ldp and ret keywords have no highlighting.

I implemented the nuclient on a CP Bluefruit and the nuserver on a CP Bluefruit. They do connect as the following is displayed in the client. ` Connecting to the...

Using the default example... ```go // Connects to an WS2812 RGB LED strip with 10 LEDS. // // See either the others.go or digispark.go files in this directory // for...

Really excited about the embassy-rs project. I do not see any examples for BLE and more specifically BLE for bonded level 4 encryption nor do I see any HTTPS examples...

Can you please add a PicoW Peripheral Secure Connection example as the only ones available are plain text that can be seen by any sniffer.

[ST7789 Pico Example](https://github.com/raspberrypi/pico-examples/blob/master/pio/st7789_lcd/st7789_lcd.c) I am testing the example out of the box on a 1.3" IPS LCD ST7789 display. [Display Pinout](https://m.media-amazon.com/images/I/41g8EzMbIQL._AC_.jpg) Full board to review. [ST7789 1.3" IPS LCD](https://www.amazon.com/Module-ST7789-Driver-240x240-Display/dp/B09QS544FX) The...

Unable to build simple-fatfs example [here]([simple-fatfs](https://github.com/tinygo-org/tinyfs/tree/release/examples/simple-fatfs)). ```panic: runtime error: type assert failed``` What is the minimal example to simply: 1)write "hello world" to a Pico's flash using TinyGo 2)read the...

Setup both a receiver and transmitter on a Pico. ` // GPIO pin numbers pin_manager_t my_pins = { .sck = 6, .copi = 4, .cipo = 7, .csn = 14,...

### Bug description When running `train.mojo`, we get the following crash. ``` Please submit a bug report to https://github.com/modularml/mojo/issues and include the crash backtrace along with all the relevant source...

bug
mojo-repo
python-interop

### Bug description main ``` fn main() raises: try: # generate simple dataset var simple_data = generate_simple_data(100) var X = simple_data [0] var y = simple_data [1] except e: print("Error...

bug
mojo-repo
python-interop