We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I am trying to connect a BerryMed MD1000 Pulse Oximeter (BLE Server) with an Adafruit Bluefruit Feather (nRF52-enabled) Arduino board (BLE Client).
I made an Arduino sketch...
hi All!
I use WAKE UP event from G-SENSOR on some GPIO to wake up the MCU on motion detected.
But sometimes ( ~1% ) the event does not occur for unknown reason until RESET...
Hi,
I want to have 2 SPI slaves on the same bus.
I saw in other posts that in the past it was not supported by the spi driver and that i should use NRF_DRV_SPI_PIN_NOT_USED...
What will be the real time effect if we give high value to Tx rather than keeping default Tx value as '0' ? Will it increase signal range?
Regards,
Ashiq Mohammed
I need nRF connect & toolbox on my iphone to do evaluation.
There is nRF toolbox, nRF Beacons but no nRF connet in App store.
Where can I find nRF connect ?
thanks ...
Hi.
Why longer advertising data destroy device ?
When I set length of advertising data to 20bytes in advertising_init(), device will crash and I can't download new firmware...
Hello,
The sd_softdevice_enable returns 8 (captured with my jlink probe), how can I investigate please ?
Configuration:
SDK 15.0.0, SD_132_6.0.0 with bootloader
In my application, I use the peer manager that has called the fds_init function, should I call it again if I want to use the fds to store my data. Will the peer manager use...
Hello Everyone,
I am using Nordic's Power Profiler Kit to estimate the current consumption of an external board. I have been able to configure it properly and getting results...
On nrf52840 I get a current of ~10 uA while sleeping. At the moment I don't run any code and don't start up the softdevice. I go directly to sleep with __WFE(). The result...
Hi All!
Faced with big problem with SCANNING procedure (nRF52840)
We have a BLE network : one CENTRAL and up to 6 PERIPHERALs can be connected simultaneously to the CENTRAL...
I want to detect high to low transitions on 28 GPIO independently. I've read in other posts you can configure 4 pin interrupts or a port interrupt for all pins, but I'm not...
Hello,
I am currently experiencing some problems, when i try using RTT output and the internal clock.
When using an external crystal, everything is working.
The following...
I am working on Ble tutorial of serivces, In step1 they mentioned to declare m_our_service of type ble_os_t. how can I declare that ?I am not sure to consider m_our_service...