I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I need to turn off a GPIO after 8 hours of it being triggered.
I was reading about changing the prescaler to allot for 8 hours. I did the calculations and came up with a...
I have purchased a red bear lab ble nano board with nrf51822 and a PICTAIL board with microchip RN4020 chip. i have set Tx power 4 for both boards. The rssi value shown in...
This may just be a preference or architecturing question but I thought I'd ask in case there was anything I'm not thinking of, or benefit of one or the other.
I have 2...
Hello,i am find an interesting phenomenon recently.I have a Nordic 5182 device(role as peripheral) and bonded to an iOS device(role as master),when i put the iOS device near...
I'm wondering, is it possible? This is what I think it will be like if it were going to be implemented:
Acquire the firmware from a host somewhere.
Since the payload...
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...
Hi,
I am working with nrf51822 MC. In my Transmitter code, i am using in low power mode. I was enabled the low power in my code (__WFE(), __SEV(), __WFE()). I measuring...
Hello, I need HID device with NRF51 Dongle.
when NRF51 Dongle insert PC, PC will check it as HID device.
So, could anybody can share suggestion how to add HID on NRF51 Dongle...
Briefly:
Is it possible to switch LFCLKSRC to the internal RC from Xtal with WDT or RTC running? It appears I am only able to do this when Xtal is generating LFCLK...
I am trying to build a ibeacon device, but when iphone in "background mode", it can not get data from ibeacon device.
I used test code :examples\ble_peripheral\ble_app_beacon...
I am working with the nRF51 (PCA100028) dev kit and the nRF51822 beacon to monitor the RSSI of the beacon via the nRF51. To do so, I installed nRFconnect and Master Control...
On the product page: www.nordicsemi.com/.../nRF-Connect-for-desktop
The link from the ' Documentation ' tab is: infocenter.nordicsemi.com/.../nRF_Connect_intro.html
...
Hi,
I have done BLE tutorials [BLE Advertising, Ble Services and BLE Characteristics]
With my NRF51-DK was working perfectly the example of BLE Characteristics (with...
Hi,
I designed a pcb using nrf51 chip with some sensors,
this pcb should read ,every minutes, all values from sensors and saves them into the flash memory beside that...
Dear
Now, I need make one nrf52832 board as USB Dongle, it can be HID device by checked from PC.
And, nrf52832 should support esb protocol, now for esb, I know something...