Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
We been developing device based on NRF 51822 (NRF51822-CFAC-R) (62-UFBGA, WLCSP).
We plan to use 2032 battery, and need at least one year of autonomous BLE work, our device...
Hi,
As discussed here a way to advertise each 20msec is changing the mode to BLE_GAP_ADV_TYPE_ADV_IND. This is a connectable mode and assume we do not want a connection...
why I debug the project ble_app_hrs_rscs_relay in SDKv10\ble_central_and_peripheral\ , it can not go to main(), always stay on first,I do not change anything, it compile oK...
Hello,
When I restart my application with debugger, i have strange IRQs called (TWI, ...) before init. Possibly IRQ still active and debug don't touch them.
Can I disable...
Can you please provide an example on how to read 10kB from the internal flash using pstorage_load and send it to mobile phone (NRF Toolbox) via NUS UART BLE ble_nus_string_send...
Hi
I've just seen Nordic has ported FreeRTOS into the NRF5x series. Have you been using it together the S110? What's your experience? Could I use it together any SoftDevice...
hi, with good advisers in here, i can build the ble_uart_example and download it.
and using the function 'ble_nus_send_string' in 'ble_nus.c', i can send some messages...
I use the application timer with a schedular on the nRF52 with SoftDevice S132 1.0.0.3 alpha and SDK v0.9.2.
The application timer is running in repeated mode and should...
Hi guys,
As there are several minor and major versions of MBR in the wild I guess there could be useful function to get current MBR version during runtime. I haven't found...
Hello,
can I change the message that appears in the notification bar of the beacon server lib for Android 5.x? I know how to do that. I would like to know if it is allowed...
Hi folks! First post here. Can anyone recommend an external amplifier (preferably preamp and PA, but just a PA will do) for the nRF905 for use at 900MHz?
Thanks,
-Dave...
Our system will awake from an external accelerometer interrupt, so I would need a code fragment which shuts down S110 soft device (and radio of course) and also all the nRF51822...
Hi,
I'm trying to test a new nrf51 board using the s130 softdevice and the ble_app_hrs_130 example. However, the program seems to hang in the ble_stack_init function (code...
I'm trying to implement DFU-OTA (Bluetooth transport) for our custom board and currently i'm facing problems in flashing the different elements (softdevice, bootloader, application...