Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
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...
I'm trying to port my old project to the newer soft device and SDK (v8.0.0) and just ran into an issue where the app_timer_event_t seems to no longer be defined. My previous...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Is there a UART version of the DFU example that is provided with the new SoftDevice 7.0?
If not how to go about modifying the BLE DFU example to be able to handle UART...
Hi, I made a beacon board only have button and leds. The version of chip is nRF51822-QFAA G0. I used the precompiled hex file in the nRF518222 Beacon v1.1.0. After I download...
Hi,
I am trying to debug a custom PCB for the NRF51822 - I can run a modified version of the HRS application (S110) that has been verified on the PCA10004. The LF clock...
hello, my name is alessio and i'm italian. I have got a problem with "RFduino" and the "pulse sensor amped" ( heart rate) .
I downloaded the library of the sensor in the...
Hi,
I have a few questions about the SPI master module. I'm using it for an application that basically needs to be gapless. After quite a bit of work, I've gotten it to work...
Hi, I am evaluating the nRF51822 for an ultra low power energy harvesting application.
I measured the time from power-on (VDD applied) to code exectution (GPIO toggle)...
Is it possible to launch ipv6_coap_client on nRF51822-EK?
I have modified preproccessor simbols adding BOARD_PCA10001 instead of BOARD_PCA10028.
Also I modified part concerning...
Hi
Can anybody answer me if i do not call SOFTDEVICE_HANDLER_INIT instead i call sd_softdevice_enable ,sd_ble_enable(&enable_params),sd_nvic_EnableIRQ(SD_EVT_IRQn) directly...
I have a simple project which uses S110, so I flashed the S110 and the bin, but the result is not as expected (blinking LEDs), is there any quick way to verify before needing...
hrs_sdk7_1_bin_sc.zip contain application.bin and application.dat
How can I make a xxx.dat file?
When I del it from zip,it will cause error during dfu update.
Hello EveryOne
My button event handler is not being called. following is my code what can be the problem.
uint32_t err_code;
ble_stack_init();
timers_init...
i am working with eclipse. i want to create a binary file. after successfully creating the .elf file eclipse displays a make error saying region ram overflow by so and so...
Hello,
If I enable POFCON at 2.1V threshold in my S/W, build and download it in my target, and I turn on n51822 at VDD is 1.8V. That is, VDD is lower than POFCON threshold...