Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
I read the specifications on nRF51 series and the spec say that Bluetooth 4.2 with 2Mbps. However, standard Bluetooth 4.2 only support maximum 1Mbps bitrate.
First, I wonder...
So I added a header files folder to my project and then added a header file. The project would no longer compile after doing so. To troubleshoot, I changed everything in my...
Hello,
I am trying to upgrade my working projects to SDK15.3 from SDK15.2. All projects work except the bootloader project as there are significant differences in 15.3...
Hi,
If I understand corrctly, the flag CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES=y should only be used once,
after that, the certificates are saved inside the modem.
...
Hello.
We are developing a device that require a 1Gb qspi memory interafaced with a nrf52840.
So far the qspi driver and the memory inits and the memory respond to some...
It appears that my watchdog timer is running during interrupts that are handled by the SoftDevice and do not cause a return from sd_app_evt_wait. This is described in the...
In migrating a project from SDK 14.2.0 to SDK 15.3.0, I'm also trying to move from the "legacy" non Easy DMA SPI driver to the Easy DMA one. I don't much care whether I use...
Hi,
I've been struggling with a problem with my builds for over a year now.
On some builds NFC works perfectly, but on many it doesn't - and I have no idea why. I can...
Hi, I'm having problems with proper softdevice reinitialization. What I'm trying to do is work out proper reinit solution - what I'm doing is enabling BLE_stack and all the...
I want to store a few parameters in flash. I don't want to use an external EEPROM because it takes an additional space on a board.
Does anyone know how to do it or a sample...
Hi,
nRFConnect is behaving differently for apps on different SDK versions. I am able to do a DFU via script something similar to the one here https://thegecko.github.io...
After much work I can build the nRF9160 at_client sample project and flash it into the development kit. Using nRF Connect, the at_client sample project only prints the line...
Hi There,
I have developed an initial application on SDK11, based on the UART example, with Keil and it worked perfectly with the nice low power that you guys are capable...
Hi,
I have created a project with nRF52840 DK that reads sensors data and transmits them with BLE UART to my smartphone. Everything works fine.
Then, I tried to do the...