Greetings

2018-06-15 Thread Jeff Belz
All devs: Greeting to all of you.I'm really new to mynewt so bear with me as I get to know the ropes. I have some questions: 1. Newt upgrade seems to not work. What is the proper way to use this command. I currently have 1.3, but need to update to 1.4 . I am using Windows 10. 2.

Odd errors

2018-06-19 Thread Jeff Belz
All: Has anyone seen these errors before: Error: arm-none-eabi-gcc: error: CreateProcess: No such file or directory And rebuild required; different command Trying to build the blinky project for the STM32F4-Discovery. This is the sequence of errors I got when I tried to "newt build stm32f4disc

HCI comms

2018-06-19 Thread Jeff Belz
All: I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 wire HCI. What would be a good example tutorial to use to just get my BT actually advertising. Jeff

RE: Odd errors

2018-06-20 Thread Jeff Belz
Have you added its "bin" folder to the PATH? Best, Fabio On Tue, Jun 19, 2018, at 11:44 AM, Jeff Belz wrote: > All: > > Has anyone seen these errors before: > > Error: arm-none-eabi-gcc: error: CreateProcess: No such file or > directory And rebuild required; differ

bleprph using HCI 4 wire

2018-06-25 Thread Jeff Belz
All: I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 wire HCI. I got one response that said I just have to change the syscfg setting in my target to BLE_HCI_TRANSPORT_NIMBLE_BUILTIN: 0 BLE_HCI_TRANSPORT_UART: 1 1. I can't find any documentation to what th

RE: bleprph using HCI 4 wire

2018-06-26 Thread Jeff Belz
using HCI 4 wire Hi Jeff, My responses are inline. On Tue, Jun 26, 2018 at 02:11:46AM +0000, Jeff Belz wrote: > All: > > > I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 > wire HCI. I got one response that said I just have to change the > sy

RE: bleprph using HCI 4 wire

2018-06-27 Thread Jeff Belz
ng HCI 4 wire Hi Jeff, My responses are inline. On Tue, Jun 26, 2018 at 02:11:46AM +0000, Jeff Belz wrote: > All: > > > I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 > wire HCI. I got one response that said I just have to change the

RE: bleprph using HCI 4 wire

2018-06-27 Thread Jeff Belz
018 11:25 PM To: dev@mynewt.apache.org Subject: Re: bleprph using HCI 4 wire Hi Jeff, My responses are inline. On Tue, Jun 26, 2018 at 02:11:46AM +, Jeff Belz wrote: > All: > > > I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 > wire HCI. I got one response that s

RE: bleprph using HCI 4 wire

2018-06-27 Thread Jeff Belz
: Monday, June 25, 2018 11:25 PM To: dev@mynewt.apache.org Subject: Re: bleprph using HCI 4 wire Hi Jeff, My responses are inline. On Tue, Jun 26, 2018 at 02:11:46AM +, Jeff Belz wrote: > All: > > > I'm using a BroadCom(Cypress)43438 Bluetooth chip that receives a 4 >

Different Bluetooth controller

2018-06-27 Thread Jeff Belz
All: I was wondering how mynewt handles different controller. For example CC2564b vs BCM43438 Both of these have a 4 wire HCI interface, but I would think they would have slightly different command sets. When working with HCI, is there a list of qualified BT controllers it works with? Jeff

HCI UART with console UART

2018-06-27 Thread Jeff Belz
All: I have to use uart0 as the HCI, but I want to use the console too. Anyone do this before? I'm assuming I have to change the BSP, but I think it's more that that. Jeff

BLE uart read write

2018-07-10 Thread Jeff Belz
I'm working with the BLE uart example and I have it working as is, but it's a little hidden where the read and write data goes. I want to do something simple, like write a BLE uart, string and then read a BLE uart string. I need these functions in the main.c. What functions need to be brou

Eclipse

2018-07-11 Thread Jeff Belz
All: I'm setting up newt to run in Eclipse, The main reason is I want to jump through the files references to quickly see how things are being called. But all the header files are unresolved. How are other devs working with newt. Just command line? Maybe another program that has something

broken link

2018-07-12 Thread Jeff Belz
I was given a link to go to, but it appears to be broke http://mynewt.apache.org/develop/misc/ide.html

RTC on STM32F4

2018-08-21 Thread Jeff Belz
Has anyone tried to configure the RTC on an STM32F4. Not sure where to set the clock to 32Khz . Also, not sure if the HAL drivers are compatible with mynewt. Has anyone tried it? Jeff

Custom boot loader

2018-11-20 Thread Jeff Belz
All: I have to use a custom boot loader for my application. Has anyone done this before and if so, what are the tricks to doing this? I'm running a stm32f412. I've got the application running on 0x802 and the mynewt loader is at 0x800. Looking to bypass the mynewt loader, and use

RE: Custom boot loader

2018-11-20 Thread Jeff Belz
loader Hi Jeff, On Tue, Nov 20, 2018 at 04:12:54PM +0000, Jeff Belz wrote: > All: > > I have to use a custom boot loader for my application. Has anyone > done this before and if so, what are the tricks to doing this? > > I'm running a stm32f412. I've got the applica

Bootloader log

2018-11-20 Thread Jeff Belz
All: If there a switch to turn on a log for the bootloader. I have 2 images loaded into the flash and the first image has the boot_set_pending(1) command. I want to see a log from the bootloader to see what it is doing. For sure my images are not being swapped. Just need a way to debug this