Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
The hid keyboard example includes the battery service. But how does it work? I would like to monitor the battery charge. After I use the voltage divider, to which AIN pin...
Hi,
I have NRF51DK (PCA10028) board and i want to flash BT832 (NRF52832) device.I have downloaded latest SDK but it only has the option of PCA10040.Is it possible to flash...
Hi All,
I've problem with nRF52 programming. I want to verify uart by using examples placed in the NS SDK for nRF52. After I loaded uart example, uVision shows error in...
Hello,
I am looking into the Power Profiler Kit for measuring the power consumption of a custom hardware. I can see that the PC Application is really useful during development...
About this example
https://github.com/NordicPlayground/nrf51-ble-tutorial-advertising
It´s advertising the data
uint8_t data_response[] = "Many_bytes_of_data" with the...
Hi,
I was working with MCUBOOT and was curious too know from where the MCUBOOT release version number is been generated or fetched-
When building MCUBOOT using cmake...
Hello mates,
I am modifying the Light Switch Client and Server example, to send messages uint8_t from the client to the server instead of use bool on_ff with no luck yet...
I am currently using a 51dk board. I am trying to study low power system_on_wakeup_on_gpio in github. I built this code and measured the amount of current. I would like to...
Parameter setting code is shown below. I've verified that the settings are being reported back in events, so they seem to be taking place. However, I'm keeping track of the...
I am trying to get the application to enter DFU via the buttonless DFU service using SDK 15.2. It appears to be stuck because of an SVC call not returning. Both application...
Hi :)
I would like to test the nRF52840-Dongle in a Raspberry Pi 3B+ OS = Rasbian (the bluetooth 5 features: 2Mbps and Long range). but unfortunately I didn't find a nRF...
I'm looking for a gateway (or BLE 5.0 device that can connect to a gateway, e.g. USB dongle) that uses the nRF52 series solutions with an amplifier that brings the transmission...
Sir
We have a client that is using two NINA B3 (uses a NRF52840), one central and other peripheral. The peripheral is sending advertising packages, but the central is only...
Hi I'm very interested in studying this protocol, and I'm testing with nrf52832 kit development, loading the example "bike power meter tx" and app on android "ant + plugins...
Hi,
I'm using NRF52832 and a core adaptation for Arduino IDE. In my project I'm using both TWI and SPI interfaces. If for TWI I manage to reduce the current during sleep...