Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi guys, I have an application, where I need to change the role of the S120 softdevice on demand. So, the application boots into central role, reads a couple of BLE sensors...
I am using a photo detector to sense heart beat data. That sensor data is being sent to my nRF51 DK's ADC and then transmitted out via Bluetooth. I want to collect that data...
I'm using nrf51-ble-driver_win_0.4.1 to connect BLE devices on PC. When device has a 128bits UUID, you have to call sd_ble_uuid_vs_add( &uuid128, &p_type ) to register the...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
i tested coap-server example. it works well.
i will test mqtt-subscriber example.
my question is...
Sometimes the service discovery procedure in Android will discover all services but not the characteristics included in them. So all services will be empty. If I then open...
The nRF51 SDK (version 9) documentation tells to activate SPI using the SPI_MASTER_0_ENABLE and SPI_MASTER_1_ENABLE macros. Where should these definitions be made? Other components...
Dear all, after solution of some compilation errors on github nrf51_ble_app_lbs_master for SDK 8.0.0, I tried flash application using nRFgo Studio, it says that application...
Hi,
I am using the sample ble glucose code provided in the SDK.
When i am trying to connect it over BLE interface through Master COntrol Panel or iPhone app it asks for...
I haven't updated my copies of the nRF tools, or mBed's nRF51 code for some time. I just did and now it seems my old method of flashing no longer works. I was doing something...
Hi all,
I've developed a firmware solution for one of my clients. I've compiled using Keil, testing it on a board which previously had SD110. Then I delivered .hex file...
I am using nrf51422 sdk v8.0 on pca10028 kit and softdevice s110. My DFU and custom made application works fine when i use clock SOFTDEVICE_HANDLER_APPSH_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi . I try to use the Persistent Storage Interface. but i can't write.
static void example_cb_handler(pstorage_handle_t * handle,
uint8_t op_code,
uint32_t result,...
Hi,
I used the old nrfjprog like this:
nrfjprog --eraseall --dfu --programs s130_softdevice_whatever.hex --program my_firmware.hex
Which worked fine. I've now updated...
i'm trying to blink led using timer, but nothing blink. I dont see the error in my code
#define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */
#define...