Re: SENSOR_TYPE definition for a gas sensor

2018-07-19 Thread Abderrezak Mekkaoui
Hi Amr, I am myself using the bme680. I am looking forward to trying your implementation. My question is: does Bosch allow the "re-distribution" of their proprietary library? Thanks for the effort. Abderrezak On 7/19/2018 9:18 AM, Amr Bekhit wrote: Hello, I'm preparing to commit my library

Re: This is working nicely.....

2018-04-26 Thread Abderrezak Mekkaoui
thoughts or feedback would be very helpful, even though I am not sure if it is appropriate to ask this group about that? Thanks once again! Abderrezak Mekkaoui On 4/26/2018 11:07 AM, david zuhn wrote: Hey all, Since most postings on lists like this are of the sort "I can't get t

Correction: Synthesized LF CLOCK with the nrf52840

2018-03-18 Thread Abderrezak Mekkaoui
Hi Andrzej, A correction: the app does work by setting BLE_XTAL_SETTLE_TIME: 0 as you suggested. The problem I was dealing with has nothing to do with mynewt per se. My bad. Kind regards Abderrezak On 3/15/2018 11:46 AM, Abderrezak Mekkaoui wrote: Hi Andrzej, Thank you for your answer

Re: Error "The filename or extension is too long." while building a split image app

2018-03-18 Thread Abderrezak Mekkaoui
output in a follow up. Thanks, Chris On Sun, Mar 18, 2018 at 05:05:40PM -0400, Abderrezak Mekkaoui wrote: Hi All, I was following the tutorial to build a split image application. The process got stalled with the following error

Error "The filename or extension is too long." while building a split image app

2018-03-18 Thread Abderrezak Mekkaoui
Hi All, I was following the tutorial to build a split image application. The process got stalled with the following error: ... Generating ROM elf Error: for

Re: Synthesized LF CLOCK with the nrf52840

2018-03-15 Thread Abderrezak Mekkaoui
8 ocf=0xa status=0 = On 3/15/2018 5:46 AM, Andrzej Kaczmarek wrote: Hi Abderrezak, On Thu, Mar 15, 2018 at 1:40 AM, Abderrezak Mekkaoui wrote: Hi All, I would appreciate a

Synthesized LF CLOCK with the nrf52840

2018-03-14 Thread Abderrezak Mekkaoui
Hi All, I would appreciate any hints regarding  the configuration settings that need to be changed to use a synthesized LF clock (32.768 KHz) instead of the Xtal Oscillator clock. This is for a BLE application. Thanks Abderrezak

nrf52840 usb help

2018-03-08 Thread Abderrezak Mekkaoui
Hi All, Is there any effort regarding using the usb peripheral in the nrf52840 chip? It does not seem to be anything related to this on the repo. Any examples and/or guidance is most appreciated. Regards Abderrezak

nrf52840 max tx power and pin macros

2018-03-05 Thread Abderrezak Mekkaoui
Dear All, A couple of observations I came across while developing a ble app on the the nrf52840 preview pdk.  Please correct me if I am wrong. In the following "defines" (in ...\apache-mynewt-core\hw\mcu\nordic\nrf52xxx\include\mcu\mcu.h) should not 16 be 32 as there are 32 pins assigned per

stm32f7discovery apps on windows

2018-01-08 Thread Abderrezak Mekkaoui
FYI. Just in case where this could be helpful. On windows, I could not build Apps for the stm32f7discovery board because of this simple problem: Lines missing from the bsp.yml in \repos\apache-mynewt-core\hw\bsp\stm32f7discovery: bsp.downloadscript.WINDOWS.OVERWRITE: "hw/bsp/stm32f7disco

Re: problem running the bare ble example on nrf52480

2018-01-04 Thread Abderrezak Mekkaoui
It worked! Both the bare and the beacon examples work. Bravo for figuring it out very quickly. On 1/4/2018 8:22 PM, Christopher Collins wrote: On Thu, Jan 04, 2018 at 08:02:20PM -0500, Abderrezak Mekkaoui wrote: Hi Chris The result is as follows: Program received signal SIGTRAP, Trace

Re: problem running the bare ble example on nrf52480

2018-01-04 Thread Abderrezak Mekkaoui
et/nimble/host" are present in the pkg.yml file. If  these 2  lines AND/OR the os_eventq_run call are commented out the program does not crash. Similar problem with the beacon example. The main function, pkg.yml content, gdb output and gdb server output are pasted below. Your help is most app

problem running the bare ble example on nrf52480

2018-01-04 Thread Abderrezak Mekkaoui
t; are present in the pkg.yml file. If  these 2  lines AND/OR the os_eventq_run call are commented out the program does not crash. Similar problem with the beacon example. The main function, pkg.yml content, gdb output and gdb server output are pasted below. Your help is most appreciated. Abde