Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
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...